forked from chrism0dwk/PyTado
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Showing
1 changed file
with
50 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,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! 🎉 |