From 3a33ac563250c57db77b8f0ef418d7c5fb223ffc Mon Sep 17 00:00:00 2001 From: Terraform User Date: Fri, 14 Jan 2022 10:21:37 -0700 Subject: [PATCH] Managed by Terraform --- .github/ISSUE_TEMPLATE/bug_report.md | 111 ++++++++++++++------------- 1 file changed, 59 insertions(+), 52 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 831f3627..22c6fd0d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,52 +1,59 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - ---- -name: Bug report -about: Let us know about an unexpected error, a crash, or an incorrect behavior. - ---- -### Installation Process - - -### Version - - -``` -... -``` - -### Expected Behavior - - -### Actual Behavior - - -### Steps to Reproduce - - -### Additional Context - - -### References - +name: Bug Report +description: File a bug report +labels: [bug, triage] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! Please fill the form below. + - type: textarea + id: what-happened + attributes: + label: What happened? + description: What happened? + validations: + required: true + - type: textarea + id: expected + attributes: + label: What did you expect to happen? + description: What is the expected or desired behavior? + validations: + required: true + - type: textarea + id: reproducible + attributes: + label: How can we reproduce this? + description: Please share the steps that we can take to reproduce this. Also include any relevant configuration. + validations: + required: true + - type: textarea + id: version + attributes: + label: version + description: The version of the tool that you are using. + render: bash + validations: + required: true + - type: checkboxes + id: search + attributes: + label: Search + options: + - label: I did search for other open and closed issues before opening this. + required: true + - type: checkboxes + id: terms + attributes: + label: Code of Conduct + description: By submitting this issue, you agree to follow the CODE_OF_CONDUCT in this repository. + options: + - label: I agree to follow this project's Code of Conduct + required: true + - type: textarea + id: ctx + attributes: + label: Additional context + description: Anything else you would like to add + validations: + required: false