diff options
author | Alexander Færøy <ahf@torproject.org> | 2021-02-12 20:39:28 +0000 |
---|---|---|
committer | Alexander Færøy <ahf@torproject.org> | 2021-02-12 20:39:28 +0000 |
commit | 22df6a3127fe4f55217186be068048905a24d14d (patch) | |
tree | bbf3dbaa8a408019007d8f21538a89c1e47977cb /.gitlab/issue_templates/Bug.md | |
parent | 003e237dfc604edb7833701f61e869b0ad3b19b1 (diff) | |
download | tor-22df6a3127fe4f55217186be068048905a24d14d.tar.gz tor-22df6a3127fe4f55217186be068048905a24d14d.zip |
Use titlecase for template filenames.
Diffstat (limited to '.gitlab/issue_templates/Bug.md')
-rw-r--r-- | .gitlab/issue_templates/Bug.md | 32 |
1 files changed, 32 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 |