Skip to content

Commit a3416ae

Browse files
gneissoneAndrew Woods
authored andcommitted
VIVO-1437 Add pull request template (vivo-project#61)
* Add pull request template Resolves: https://jira.duraspace.org/browse/VIVO-1437
1 parent 2b63100 commit a3416ae

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
**Thank you for submitting a pull request! Title this pull request with a brief description of what the pull request fixes/improves/changes. Please describe the pull request in detail using the template below.**
2+
* * *
3+
4+
**[JIRA Issue](https://jira.duraspace.org/projects/VIVO)**: (please link to issue)
5+
6+
* Other Relevant Links (Mailing list discussion, related pull requests, etc.)
7+
8+
# What does this pull request do?
9+
A brief description of what the intended result of the PR will be and/or what problem it solves.
10+
11+
# What's new?
12+
An in-depth description of the changes made by this PR. Technical details and possible side effects. Include screenshots if appropriate.
13+
14+
Example:
15+
* Changes x feature to such that y
16+
* Added x
17+
* Removed y
18+
19+
# How should this be tested?
20+
A description of what steps someone could take to:
21+
* Reproduce the problem you are fixing (if applicable)
22+
* Test that the pull request does what is intended.
23+
24+
# Additional Notes:
25+
Any additional information that you think would be helpful when reviewing this PR.
26+
27+
Example:
28+
* Does this change require documentation to be updated?
29+
* Does this change add any new dependencies?
30+
* Does this change require any other modifications to be made to the repository?
31+
* Could this change impact execution of existing code?
32+
33+
# Interested parties
34+
Tag (@ mention) interested parties or, if unsure, @VIVO-project/vivo-committers

0 commit comments

Comments
 (0)