Skip to content

Commit

Permalink
add pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
wmalgadey committed Dec 16, 2024
1 parent 655de46 commit c60856f
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
## Description
Provide a clear and concise description of the changes you are proposing.

**Example:**
"This pull request fixes a bug where the library crashes when an invalid token is provided. It also updates the README with clearer setup instructions."

---

## Related Issues
Link any related issues that this pull request resolves or is associated with:

**Example:**
- Closes #123
- Related to #456

---

## Type of Changes
Mark the type of changes included in this pull request:

- [ ] Bugfix
- [ ] New Feature
- [ ] Documentation Update
- [ ] Refactor
- [ ] Other (please specify):

---

## Checklist
- [ ] I have tested the changes locally and they work as expected.
- [ ] I have added/updated necessary documentation (if applicable).
- [ ] I have followed the code style and guidelines of the project.
- [ ] I have searched for and linked any related issues.

---

## Additional Notes
Add any additional comments, screenshots, or context for the reviewer(s).

---

Thank you for your contribution to PyTado! 🎉

0 comments on commit c60856f

Please sign in to comment.