From 78541c22ebbcf7af76e999ed925978410416f451 Mon Sep 17 00:00:00 2001 From: Freeplay Date: Sun, 27 Jun 2021 20:07:19 +0200 Subject: [PATCH] Add 'issue_template/bug_report.md' --- issue_template/bug_report.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 issue_template/bug_report.md diff --git a/issue_template/bug_report.md b/issue_template/bug_report.md new file mode 100644 index 0000000..519ad15 --- /dev/null +++ b/issue_template/bug_report.md @@ -0,0 +1,27 @@ +--- + +name: "Bug Report" +about: "Report an issue!" +title: "Style Name: A clear title!" +labels: +- bug + +--- + +**Describe the issue:** + + +--- + +**Link to file:** + + +**Browser + Version:** + + +- [x] I have made sure this issue hasn't already been posted. +- [x] I have made sure I am on the latest version of my Browser. +- [x] I have made sure that the platform I am running the style on is fully up-to-date. + +If installed as UserStyle: +- [x] I am using the [Stylus](https://add0n.com/stylus.html) browser extension, not 'Stylish'. \ No newline at end of file