diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-03-10 13:49:19 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-10 13:49:19 +0900 |
commit | 35f2a0a3f7127c63ac9f329db2672d53dbe5613f (patch) | |
tree | f23f92d522d152d9e48261917bc6ba4fa35b828c /.github/ISSUE_TEMPLATE/bug-report.md | |
parent | 2d47133705f02d1e06fe4c2c4d2c8fa123f59749 (diff) |
Update issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug-report.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..68ee9c86 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,20 @@ +--- +name: Bug Report +about: Create an issue for a bug +title: '' +labels: kind/bug +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.) |