Skip to content

Commit 86d7939

Browse files
authored
Merge pull request #464 from thijssteel/add-pr-and-issue-templates
add pr and issue templates
2 parents ebb81cb + b50b063 commit 86d7939

File tree

4 files changed

+36
-0
lines changed

4 files changed

+36
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: 'Type: Bug'
6+
assignees: ''
7+
8+
---
9+
**Description**
10+
11+
**Checklist**
12+
13+
- [ ] I've included a minimal example to reproduce the issue
14+
- [ ] I'd be willing to make a PR to solve this issue
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Feature request
3+
about: Request a feature
4+
title: ''
5+
labels: 'Type: Feature request'
6+
assignees: ''
7+
8+
---

.github/ISSUE_TEMPLATE/help_wanted.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Question
3+
about: Ask a question related to the use of the package
4+
title: ''
5+
labels: 'Type: Question'
6+
assignees: ''
7+
8+
---

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
**Description**
2+
3+
**Checklist**
4+
5+
- [ ] The documententation has been updated
6+
- [ ] If the PR solves a specific issue, it is set to be closed on merge.

0 commit comments

Comments
 (0)