Update issue templates

This commit is contained in:
Natsumi
2023-05-01 14:15:56 +12:00
committed by GitHub
parent d7f4cb3885
commit d637e341ce
2 changed files with 41 additions and 0 deletions

27
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View File

@@ -0,0 +1,27 @@
---
name: Bug report
about: Create a report to help us improve
title: "[Bug] "
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**What version you are running**
Version [e.g. 22]

View File

@@ -0,0 +1,14 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[Feature Request] "
labels: feature
assignees: ''
---
**Explain in detail what your suggested feature would be used for.**
**Describe how it would look if it requires a UI.**
**Explain why people would want to use it.**