Skip to content

Commit

Permalink
Lazouich/pull request template (#505)
Browse files Browse the repository at this point in the history
* Add basic_pull_request_template.md

* Add basic_pull_request_template.md

* Remove duplicate file
  • Loading branch information
lazouich authored Oct 5, 2024
1 parent 469afd7 commit e018961
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/pull_request_template.md
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.

0 comments on commit e018961

Please sign in to comment.