From 5a30cdd5d3e0dbb329b85b4512b74f8dc05abd58 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Tue, 17 Mar 2020 09:15:32 -0400 Subject: [PATCH] Add GitHub issue templates --- .github/ISSUE_TEMPLATE/bug.md | 33 ++++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature.md | 28 +++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/question.md | 9 ++++++++ 3 files changed, 70 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/feature.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 00000000..7cb20c0e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Tell us about a bug. +labels: bug +--- + +### TL;DR + + +**Expected behavior** + + +**Observed behavior** + + + +### Reproduction + +**Action YAML** + + +```yaml +# Paste your complete GitHub Actions YAML here, removing +# any sensitive values. +``` + +**Repository** + + + + +**Additional information** + diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 00000000..9d3ba81a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,28 @@ +--- +name: Feature +about: Request a new feature or functionality. +labels: feature +--- + +### TL;DR + + + +### Design + +**Action YAML** + + + +```yaml +# Paste your proposed GitHub Actions YAML here. +``` + +**Resources** + + +- [Link to documentation](TODO) + + +**Additional information** + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..1543b2b3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,9 @@ +--- +name: Question +about: Ask us a question. +labels: question +--- + +### Question + +