From 9d5bc8a18e440f85e3d66aa0e53d8817c2263f6e Mon Sep 17 00:00:00 2001 From: haoyang-finix <106175390+haoyang-finix@users.noreply.github.com> Date: Tue, 16 Aug 2022 12:12:57 -0700 Subject: [PATCH] add a PR template --- .github/PULL_REQUEST_TEMPLATE/pull_request_template.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..339e5e8 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,8 @@ +### Describe the changes + +### Checklist +- [ ] I updated tests for the changes. Otherwise, I explained why tests need no update. +- [ ] I orgranized the commits to keep functional changes as a single commit separate from other changes. +- [ ] I put all auto-generated changes into a single commit. +- [ ] I updated the change log and readme file if necessary. +- [ ] I confirmed that running the code generation script results in no change.