forked from unicode-org/icu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ICU-22722 update PR template for ICU 77
See unicode-org#3213
- Loading branch information
Showing
1 changed file
with
18 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,26 @@ | ||
<!-- | ||
Thank you for your pull request! | ||
TODO: Please describe your changes here. | ||
|
||
* General info on contributing: please see https://github.com/unicode-org/icu/blob/main/CONTRIBUTING.md | ||
* Ticket numbers for minor changes: for minor changes (ex: docs typos), you can reuse one of the open catch-all tickets for our next release | ||
- ICU 76 ticket: docs minor fixes: typos/etc./version updates / User Guide & API docs: ICU-22722 | ||
- ICU 76 ticket: code warnings/version updates: ICU-22721 | ||
* Contributors license agreement (CLA): | ||
You will be automatically asked to sign the CLA before the PR is accepted. | ||
To sign the CLA: https://cla-assistant.io/unicode-org/icu | ||
TODO: Delete the following lines but _keep and fill out_ (!) the checklist below. | ||
|
||
For terms of use and license, see https://www.unicode.org/terms_of_use.html | ||
--> | ||
Thank you for your pull request!\ | ||
General info on contributing: Please see https://github.com/unicode-org/icu/blob/main/CONTRIBUTING.md | ||
|
||
##### Checklist | ||
Contributors license agreement (CLA): | ||
- You will be automatically asked to sign the CLA before the PR is accepted. | ||
- To sign the CLA: https://cla-assistant.io/unicode-org/icu | ||
|
||
- [ ] 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" --> | ||
For terms of use and license, see https://www.unicode.org/terms_of_use.html | ||
|
||
TODO: End of lines to delete. | ||
|
||
#### Checklist | ||
- [ ] Required: Issue filed: https://unicode-org.atlassian.net/browse/ICU-NNNNN | ||
- For minor changes you can use one of the following per-release tickets: | ||
- ICU 77 code warnings/version updates: ICU-22920 — Fix compiler warnings. Update versions of code-related dependencies (e.g., dependabot). | ||
- ICU 77 docs minor fixes: ICU-22921 — User Guide & API docs typos etc., and version updates (e.g., dependabot for User Guide) | ||
- [ ] Required: The PR title must be prefixed with a JIRA Issue number. 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. 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 |