add issue templates

This commit is contained in:
bmFtZQ 2022-07-26 23:34:32 +08:00
parent f767e707c0
commit 7d5016fbba
2 changed files with 24 additions and 0 deletions

14
.github/ISSUE_TEMPLATE/bug.md vendored Normal file
View file

@ -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.)

10
.github/ISSUE_TEMPLATE/feature.md vendored Normal file
View file

@ -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.**