diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..7f4061e7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -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:** diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..9dd645b6 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +### Description: + +**Related issue (if applicable):** Fixes # + +### Checklist: + - [ ] The code change is tested and works locally. + - [ ] Script has validation check of the job. + +#### If pertinent: + - [ ] Created/Updated documentation at `/docs` +