diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1cc74c0..8db0427 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,6 +9,7 @@ about: Create a report to help us improve - [ ] I confirm that this is an issue rather than a question. + ## Bug report diff --git a/.github/ISSUE_TEMPLATE/issue_template.md b/.github/ISSUE_TEMPLATE/feature_request.md similarity index 100% rename from .github/ISSUE_TEMPLATE/issue_template.md rename to .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..86e6871 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,35 @@ + + + + + + + +**Summary** + + + +**The PR fulfills these requirements:** + +- [ ] I confirm that I have been tested it. + +**What kind of change does this PR introduce?** (check at least one) + +- [ ] Bugfix +- [ ] Feature +- [ ] Code style update +- [ ] Refactor +- [ ] Docs +- [ ] Build-related changes +- [ ] Other, please describe: + +If changing the UI , please provide the **demo url** or **before/after screenshot**: + +**Does this PR introduce a breaking change?** (check one) + +- [ ] Yes +- [ ] No + +If yes, please describe the impact and migration path for existing applications: + +**Other information:** diff --git a/.github/bug_report.md b/.github/bug_report.md deleted file mode 100644 index 1cc74c0..0000000 --- a/.github/bug_report.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve ---- - - - - - -- [ ] I confirm that this is an issue rather than a question. - - -## Bug report - -#### What is actually happening? - - -#### Other relevant information - - -- Your OS: -- Node.js version: -- VuePress version: -- VuePress-theme-reco version: -- Which package manager did you use for the install(npm/cnpm/yarn)?