Skip to content

Commit

Permalink
Create templates for PRs, bugs and feature request (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaperis authored Mar 21, 2024
2 parents 0dd313c + fec5784 commit d7339a7
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Bug report
about: Create a report to help us improve
labels: bug

---

**Describe the bug**

**Steps to reproduce**

**Expected behavior**
- [ ] <!-- Issue specific criteria -->
- [ ] Tests verifying the fix are added

**Additional context**

**Estimation of size**: small/medium/big

**Estimation of priority**: low/medium/high
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Feature request
about: Suggest an idea for this project

---

**Please describe the feature**
As a [type of user], I want [an action] so that [a benefit/a value].

**Acceptance criteria**
- [ ] <!--Placeholder for issue specific criterion-->
- [ ] Tests verifying the changes are added

**Additional context**

**Estimation of size**: small/medium/big

**Estimation of priority**: low/medium/high
8 changes: 8 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
**Related issue(s) and PR(s)**
This PR closes [issue number].


**Description**


**How to test**

0 comments on commit d7339a7

Please sign in to comment.