From d45804b1f69907dfdba4ea6c34b111a83472f502 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Wed, 27 May 2020 23:49:25 -0700 Subject: [PATCH] Update Github issue template to use drop-downs (#747) * Create a stricter bug report template * Highlight topics that are not accepted in issues: operation, support, debugging, advice, or Kubernetes concepts * Add a section to strongly suggest bug reports link a PR or describe a solution. This may be able to weed out topics that aren't focused bug reports --- .github/ISSUE_TEMPLATE/bug_report.md | 39 ++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..b346e332 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,39 @@ +--- +name: Bug report +about: Report a bug to improve the project +title: '' +labels: '' +assignees: '' + +--- + + + +**Description** + +A clear and concise description of what the bug is. + +**Steps to Reproduce** + +Provide clear steps to reproduce the bug. + +- [ ] Relevant error messages if appropriate (concise, not a dump of everything). +- [ ] Explored using a vanilla cluster from the [tutorials](https://typhoon.psdn.io/#documentation). Ruled out [customizations](https://typhoon.psdn.io/advanced/customization/). + +**Expected behavior** + +A clear and concise description of what you expected to happen. + +**Environment** + +* Platform: aws, azure, bare-metal, google-cloud, digital-ocean +* OS: fedora-coreos, flatcar-linux (include release version) +* Release: Typhoon version or Git SHA (reporting latest is **not** helpful) +* Terraform: `terraform version` (reporting latest is **not** helpful) +* Plugins: Provider plugin versions (reporting latest is **not** helpful) + +### Possible Solution + + + +Link to a PR or description.