From 63f390b647e7163597bcff2893d593730fe85c59 Mon Sep 17 00:00:00 2001 From: Gusted Date: Fri, 20 Aug 2021 21:49:06 +0200 Subject: [PATCH] Improve issue template - Add a CSS section(so I don't have to see those comments about posting CSS etc). - Make it into more sections and separate them. - Add notes to each section. --- .github/ISSUE_TEMPLATE.md | 9 ------ .github/ISSUE_TEMPLATE/bug_report.md | 46 ++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 9 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 462d3f18..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,9 +0,0 @@ -* **Browser**: -* **Operating System**: -* **Stylus Version**: -* **Screenshot**: - - diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..6f331114 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,46 @@ +--- +name: Bug Report +about: Create a report about a bug you experienced while using Stylus. +title: "[Bug] Replace with title" +assignees: '' +--- + + + + + +# Bug Report + +## Bug Description + + +## Screenshots + + +## CSS Code + + +## System Information + + +- OS: +- Browser: +- Stylus Version: + +## Additional Context + \ No newline at end of file