Skip to content

Commit

Permalink
feat: add pr template
Browse files Browse the repository at this point in the history
  • Loading branch information
valerydluski committed Nov 19, 2023
1 parent d579b08 commit 84d28b9
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
### Pull Request Template for rolling-scopes-school/tasks πŸ“

#### Title of Pull Request

<!-- ✍️ Provide a concise and informative title for your 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:**
<!-- πŸ“– Summarize the changes made and the problem or enhancement addressed -->
- **Implementation Approach:**
<!-- πŸ’­ Explain your approach to solving the issue or implementing the feature -->

#### Additional Information

- **Screenshots/Links:**
<!-- πŸ“Έ Include any relevant screenshots or links to documentation or discussions -->
- [ ] Related Issues:
<!-- πŸ”— Mention any related issues or pull requests if applicable -->

#### 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.

0 comments on commit 84d28b9

Please sign in to comment.