diff options
-rw-r--r-- | .gitlab/issue_templates/bug.md | 26 | ||||
-rw-r--r-- | .gitlab/issue_templates/feature.md | 6 |
2 files changed, 8 insertions, 24 deletions
diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md index d27dea552d..3702c1f0b6 100644 --- a/.gitlab/issue_templates/bug.md +++ b/.gitlab/issue_templates/bug.md @@ -1,16 +1,11 @@ -<!-- -* Use this issue template for reporting a new bug. ---> - ### Summary ### Steps to reproduce: -1. step 1 -2. step 2 -3. ... +1. Step 1 +2. ... ### What is the current bug behavior? @@ -22,21 +17,16 @@ ### Environment -<!-- -Please fill in the following information in bug reports, removing the comments like this one in brackets. ---> - -- Version: e.g. 0.10, output of --version (without backslashes) -- Operating system: Debian GNU/Linux 9.1 (stretch), Windows 7, Ubuntu Xenial, etc -- Install method: distribution package, from source tarball, from git, etc -- etc... +- 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: +### Relevant logs and/or screenshots -### Possible fixes: +### Possible fixes -/label ~bug +/label ~Bug diff --git a/.gitlab/issue_templates/feature.md b/.gitlab/issue_templates/feature.md index f0c3f1bdfe..62b2f8e944 100644 --- a/.gitlab/issue_templates/feature.md +++ b/.gitlab/issue_templates/feature.md @@ -1,7 +1,3 @@ -<!-- -* Use this issue template for submitting a feature. ---> - ### Summary @@ -10,6 +6,4 @@ - - /label ~Feature |