From 711e366cd151a5863e73238387b4f0a906f718ac Mon Sep 17 00:00:00 2001 From: Matthew Frahry Date: Wed, 15 Apr 2020 08:51:16 -0700 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 58 ++++++++++++++++------- .github/ISSUE_TEMPLATE/feature_request.md | 3 ++ 2 files changed, 45 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 142384bd1..3884e634e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,24 +1,50 @@ --- name: Bug report about: Create a report for error, failure, or unexpected behavior +title: '' +labels: '' +assignees: '' --- -**Describe the bug** -A clear and concise description of what the bug is. - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Logs** -If you've got any logs/outputs, attach them - -**Versions (please complete the following information):** - - OS that is executing Terraform - - Terraform +### Nutanix Cluster Information + +### Terraform Version + +### Affected Resource(s) + +* nutanix_XXXXX +### Terraform Configuration Files + +```hcl +# Copy-paste your Terraform configurations here - for large Terraform configs, +# please use a service like Dropbox and share a link to the ZIP file. +``` +### Debug Output + +### Panic Output + +### Expected Behavior + +### Actual Behavior + +### Steps to Reproduce + +1. `terraform apply` +### Important Factors + +* #0000 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 066b2d920..bbcbbe7d6 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,9 @@ --- name: Feature request about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' ---