From 2b2cbcc3d2c1a21e30790803aee4ea11d9d7a158 Mon Sep 17 00:00:00 2001 From: Adam DeHaven <2229946+adamdehaven@users.noreply.github.com> Date: Thu, 7 Dec 2023 15:02:43 -0500 Subject: [PATCH] chore: pr template --- .github/PULL_REQUEST_TEMPLATE.md | 13 ------------- .github/pull_request_template.md | 12 ++++++++++++ 2 files changed, 12 insertions(+), 13 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md create mode 100644 .github/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 5e5d342a..00000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,13 +0,0 @@ -# Summary - - - -## PR Checklist - -* [ ] Does not introduce dependencies -* [ ] **Functional:** all changes do not break existing APIs and if so, bump major version. -* [ ] **Tests pass:** check the output of yarn test -* [ ] **Naming:** the files and the method and prop variables use the same naming conventions as other Kongponents -* [ ] **Framework style:** abides by the essential rules in Vue's style guide -* [ ] **Cleanliness:** does not have formatting issues, unused code (e.g., console.logs, debugger), or leftover comments -* [ ] **Docs:** includes a technically accurate README, uses JSDOC where appropriate diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..e1d1afc3 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,12 @@ +# Summary + +