From 07ae808410e8b225f0a9eb58e6225d3540e10396 Mon Sep 17 00:00:00 2001 From: Saarthak Date: Wed, 28 Jun 2023 20:58:22 +0530 Subject: [PATCH 1/2] feat: Add Pull Request Template Add Pull Request Template To Allow Default Text When We Create A Pull Request On Github Signed-off-by: Saarthak --- .github/pull_request_template.md | 36 ++++++++++++++++++++++++++++++++ 1 file changed, 36 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..d082c57 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,36 @@ +### All Submissions: + +- [ ] Have you followed the guidelines stated in [CONTRIBUTING.md](https://github.com/virtual-tech-school/frytheweb/blob/main/CONTRIBUTING.md) file? +- [ ] Have you checked to ensure there aren't any other open [Pull Requests](https://github.com/virtual-tech-school/frytheweb/pulls ) for the desired changed? + + + +### Type of change + +Please delete options that are not relevant. + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] This change requires a documentation update + + +### New Feature Submission: + +- [ ] Does your submission pass the tests? +- [ ] Have you linted your code locally prior to submission? + +### Changes To Core Features: + +- [ ] Have you added an explanation of what your changes do and why you'd like us to include them? +- [ ] Have you written new tests for your core changes, as applicable? +- [ ] Have you successfully ran tests with your changes locally? + +### **After** these steps, you're ready to open a pull request. + + a. Give a descriptive title to your PR. + + b. Describe your changes. + + c. Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if such). + From 1805a93a2a2f2a565fed6f9c462b6f6e81c91150 Mon Sep 17 00:00:00 2001 From: Saarthak Date: Tue, 4 Jul 2023 20:01:07 +0530 Subject: [PATCH 2/2] feat: Add Pull Request Template --- .github/pull_request_template.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d082c57..6d41312 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -14,18 +14,6 @@ Please delete options that are not relevant. - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update - -### New Feature Submission: - -- [ ] Does your submission pass the tests? -- [ ] Have you linted your code locally prior to submission? - -### Changes To Core Features: - -- [ ] Have you added an explanation of what your changes do and why you'd like us to include them? -- [ ] Have you written new tests for your core changes, as applicable? -- [ ] Have you successfully ran tests with your changes locally? - ### **After** these steps, you're ready to open a pull request. a. Give a descriptive title to your PR.