diff options
author | George Kadianakis <desnacked@riseup.net> | 2021-02-19 13:24:34 +0200 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2021-02-19 13:24:34 +0200 |
commit | e8cce1058c06e8f1bec486c9e49bc2e81243b672 (patch) | |
tree | 8105c5c9bad4a5e905ae443d132415569fbb4bc2 | |
parent | b2f025cb568673acd00b7158957d24193ed739d9 (diff) | |
parent | 7f32ae0eb55382b9ef59a36713887b7a8927b794 (diff) | |
download | tor-e8cce1058c06e8f1bec486c9e49bc2e81243b672.tar.gz tor-e8cce1058c06e8f1bec486c9e49bc2e81243b672.zip |
Merge remote-tracking branch 'tor-gitlab/mr/305'
-rw-r--r-- | .gitlab/issue_templates/Bug.md | 32 | ||||
-rw-r--r-- | .gitlab/issue_templates/Feature.md | 9 |
2 files changed, 41 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 0000000000..3702c1f0b6 --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,32 @@ +### Summary + + + +### Steps to reproduce: + +1. Step 1 +2. ... + +### What is the current bug behavior? + + + +### What is the expected behavior? + + + +### Environment + +- Which version of Tor are you using? Run `tor --version` to get the version if you are unsure. +- Which operating system are you using? For example: Debian GNU/Linux 10.1, Windows 10, Ubuntu Xenial, FreeBSD 12.2, etc. +- Which installation method did you use? Distribution package (apt, pkg, homebrew), from source tarball, from Git, etc. + +### Relevant logs and/or screenshots + + + +### Possible fixes + + + +/label ~Bug diff --git a/.gitlab/issue_templates/Feature.md b/.gitlab/issue_templates/Feature.md new file mode 100644 index 0000000000..62b2f8e944 --- /dev/null +++ b/.gitlab/issue_templates/Feature.md @@ -0,0 +1,9 @@ +### Summary + + + +### What is the expected behavior? + + + +/label ~Feature |