Skip to content

Commit 0238b99

Browse files
committed
Add github issue and pull request templates.
1 parent 75db63a commit 0238b99

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
### Steps to reproduce
2+
3+
Tell us what actions you performed before the issue occurred
4+
5+
### Expected behavior
6+
7+
Tell us what should have happened
8+
9+
### Actual behavior
10+
11+
Tell us what happened instead
12+
13+
### Environment
14+
15+
**OS**:
16+
17+
**asdf version**:

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Summary
2+
3+
Provide a general description of the code changes in your pull request.
4+
5+
Fixes: List issue numbers here
6+
7+
## Other Information
8+
9+
If there is anything else that is relevant to your pull request include that
10+
information here.
11+
12+
Thank you for contributing to asdf!

0 commit comments

Comments
 (0)