tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 003e237dfc604edb7833701f61e869b0ad3b19b1
parent cdc66380021dcec7f2276164c9df4aa57e62f87f
Author: Alexander Færøy <ahf@torproject.org>
Date:   Fri, 12 Feb 2021 20:38:21 +0000

Elaborate a few of the items from Gaba's initial templates.

Diffstat:
M.gitlab/issue_templates/bug.md | 26++++++++------------------
M.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 @@ -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 @@ -1,7 +1,3 @@ -<!-- -* Use this issue template for submitting a feature. ---> - ### Summary @@ -10,6 +6,4 @@ - - /label ~Feature