Skip to content

Commit 77014c9

Browse files
Update project pull request template (#7934)
This commit streamlines the project's GitHub pull request template. Primarily, it removes white space between bullet items, which add unnecessary visual bulk to new pull requests. It also rewords a code comment and removes one that seems to reference deprecated systems.
1 parent c6d0892 commit 77014c9

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,12 @@
11
<!-- Thank you for submitting a contribution to Apache Geode. -->
22

3-
<!-- In order to streamline the review of the contribution we ask you
4-
to ensure the following steps have been taken:
5-
-->
3+
<!-- In order to streamline review of your contribution we ask that you
4+
ensure you've taken the following steps. -->
65

7-
### For all changes:
6+
### For all changes, please confirm:
87
- [ ] Is there a JIRA ticket associated with this PR? Is it referenced in the commit message?
9-
108
- [ ] Has your PR been rebased against the latest commit within the target branch (typically `develop`)?
11-
129
- [ ] Is your initial contribution a single, squashed commit?
13-
1410
- [ ] Does `gradlew build` run cleanly?
15-
1611
- [ ] Have you written or updated unit tests to verify your changes?
17-
1812
- [ ] If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under [ASF 2.0](http://www.apache.org/legal/resolved.html#category-a)?
19-
20-
<!-- Note:
21-
Please ensure that once the PR is submitted, check Concourse for build issues and
22-
submit an update to your PR as soon as possible. If you need help, please send an
23-
email to dev@geode.apache.org.
24-
-->

0 commit comments

Comments
 (0)