From 90d7a352ab2f0151eb2e8fa9189e53a6ecda1e73 Mon Sep 17 00:00:00 2001 From: Cheng Liu Date: Wed, 21 Feb 2024 16:32:48 -0800 Subject: [PATCH] chore: add pr template --- .github/PULL_REQUEST_TEMPLATE.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 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 0000000..a03348e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,30 @@ + + + +### Basic Checks + +Have you run `rush change` for this change? + +- [ ] Yes +- [ ] No + +If **No**, please run `rush change` before, this is necessary. + +If adding a **new feature**, the PR's description includes: + +- [ ] Reason for adding this feature +- [ ] How to use +- [ ] A basic example + +**Does this PR introduce a breaking change?** (check one) + +- [ ] Yes +- [ ] No + +If yes, please describe the impact and migration path for existing applications: + +### Summary + +### Detail + +### How to test it