Skip to content

Commit 0d26940

Browse files
committed
Added PR template
1 parent 8558f44 commit 0d26940

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## JENKINS-xxxxx/PR-xxxx - summarize pull request in one line
2+
3+
Describe the big picture of your changes here to explain to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, include a link to the issue.
4+
5+
## Checklist
6+
7+
_Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. This is simply a reminder of what we are going to look for before merging your code._
8+
9+
- [ ] I have read the [CONTRIBUTING](https://github.com/jenkinsci/gogs-webhook-plugin/blob/master/CONTRIBUTING.md) doc
10+
- [ ] I have referenced the Jira/Github issue related to my changes in one or more commit messages
11+
- [ ] I have added tests that verify my changes
12+
- [ ] Unit tests pass locally with my changes
13+
- [ ] I have added documentation as necessary
14+
- [ ] No Javadoc warnings were introduced with my changes
15+
- [ ] No findbugs warnings were introduced with my changes
16+
- [ ] I have interactively tested my changes
17+
- [ ] Any dependent changes have been merged and published in upstream modules (like git-client-plugin)
18+
19+
## Types of changes
20+
21+
What types of changes does your code introduce? _Put an `x` in the boxes that apply_
22+
23+
- [ ] Bug fix (non-breaking change which fixes an issue)
24+
- [ ] New feature (non-breaking change which adds functionality)
25+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
26+
27+
## Further comments
28+
29+
If this is a relatively large or complex change, start the discussion by explaining why you chose the solution you did and what alternatives you considered.

0 commit comments

Comments
 (0)