We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7101f82 commit d13c7e0Copy full SHA for d13c7e0
.github/PULL_REQUEST_TEMPLATE.md
@@ -2,8 +2,9 @@ Thanks for submitting your Pull Request!
2
3
Please make sure your PR meets the following requirements:
4
5
-- [ ] Pull Request title is properly formatted: `[CLOUD-XYA] Subject`
6
-- [ ] Pull Request contains link to the JIRA issue
+- [ ] A JIRA issue must exist in the OPENJDK project at issues.redhat.com
+- [ ] Pull Request title should be prefixed with the JIRA issue: `[OPENJDK-XYZ] Subject`
7
+- [ ] Pull Request contains hyperlink to the JIRA issue
8
- [ ] Pull Request contains description of the issue
9
- [ ] Pull Request does not include fixes for issues other than the main ticket
10
- [ ] Attached commits represent units of work and are properly formatted
0 commit comments