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 308b12e
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
name: Pull Request
description: Submit changes or improvements to the PyTado project.
title: '[PR]: '
labels: 'enhancement, bugfix'
assignees: ''
---

## 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 308b12e

Please sign in to comment.