tor

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

commit e8cce1058c06e8f1bec486c9e49bc2e81243b672
parent b2f025cb568673acd00b7158957d24193ed739d9
Author: George Kadianakis <desnacked@riseup.net>
Date:   Fri, 19 Feb 2021 13:24:34 +0200

Merge remote-tracking branch 'tor-gitlab/mr/305'

Diffstat:
A.gitlab/issue_templates/Bug.md | 32++++++++++++++++++++++++++++++++
A.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 @@ -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 @@ -0,0 +1,9 @@ +### Summary + + + +### What is the expected behavior? + + + +/label ~Feature