-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lazouich/pull request template (#505)
* Add basic_pull_request_template.md * Add basic_pull_request_template.md * Remove duplicate file
- Loading branch information
Showing
1 changed file
with
30 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,30 @@ | ||
## Issue Link 🔗: | ||
|
||
**Issue**: #[Issue_Number] | ||
|
||
## Type of Change | ||
|
||
- [ ] Bug fix 🐞 | ||
- [ ] New feature/page | ||
- [ ] Documentation update | ||
- [ ] Other | ||
|
||
## Description 📋 | ||
|
||
- **What:** Provide an overview of the issue this PR addresses. Explain the context and background information. | ||
|
||
- **Why:** Describe why the changes are being made. Highlight key updates, new features, or bug fixes. | ||
|
||
- **How:** Explain how these changes will affect the project or end-users. | ||
|
||
## Checklist ✅ | ||
|
||
- [ ] Followed the [Code of Conduct](https://github.com/BlackPythonDevs/blackpythondevs.github.io?tab=coc-ov-file) and [Contribution Guide](https://github.com/BlackPythonDevs/blackpythondevs.github.io/blob/469afd71943738b7209bfe56d5a4e35394fbaafc/CONTRIBUTING.md) | ||
- [ ] Ran `pre-commit run --all` | ||
- [ ] All tests pass locally | ||
- [ ] Added tests (if applicable) | ||
- [ ] Documentation updated (if applicable) | ||
|
||
## Additional Notes & Screenshots | ||
|
||
Add any additional notes or comments that might be helpful for the reviewers. |