]> granicus.if.org Git - icu/commitdiff
ICU-20003 add a PR template (#27)
authorSteven R. Loomis <srl295@gmail.com>
Tue, 7 Aug 2018 20:05:38 +0000 (13:05 -0700)
committerShane Carr <shane@unicode.org>
Thu, 27 Sep 2018 21:27:37 +0000 (14:27 -0700)
* ICU-20003: add a PR template
Create a GItHub PR template

.github/pull_request_template.md [new file with mode: 0644]

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644 (file)
index 0000000..fdcfa09
--- /dev/null
@@ -0,0 +1,18 @@
+<!--
+Thank you for your pull request.
+Please see http://site.icu-project.org/processes/contribute for general
+information on contributing to ICU.
+
+You will be automatically asked to sign the contributors license before the PR is accepted.
+- sign: https://cla-assistant.io/unicode-org/icu
+- license: http://www.unicode.org/copyright.html#License
+-->
+
+##### Checklist
+
+- [ ] Issue filed at https://unicode-org.atlassian.net :  ICU-______
+- [ ] Update PR title to include Issue number
+- [ ] Issue accepted
+- [ ] Tests included
+- [ ] Documentation is changed or added
+