Skip to content

Commit 7f9914e

Browse files
authored
Small fixes to PR and Issue templates (#1124)
1 parent 5c0565d commit 7f9914e

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Report a bug with NetDaemon
3-
about: Report an issue with NetDaemon
3+
about: Report an bug with NetDaemon
44
title: ''
55
labels: ''
66
assignees: ''

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
You are amazing! Thanks for contributing to our project!
2+
You are amazing! Thanks for contributing to NetDaemon. 🎉
33
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
44
-->
55
## Breaking change
@@ -55,19 +55,18 @@
5555

5656
- [ ] The code change is tested and works locally.
5757
- [ ] Local tests pass. **Your PR cannot be merged unless tests pass**
58-
- [ ] There is no commented out code in this PR.
59-
- [ ] I have followed the [development checklist][dev-checklist]
60-
- [ ] The code compiles without warnings (code quality chek)
58+
- [ ] The code compiles without warnings (code quality check)
6159
- [ ] Tests have been added to verify that the new code works.
6260

63-
If user exposed functionality or configuration variables are added/changed:
61+
If user exposed functionality or configuration are added/changed:
6462

65-
- [ ] Documentation added/updated for [www.home-assistant.io][docs-repository]
63+
- [ ] Documentation added/updated for http://netdaemon.xtz
6664

6765

6866
<!--
6967
Thank you for contributing <3
7068
7169
Below, some useful links you could explore:
7270
-->
73-
[docs-repository]: https://github.com/net-daemon/docs
71+
[Docs repository]: https://github.com/net-daemon/docs
72+
[Developer documentation]: https://netdaemon.xyz/docs/developer/

0 commit comments

Comments
 (0)