Skip to content

Commit

Permalink
SapMachine #178: Update pull_request_template.md
Browse files Browse the repository at this point in the history
There should be clearer instructions for merging PRs directly in the template text.
  • Loading branch information
RealCLanger authored Oct 8, 2024
1 parent a92d841 commit c565451
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
The description of this pull request goes here.
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.

fixes #Issue
When integrating please make sure you:
- Create a merge commit when merging an OpenJDK upstream PR
- Use Rebase & Merge when your PR contains only one commit with a commit message of the form `SapMachine #<Issue>: <Description>`
- 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

fixes #Issue

0 comments on commit c565451

Please sign in to comment.