Skip to content

Commit aed2726

Browse files
Add templates for Github contributions
Improve the quality of submitted Pull Request descriptions and Issues by including a template for use by Github.
1 parent 5dbe4e4 commit aed2726

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.github/ISSUE_TEMPLATE.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## Problem/Motivation
2+
3+
> (Why the issue was filed)
4+
5+
## Expected behaviour
6+
7+
> (What you expected to happen)
8+
9+
## Actual behaviour
10+
11+
> (What actually happened)
12+
13+
## Steps to reproduce
14+
15+
> (How can someone else make/see it happen)
16+
17+
## Proposed changes
18+
19+
> (If you have a proposed change, workaround or fix, describe the rationale behind it)

.github/PULL_REQUEST_TEMPLATE.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Proposed Changes
2+
3+
> (Describe the changes and rationale behind them)
4+
5+
## Related Issues
6+
7+
> ([Github link](https://help.github.com/articles/autolinked-references-and-urls/) to related issues or pull requests)

0 commit comments

Comments
 (0)