mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-08-29 06:08:09 +02:00
added pull request template
This commit is contained in:
parent
f8b94860a8
commit
dc40b91440
1 changed files with 29 additions and 0 deletions
29
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
29
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,29 @@
|
|||
## Proposed change
|
||||
<!--
|
||||
Describe the big picture of your changes here. If it fixes a bug
|
||||
or resolves a feature request, be sure to link to that issue.
|
||||
-->
|
||||
|
||||
|
||||
## Type of change
|
||||
<!--
|
||||
What type of change does your PR introduces?
|
||||
-->
|
||||
- [ ] Bugfix
|
||||
- [ ] New feature
|
||||
- [ ] Code quality improvements to existing code or addition of tests
|
||||
|
||||
## Additional information
|
||||
<!--
|
||||
Add any other context about your PR here.
|
||||
-->
|
||||
|
||||
## Checklist
|
||||
<!--
|
||||
Put an `x` in the boxes that apply. You can also fill these out after
|
||||
creating the PR. If you're unsure about any of them, don't hesitate to ask.
|
||||
-->
|
||||
- [ ] The code change is tested and works locally.
|
||||
- [ ] The code has been formatted using Black.
|
||||
- [ ] Tests have been added to verify that the new code works.
|
||||
- [ ] Documentation added/updated if required.
|
Loading…
Add table
Add a link
Reference in a new issue