From 7039b3641c810b17e29973d03829ae78e6b3c424 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Tue, 7 Aug 2018 13:05:38 -0700 Subject: [PATCH] ICU-20003 add a PR template (#27) * ICU-20003: add a PR template Create a GItHub PR template --- .github/pull_request_template.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000000..fdcfa099aa6 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,18 @@ + + +##### 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 +