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: '' ---