From 7d5016fbba01618b1dd8c5fea606adecd3e07bc1 Mon Sep 17 00:00:00 2001 From: bmFtZQ Date: Tue, 26 Jul 2022 23:34:32 +0800 Subject: [PATCH] add issue templates --- .github/ISSUE_TEMPLATE/bug.md | 14 ++++++++++++++ .github/ISSUE_TEMPLATE/feature.md | 10 ++++++++++ 2 files changed, 24 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/feature.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..de532d9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,14 @@ +--- +name: 🐛 Bug +about: Report a bug +labels: bug +--- + +**Description** +Include clear explaination of bug and how to reproduce. + +**Include screenshot / video recording if possible.** + +**Configuration** +- Firefox Version: +- OS: (eg. Windows, macOS, etc.) diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 0000000..d85f754 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,10 @@ +--- +name: ✨ Feature +about: Request a new feature / enhancement +labels: enhancement +--- + +**Description** +Include clear explaination of the feature and how it works. + +**Include screenshot / video recording if possible.**