From fcd85889afd377221bdb966d4c20f14b183a7c2e Mon Sep 17 00:00:00 2001 From: Alex Wallen Date: Mon, 3 Apr 2023 18:51:47 -1000 Subject: [PATCH] feat: add PR template (#2151) --- .../pull_request_template.md | 27 +++++++++++++++++++ 1 file changed, 27 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 0000000000..57ebf4205f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,27 @@ + + + + +### Feature Preview + + + +--- + + + +#### PR Checklist + +- [ ] My code adheres to the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) +- [ ] I've listed at least one issue that this PR fixes in the description above. +- [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. +- [ ] All existing tests are passing.