Added bug and feature templates for the issues

pull/20/head
Meliurwen 3 years ago
parent 00ad75eae2
commit f36c1bd82d
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 40
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 26
      .github/ISSUE_TEMPLATE/feature_request.md

@ -0,0 +1,40 @@
---
name: 🐞 Bug report
about: Create a bug report to help us improve this project
title: ''
labels: 'bug'
assignees: ''
---
## Basic info
* **Library Version:**
* **Branch/commit:**
* **OS:**
* **Rust Version:**
* **Other:**
## Expected Behavior
The library does X
## Actual Behavior
The library does Y
## Steps to Reproduce
* Do X
* Do Y
* Do Z
## Log tracebacks and/or errors shown
```txt
Log here
```
## (Optional) Extra info
None

@ -0,0 +1,26 @@
---
name: 🛠 Feature request
about: Suggest an idea for this project
title: ''
labels: 'enhancement'
assignees: ''
---
## Description
As a X, I want to Y, so Z.
## Acceptance Criteria
* Criteria 1
* Criteria 2
## Checklist
* [ ] Element 1
* [ ] Element 2
## (Optional) Extra info
None
Loading…
Cancel
Save