-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d579b08
commit 84d28b9
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |