Skip to content

Commit 1fe127f

Browse files
authored
Merge pull request #123 from openmsupply/#122-add-issue-pr-templates
add templates for issues and prs
2 parents 886d740 + 68a616d commit 1fe127f

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!--- Provide a general summary of the issue in the Title above -->
2+
3+
## Expected Behavior
4+
<!--- If you're describing a bug, tell us what should happen -->
5+
<!--- If you're suggesting a change/improvement, tell us how it should work -->
6+
7+
## Current Behavior
8+
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
9+
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
10+
11+
## Possible Solution
12+
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
13+
<!--- or ideas how to implement the addition or change -->
14+
15+
## Steps to Reproduce (bugs only, delete if not applicable)
16+
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
17+
<!--- reproduce this bug. Include code to reproduce, if relevant -->
18+
1.
19+
2.
20+
3.
21+
4.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!--- Include the issue number in the title -->
2+
<!--- This project only accepts pull requests related to open issues -->
3+
<!--- If suggesting a new feature or change, please discuss it in an issue first -->
4+
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
5+
<!--- Append issue number here, this is not optional! -->
6+
Fixes #.
7+
8+
## Description
9+
<!--- Briefly describe your changes -->
10+
11+
## Checklist:
12+
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
13+
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
14+
15+
### Documentation:
16+
17+
- [ ] Requires a change to the documentation.
18+
- [ ] Documentation has been updated.
19+
20+
### Tests:
21+
22+
- [ ] Requires added tests to cover changes.
23+
- [ ] Tests have been added.
24+
- [ ] All new and existing tests passed.

0 commit comments

Comments
 (0)