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
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:
2
2
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:
4
6
- 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
+
-->
7
10
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. -->
0 commit comments