Skip to content

Commit 8d0eb57

Browse files
committed
Update PR template
1 parent 803229b commit 8d0eb57

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/pull_request_template.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
Replace this line with a description of this pull request and replace Issue in `fixes #Issue` down below with an issue number. Otherwise PR testing will fail.
1+
<!-- General instructions for SapMachine PRs:
22
3-
When integrating please make sure you:
3+
1. The title of a PR should be "SapMachine (<Release>) #<Issue Number>: <Description>"
4+
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>
5+
3. When integrating a PR, please make sure you:
46
- Create a merge commit when merging an OpenJDK upstream PR
5-
- Use Rebase & Merge when your PR contains only one commit with a commit message of the form `SapMachine #<Issue>: <Description>`
6-
- Use Squash and merge when there are several commits on the PR and with that update the commit message to `SapMachine #<Issue>: <Description>` and remove commit messages from sub-commits
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
9+
-->
710

11+
<!-- Replace the following line with a description of this pull request -->
12+
Description
13+
14+
<!-- replace #Issue with the issue number that the PR is referring to. Otherwise PR testing will fail. -->
815
fixes #Issue

0 commit comments

Comments
 (0)