From 84d28b9368e9651afe27124634e4803384e5bd5d Mon Sep 17 00:00:00 2001 From: Valery Date: Sun, 19 Nov 2023 14:38:00 +0100 Subject: [PATCH 1/2] feat: add pr template --- .github/pull_request_template.md | 39 ++++++++++++++++++++++++++++++++ 1 file changed, 39 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 000000000..eb4fcbbe8 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,39 @@ +### Pull Request Template for rolling-scopes-school/tasks 📝 + +#### Title of Pull Request + + + +#### 🤔 This is a ... + +- [ ] 🌟 New task +- [ ] 🌐 New module +- [ ] ⚙️ Update to an existing task +- [ ] 🔧 Update to an existing module +- [ ] 🔗 Update or addition of external resources or links +- [ ] 🐛 Fix in a task or related content +- [ ] 🛠 Fix in a module or related content +- [ ] ✏️ Fixed a typo or grammatical error +- [ ] 🔗 Fixed a broken link +- [ ] ❓ Other (specify: **\*\*\*\***\_\_\_\_**\*\*\*\***) + +#### Description + +- **Brief Overview:** + +- **Implementation Approach:** + + +#### Additional Information + +- **Screenshots/Links:** + +- [ ] Related Issues: + + +#### Checklist + +- [ ] ✅ I have performed a self-review of my own code. +- [ ] 📝 I have commented my code, particularly in hard-to-understand areas. +- [ ] 🔧 I have made corresponding changes to the documentation (if applicable). +- [ ] 🚫 My changes generate no new warnings or errors. From 5dbbe5b89ecff9fc475c85348983408da4bc4c3a Mon Sep 17 00:00:00 2001 From: Valery Date: Sun, 19 Nov 2023 14:40:12 +0100 Subject: [PATCH 2/2] chore: remove unnecessary pull request template section --- .github/pull_request_template.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index eb4fcbbe8..e2f2fd7fd 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,3 @@ -### Pull Request Template for rolling-scopes-school/tasks 📝 - #### Title of Pull Request