Skip to content

Commit 0d6091c

Browse files
committed
More pr template stuff
1 parent f481a75 commit 0d6091c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
2. A PR needs to refer to an issue in the project by adding the issue number in the last line of the PR body in the form of 'fixes #<Issue Number>
55
3. When integrating a PR, please make sure you:
66
- Create a merge commit when merging an OpenJDK upstream PR
7-
- Use Rebase & Merge when your PR contains only one commit with a commit message of the form `SapMachine #<Issue Number>: <Description>`
8-
- Use Squash and Merge when there are several commits on the PR. Update the commit message to `SapMachine #<Issue Number>: <Description>` and remove commit messages from sub-commits
7+
- Use Rebase & Merge when your PR only contains commits with meaningful commit message, e.g. of the form `SapMachine #<Issue Number>: <Description>` for SapMachine specific changes or the original commit messages for cherry-picks from OpenJDK
8+
- Use Squash and Merge when there are several commits on the PR. Update the commit message to `SapMachine #<Issue Number>: <Description>` and remove unnecessary commit messages from sub-commits
99
-->
1010

1111
<!-- Replace the following line with a description of this pull request -->

0 commit comments

Comments
 (0)