Skip to content

Commit 3400087

Browse files
authored
Create pull_request_template.md
1 parent 8f59395 commit 3400087

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/pull_request_template.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!--
2+
You are amazing! Thanks for contributing to our project!
3+
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
4+
-->
5+
6+
## Additional information
7+
<!--
8+
Details are important, and help maintainers processing your PR.
9+
Please be sure to fill out additional details, if applicable.
10+
-->
11+
12+
- This PR fixes or closes issue: fixes #
13+
- This PR is related to issue:
14+
- Link to documentation pull request:
15+
16+
## Checklist
17+
<!--
18+
Put an `x` in the boxes that apply. You can also fill these out after
19+
creating the PR. If you're unsure about any of them, don't hesitate to ask.
20+
We're here to help! This is simply a reminder of what we are going to look
21+
for before merging your code.
22+
-->
23+
24+
- [ ] The code change is tested and works locally.
25+
- [ ] There is no commented out code in this PR.
26+
- [ ] I have followed the [contribution guidelines](https://github.com/UI-Lovelace-Minimalist/UI/blob/main/.github/CONTRIBUTING.md)
27+
- [ ] This PR is for a custom-card or documentation change and therefore directed to the `main` branch.
28+
- [ ] This PR is for a official card or any other directly to the integration related change and therefore directed to the `release` branch.
29+
30+

0 commit comments

Comments
 (0)