This repository has been archived by the owner on Oct 30, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial addition of templates for issue/pr. (#102)
* Initial addition of templates for issue/pr * Update ISSUE_TEMPLATE.md Add additional information to template. * Update PULL_REQUEST_TEMPLATE.md Add styling and further enchantment.
- Loading branch information
Showing
2 changed files
with
30 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,19 @@ | ||
Make sure your running an up to date version of Hassbian before reporting a problem. If not make sure to specify what version and why so we can recreate the issue in question. | ||
|
||
You should only file an issue if you found a bug. Feature and enhancement requests should go in [#33](https://github.com/home-assistant/hassbian-scripts/issues/33) that's dedicated for this usage. | ||
|
||
**Hassbian-config version (`hassbian-config -V`):** | ||
|
||
**Script/Suite:** | ||
|
||
**Description of problem:** | ||
|
||
**Expected:** | ||
|
||
|
||
**Traceback/log (if applicable):** | ||
```bash | ||
|
||
``` | ||
|
||
**Additional info:** |
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,11 @@ | ||
### Description: | ||
|
||
**Related issue (if applicable):** Fixes #<hassbian-scripts issue number goes here> | ||
|
||
### Checklist: | ||
- [ ] The code change is tested and works locally. | ||
- [ ] Script has validation check of the job. | ||
|
||
#### If pertinent: | ||
- [ ] Created/Updated documentation at `/docs` | ||
|