From 77abf0deb47981ade2566331bddf69b1a3d074a1 Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Thu, 10 Dec 2020 17:45:47 -0800 Subject: [PATCH] Close #63 --- .github/pull_request_template.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 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 00000000..eb272ad9 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,32 @@ +Checklist: + +- Does this pull request close an issue? We encourage you to open an issue first if this pull request is not a minor + change. + - [ ] no + - [ ] yes + - Close #{issue_number} + +For the following questions, only check the boxes that are applicable. + +- [ ] Add descriptive pull request text. +- [ ] Add/update relevant tests. +- [ ] Add/update relevant documents. + +- Do you have triage permission of this repository? + - [ ] no + - [ ] yes + - Does this pull request close an issue? + - [ ] No, this pull request also acts as an issue by itself. + - [ ] Assign yourself. + - [ ] Label this pull request. + - [ ] Put a milestone. + - [ ] Put this pull request under "In Progress" or "Under Review" pipeline on ZenHub. + - [ ] Put this pull request under the appropriate Epic on ZenHub. + - [ ] Put an estimate on ZenHub. + - [ ] Yes, this pull request addresses an issue and does not act as an issue. + - [ ] Connect this pull request to the underlying issue on ZenHub. + - [ ] DON'T assign. + - [ ] DON'T label. + - [ ] DON'T put a milestone. + - [ ] DON'T put an estimate on ZenHub. + - [ ] When the pull request is ready, request review.