From 8e9758fdbc803f9eb6717163fe69855a3a0dd535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Tue, 5 Jun 2018 16:31:13 +0000 Subject: [PATCH] Add new template for bugs --- .gitlab/issue_templates/Bug.md | 55 ++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 .gitlab/issue_templates/Bug.md diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 0000000..55fbcb4 --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,55 @@ + + +### Prerequisites + +* [ ] Can you reproduce the problem in a **fresh** firefox profile with **only** ClearURLs? +* [ ] Are you running the latest version of ClearURLs? +* [ ] Are you have changed settings under `about:config`? + +### Description + +[Description of the bug or feature] + +### Steps to Reproduce + +1. [First Step] +2. [Second Step] +3. [and so on...] + +**Expected behavior:** [What you expected to happen] + +**Actual behavior:** [What actually happened] + +### System +* **Version**: [compulsory. you must provide your version] +* **Platform**: [either `uname -a` output, or if Windows, version and 32-bit or + 64-bit] + +### Log + + + +| Before processing | After processing | Rule | Time | +|-------------------|------------------|------|------| +| | | | | + + +``` + + + + + +```