-
-
Notifications
You must be signed in to change notification settings - Fork 121
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
24 changed files
with
603 additions
and
618 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,2 @@ | ||
github: keesschollaart81 | ||
custom: https://www.paypal.me/keesschollaart |
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,34 @@ | ||
--- | ||
name: 1. YAML Error/Warning | ||
about: VS Code complains over your YAML | ||
labels: 'yaml' | ||
--- | ||
|
||
<!-- | ||
!! Read 1 & 2 first !! | ||
1. Is it an YAML parsing error? | ||
This extension depends on another package to parse and validate | ||
the raw YAML. If it's a generic YAML Parser error, please report it here: | ||
https://github.com/JPinkney/yaml-ast-parser | ||
In doubt? Read more: | ||
https://github.com/keesschollaart81/vscode-home-assistant/wiki/Is-it-the-YAML-parser%3F | ||
2. Is a HA scheme error? | ||
Feel free to fix this yourself, it's quite easy, HowTo here: | ||
https://github.com/keesschollaart81/vscode-home-assistant/wiki/HowTo:-Update-the-schema's | ||
--> | ||
|
||
After reading 1 & 2 👆, type your issue here and please include the related YAML code like this: | ||
|
||
```YAML | ||
your: | ||
- yaml | ||
``` | ||
and/or point to a repository containing your Home Assistant Configuration |
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,32 @@ | ||
--- | ||
name: 2. Bug | ||
about: Report something that is not working (other than YAML related) | ||
labels: 'bug' | ||
--- | ||
|
||
Please include the related YAML code: | ||
|
||
```YAML | ||
your: | ||
- yaml | ||
``` | ||
Find my Home Assistant Configuration here: | ||
[Link to Home Assistant Configuration](<link to repo here>) | ||
Extension runs in: | ||
- [X] VS Code for Desktop | ||
- [ ] Hassio Add-on | ||
- [ ] Visual Studio Online | ||
- [ ] Other: | ||
I'm running VS Code on: | ||
- [ ] Windows | ||
- [X] Mac | ||
- [ ] Linux | ||
I'm accessing my files: | ||
- [X] From local disk | ||
- [ ] Via remote SSH | ||
- [ ] Smb | ||
- [ ] Other: |
2 changes: 1 addition & 1 deletion
2
.github/ISSUE_TEMPLATE/feature.md → .github/ISSUE_TEMPLATE/3. feature.md
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
name: Feature | ||
name: 3. Feature | ||
about: I have a great idea! | ||
labels: 'enhancement' | ||
--- |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.