aboutsummaryrefslogtreecommitdiff
path: root/.gitlab
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@torproject.org>2021-02-12 20:38:21 +0000
committerAlexander Færøy <ahf@torproject.org>2021-02-12 20:38:21 +0000
commit003e237dfc604edb7833701f61e869b0ad3b19b1 (patch)
tree7a7de89c4061931e6c775e9574485fc531474529 /.gitlab
parentcdc66380021dcec7f2276164c9df4aa57e62f87f (diff)
downloadtor-003e237dfc604edb7833701f61e869b0ad3b19b1.tar.gz
tor-003e237dfc604edb7833701f61e869b0ad3b19b1.zip
Elaborate a few of the items from Gaba's initial templates.
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/issue_templates/bug.md26
-rw-r--r--.gitlab/issue_templates/feature.md6
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