From 756c79ff8a4b28142d7c30a2740c7157e62ac6d4 Mon Sep 17 00:00:00 2001 From: Joe Pea Date: Mon, 8 Mar 2021 22:37:15 -0800 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 72 ++++++++++++++++++++------------ 1 file changed, 45 insertions(+), 27 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2d5b3e545..4c0bc8468 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,47 +1,65 @@ - - + - - +## **Summary** -**Summary** + -**What kind of change does this PR introduce?** (check at least one) + -- [ ] Bugfix -- [ ] Feature -- [ ] Code style update -- [ ] Refactor -- [ ] Docs -- [ ] Build-related changes -- [ ] Repo settings -- [ ] Other, please describe: +## **What kind of change does this PR introduce?** -If changing the UI of default theme, please provide the **before/after** screenshot: + -**Does this PR introduce a breaking change?** (check one) + + + + +## **For any code change,** + +- [ ] Related documentation has been updated if needed +- [ ] Related tests have been updated or tests have been added + +## **Does this PR introduce a breaking change?** (check one) - [ ] Yes - [ ] No If yes, please describe the impact and migration path for existing applications: -**The PR fulfills these requirements:** +## **Related issue, if any:** -- [ ] When resolving a specific issue, it's referenced in the PR's title (e.g. `fix #xxx[,#xxx]`, where "xxx" is the issue number) + -You have tested in the following browsers: (Providing a detailed version will be better.) +## **Tested in the following browsers:** - [ ] Chrome - [ ] Firefox - [ ] Safari - [ ] Edge - [ ] IE - -If adding a **new feature**, the PR's description includes: - -- [ ] A convincing reason for adding this feature -- [ ] Related documents have been updated -- [ ] Related tests have been updated - -To avoid wasting your time, it's best to open a **feature request issue** first and wait for approval before working on it.