Update issue templates

Added bug and feature request templates.
This commit is contained in:
Casvt
2023-01-13 13:19:25 +01:00
committed by GitHub
parent 7a773abb2b
commit 7bf6015ba4
2 changed files with 50 additions and 0 deletions

33
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,33 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
**Description of the bug**
<!-- A clear and concise description of what the bug is. -->
**To Reproduce**
<!-- Clear and concise steps to reproduce the behaviour. -->
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behaviour**
<!-- A clear and concise description of what you expected to happen. -->
**Screenshots**
<!-- If applicable, add screenshots to help explain your problem. -->
**Version info**
- OS: [e.g. iOS]
- Browser: [e.g. chrome, safari]
- Noted Version: [e.g. V1.0.0]
- Python Version: [e.g. V3.7]
**Additional context**
<!-- Add any other context about the problem here. -->

View File

@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
**Describe the solution you'd like**
<!-- A clear and concise description of what you want to happen. -->
**Additional context**
<!-- Add any other context or screenshots about the feature request here. -->