From 9e43acb6f6ac4f410d2dfcc257bc97f4bf7e20f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= <6roebert@informatik.uni-hamburg.de> Date: Fri, 2 Mar 2018 18:06:53 +0100 Subject: [PATCH 1/2] Create ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..616fd27 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,41 @@ +### 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**: +* **Platform**: +* **Subsystem**: + +### Log + + + +| Before processing | After processing | Rule | Time | +|-------------------|------------------|------|------| +| | | | | + + +``` + + + + + +``` From 5fc65246a6cd9f70b70bcfdf3f79d273b4f960fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= <6roebert@informatik.uni-hamburg.de> Date: Fri, 2 Mar 2018 18:13:05 +0100 Subject: [PATCH 2/2] Update ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 616fd27..1501728 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,3 +1,15 @@ + + ### Prerequisites * [ ] Can you reproduce the problem in a **fresh** firefox profile with **only** ClearURLs? * [ ] Are you running the latest version of ClearURLs? @@ -18,10 +30,9 @@ **Actual behavior:** [What actually happened] ### System -* **Version**: -* **Platform**: -* **Subsystem**: +* **Version**: [compulsory. you must provide your version] +* **Platform**: [either `uname -a` output, or if Windows, version and 32-bit or + 64-bit] ### Log