]> granicus.if.org Git - icu/commitdiff
ICU-21480 Update GitHub pull request template to prevent autolinking example ticket... 1603/head
authorJeff Genovy <29107334+jefgen@users.noreply.github.com>
Fri, 26 Feb 2021 19:56:52 +0000 (11:56 -0800)
committerJeff Genovy <29107334+jefgen@users.noreply.github.com>
Wed, 3 Mar 2021 01:17:21 +0000 (17:17 -0800)
.github/pull_request_template.md

index c8a1010feb2c6b71b55ebb5c1f86b53c1dff6419..193edd03d8d7a49653e302d3238fb261c35228a0 100644 (file)
@@ -12,9 +12,9 @@ You will be automatically asked to sign the contributors license agreement (CLA)
 ##### Checklist
 
 - [ ] Required: Issue filed: https://unicode-org.atlassian.net/browse/ICU-_____
-- [ ] Required: The PR title must be prefixed with a JIRA Issue number. For example: "ICU-1234 Fix xyz"
+- [ ] Required: The PR title must be prefixed with a JIRA Issue number. <!-- For example: "ICU-1234 Fix xyz" -->
 - [ ] Required: The PR description must include the link to the Jira Issue, for example by completing the URL in the first checklist item
-- [ ] Required: Each commit message must be prefixed with a JIRA Issue number. For example: "ICU-1234 Fix xyz"
+- [ ] Required: Each commit message must be prefixed with a JIRA Issue number. <!-- For example: "ICU-1234 Fix xyz" -->
 - [ ] Issue accepted (done by Technical Committee after discussion)
 - [ ] Tests included, if applicable
 - [ ] API docs and/or User Guide docs changed or added, if applicable