From 4718727dc716d9216f31a1fa1a8fc7c2f03d8c06 Mon Sep 17 00:00:00 2001 From: Melody Date: Sat, 12 Feb 2022 22:41:16 +0100 Subject: [PATCH 1/2] Add Issue Template --- .gitlab/issue_templates/Default.md | 40 ++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .gitlab/issue_templates/Default.md diff --git a/.gitlab/issue_templates/Default.md b/.gitlab/issue_templates/Default.md new file mode 100644 index 0000000..9765842 --- /dev/null +++ b/.gitlab/issue_templates/Default.md @@ -0,0 +1,40 @@ +# Pre-requisites + +(Before submitting a new issue, please help us by performing these simple steps.) + +- [ ] I've read any relevant section of the documentation on the [official website](https://librewolf.net/docs/faq/). +- [ ] I've checked that the issue has not already been submitted. +- [ ] I've checked that the problem persists in a new profile. +- [ ] I've checked that the problem is not present in vanilla Firefox. + +## Summary + +(Summarize the problem.) + +## Steps to reproduce + +(How to reproduce the problem, step by step.) + +## What is the current bug behavior? + +(What actually happens.) + +## What is the expected correct behavior? + +(What you should see instead.) + +## Attempted fixes + +(If you've tried anything to fix the issue, even if it didn't quite work, it can be helpful.) + +## Relevant logs and/or screenshots and/or videos + +(Paste any relevant logs - please use code blocks (```) to format console output, logs, and code, as +it's very hard to read otherwise.) + +## Helpful information + +- Librewolf Version: +- Operating System: +- Installation method: +- Relevant extensions, if any: From 48aa02babcb29d4c3d2dc17a5c8bd6ea808b45a4 Mon Sep 17 00:00:00 2001 From: Melody Date: Sun, 13 Feb 2022 22:44:37 +0100 Subject: [PATCH 2/2] Tweaked issue template according to feedback --- .gitlab/issue_templates/Default.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitlab/issue_templates/Default.md b/.gitlab/issue_templates/Default.md index 9765842..c91ef0c 100644 --- a/.gitlab/issue_templates/Default.md +++ b/.gitlab/issue_templates/Default.md @@ -2,14 +2,16 @@ (Before submitting a new issue, please help us by performing these simple steps.) -- [ ] I've read any relevant section of the documentation on the [official website](https://librewolf.net/docs/faq/). -- [ ] I've checked that the issue has not already been submitted. -- [ ] I've checked that the problem persists in a new profile. +- [ ] I've read any relevant section of [the FAQ](https://librewolf.net/docs/faq/) and [Settings](https://librewolf.net/docs/settings/) pages of the website. +- [ ] I've checked that the issue [has not already been submitted](https://gitlab.com/groups/librewolf-community/-/issues). - [ ] I've checked that the problem is not present in vanilla Firefox. +- [ ] I've tested whether the problem also occurs in a new profile. ## Summary -(Summarize the problem.) +(Describe the problem concisely.) + +- [ ] The issue persists even if I make a new profile. ## Steps to reproduce