From a816a26aee15dec3e77c3e37053a5d53695ca66e Mon Sep 17 00:00:00 2001 From: Kees Schollaart Date: Sat, 2 Nov 2019 10:02:09 +0100 Subject: [PATCH] issue templates --- .github/ISSUE_TEMPLATE/bug.md | 5 +++++ .github/ISSUE_TEMPLATE/feature.md | 5 +++++ .github/ISSUE_TEMPLATE/yaml-error-or-warning.md | 9 +++------ 3 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/feature.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000000..a0eb7656a7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,5 @@ +--- +name: Bug +about: Other Bug +labels: 'bug' +--- \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 0000000000..1f2cab760d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,5 @@ +--- +name: Feature +about: Feature +labels: 'enhancement' +--- \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/yaml-error-or-warning.md b/.github/ISSUE_TEMPLATE/yaml-error-or-warning.md index 5d88efee18..fd85014259 100644 --- a/.github/ISSUE_TEMPLATE/yaml-error-or-warning.md +++ b/.github/ISSUE_TEMPLATE/yaml-error-or-warning.md @@ -1,10 +1,7 @@ --- -name: YAML Error or Warning -about: VS Code complains over your YAML -title: '' -labels: '' -assignees: '' - +name: Bug +about: VS Code complains over your YAML +labels: 'yaml' ---