Skip to content

Commit 1b75bda

Browse files
ruebotgreebie
authored andcommitted
Add Pull Request template; resolves #35. (#38)
1 parent e57ab4d commit 1b75bda

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
**The title of this pull-request should be a brief description of what the pull-request fixes/improves/changes. Ideally 50 characters or less.**
2+
3+
* * *
4+
5+
**GitHub issue(s)**:
6+
7+
If you are responding to an issue, please mention their numbers below.
8+
9+
* ex: #1
10+
* ex: #2
11+
12+
# What does this Pull Request do?
13+
14+
A brief description of what the intended result of the Pull Request (PR) will be, what problem it solves, technical details, and any possible side effects.
15+
16+
Example:
17+
* Changes x feature to such that y
18+
* Added x
19+
* Removed y
20+
21+
# How should this be tested?
22+
23+
A description of what steps someone could take to:
24+
* Reproduce the problem you are fixing (if applicable)
25+
* Test that the PR does what is intended.
26+
* Please be as detailed as possible.
27+
* Good testing instructions help get your PR completed faster.
28+
29+
# Additional Notes:
30+
31+
Any additional information that you think would be helpful when reviewing this PR.
32+
33+
Example:
34+
* Does this change require documentation to be updated?
35+
* Does this change add any new dependencies?
36+
* Could this change or impact execution of existing code?
37+
38+
# Interested parties
39+
40+
Tag (@ mention) interested parties.
41+
42+
Thanks in advance for your help with the Archives Unleashed Project!

0 commit comments

Comments
 (0)