Skip to content

Commit 2b11e11

Browse files
authored
Issue and pull request templates revisions (#44)
* Added issue template Signed-off-by: Curtis Mason <[email protected]> * modified pull_request_template.md Signed-off-by: Curtis Mason <[email protected]> * adjusted templates Signed-off-by: Curtis Mason <[email protected]> * removing duplicate issue template file Signed-off-by: Curtis Mason <[email protected]>
1 parent cda44dd commit 2b11e11

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Expected Behavior
2+
3+
4+
## Actual Behavior
5+
6+
7+
## Steps to Reproduce the Problem
8+
9+
1.
10+
2.
11+
3.
12+
13+
## Specifications
14+
15+
- Platform:
16+
- Python Version:

.github/pull_request_template.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
- Link to issue this resolves
1+
Fixes #<issuelink>
22

3-
- What I did
3+
## Changes
44

5-
- How I did it
65

7-
- How to verify it
6+
## One line description for the changelog
87

9-
- One line description for the changelog
8+
9+
- [ ] Tests pass
10+
- [ ] Appropriate changes to README are included in PR

0 commit comments

Comments
 (0)