aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-12-11 23:11:57 -0500
committerGitHub <noreply@github.com>2020-12-11 23:11:57 -0500
commit53a2559e8ab5f075638f3d0515a999b59dcf2820 (patch)
treeba72e99f00b3db00df9393a02cbebcb9597ab6c8 /.github/ISSUE_TEMPLATE
parent8192fdd63c26498583e0b4fa128e812d8f9ebb9a (diff)
Add Github issue templates (#1095)
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/blank-issue.md10
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md20
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md10
3 files changed, 40 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/blank-issue.md b/.github/ISSUE_TEMPLATE/blank-issue.md
new file mode 100644
index 00000000..b2f5eeb2
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/blank-issue.md
@@ -0,0 +1,10 @@
+---
+name: Blank issue
+about: Create an issue from scratch
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 00000000..8be43ab0
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,20 @@
+---
+name: Bug report
+about: Create an issue about the extension's behavior or appearance
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Description**
+(Describe what the issue is, if it is reproducible, and if possible, how to reproduce it.)
+
+**Browser version**
+(e.g. Firefox 83.0)
+
+**Yomichan version**
+(e.g. 20.11.1.1)
+
+**Exported settings file**
+(If you think it might be relevant, create a settings export file using the _Export Settings_ button on the settings page; zip or rename the resulting file to .txt to attach to the issue.)
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 00000000..411d437d
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,10 @@
+---
+name: Feature request
+about: Create an issue suggesting a new feature or change
+title: "[Feature Request]"
+labels: ''
+assignees: ''
+
+---
+
+(Describe the feature or change)