You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
<!-- Thank you for submitting a contribution to Apache Geode. -->
2
2
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. -->
6
5
7
-
### For all changes:
6
+
### For all changes, please confirm:
8
7
-[ ] Is there a JIRA ticket associated with this PR? Is it referenced in the commit message?
9
-
10
8
-[ ] Has your PR been rebased against the latest commit within the target branch (typically `develop`)?
11
-
12
9
-[ ] Is your initial contribution a single, squashed commit?
13
-
14
10
-[ ] Does `gradlew build` run cleanly?
15
-
16
11
-[ ] Have you written or updated unit tests to verify your changes?
17
-
18
12
-[ ] 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
0 commit comments