From 4ec040e7d52ba87c25add1b8381eef00a3aad437 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sun, 11 Feb 2018 20:02:35 +0100 Subject: [PATCH] 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. --- .github/ISSUE_TEMPLATE.md | 19 +++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 11 +++++++++++ 2 files changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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` +