chore: add issue templates and improve pr template (#99)

This commit is contained in:
Andrea Lamparelli 2024-02-23 11:44:47 +01:00 committed by GitHub
parent 9bcd6e6b55
commit 5afc464268
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 66 additions and 10 deletions

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

@ -0,0 +1,23 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'bug'
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Do this '...'
2. Do that '....'
3. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Additional context**
Add any other context about the problem here.

8
.github/ISSUE_TEMPLATE/chore.md vendored Normal file
View file

@ -0,0 +1,8 @@
---
name: Chore issue
about: General purpose issues related to chores, project management, etc.
title: ''
labels: 'chore'
assignees: ''
---

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

@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: 'feature'
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.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.