Skip to content

Commit ac78e09

Browse files
committed
add: github templates
1 parent 58a13c3 commit ac78e09

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Please prefix your issue with one of the following: **[BUG]** **[PROPOSAL]** **[QUESTION]**.
2+
3+
**In raising this issue, I confirm the following (please check boxes):**
4+
5+
- [ ] I have read and understood the contributors guide.
6+
- [ ] I have checked that the bug-fix I am reporting can be replicated, or that the feature I am suggesting isn't already present.
7+
- [ ] I have checked the pull requests tab for existing solutions/implementations to my issue/suggestion.
8+
9+
**My familiarity with the project is as follows (check one):**
10+
11+
- [ ] I have never used the project.
12+
- [ ] I have used the project briefly.
13+
- [ ] I have used the project extensively, but have not contributed previously.
14+
- [ ] I am an active contributor to the project.
15+
16+
---
17+
18+
{issue content here}

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Please prefix your pull request with one of the following: **[FEATURE]** **[FIX]** **[IMPROVEMENT]**.
2+
3+
**In raising this pull request, I confirm the following (please check boxes):**
4+
5+
- [ ] I have read and understood the contributors guide.
6+
- [ ] I have checked that another pull request for this purpose does not exist.
7+
- [ ] I have considered, and confirmed that this submission will be valuable to others.
8+
- [ ] I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
9+
- [ ] I give this submission freely, and claim no ownership to its content.
10+
11+
**My familiarity with the project is as follows (check one):**
12+
13+
- [ ] I have never used the project.
14+
- [ ] I have used the project briefly.
15+
- [ ] I have used the project extensively, but have not contributed previously.
16+
- [ ] I am an active contributor to the project.
17+
18+
---
19+
20+
{pull request content here}

0 commit comments

Comments
 (0)