-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: replace issue templates with forms #411
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
name: Bug Report | ||
description: File a bug report | ||
title: "[Bug]: " | ||
labels: ["bug"] | ||
body: | ||
- type: input | ||
id: terraform-version | ||
attributes: | ||
label: Terraform Version | ||
description: What version of terraform are you running? `terraform -v` | ||
placeholder: Terraform v1.0.7 on darwin_amd64 | ||
validations: | ||
required: true | ||
- type: input | ||
id: provider-version | ||
attributes: | ||
label: Equinix Provider Version | ||
description: What version of our provider are you running? | ||
placeholder: version = "1.17.0" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: resources | ||
attributes: | ||
label: Effected Terraform Resources | ||
description: Equinix resouces causing/effected by the bug | ||
placeholder: | | ||
equinix_metal_device | ||
equinix_fabric_connection | ||
- type: textarea | ||
id: config | ||
attributes: | ||
label: Terraform Config Files | ||
description: If your config files are too long for a short code snippet please use GitHub Gists | ||
- type: textarea | ||
id: debug | ||
attributes: | ||
label: Debug Output | ||
description: To generate debug output run `terraform apply` with `TF_PROVIDER_LOG=DEBUG` and `PACKNGO_DEBUG=1`. Please use GitHub Gists if the output is long | ||
- type: textarea | ||
id: panic | ||
attributes: | ||
label: Panic Output | ||
description: If terraform generated a panic output post a Gist with the output of crash.log | ||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: Expected Behavior | ||
description: What should have happened? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: actual | ||
attributes: | ||
label: Actual Behavior | ||
description: What actually happened? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduce | ||
attributes: | ||
label: Steps to Reproduce | ||
description: List any custom configurations and the steps to reproduce this error | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Terraform Equinix Provider Questions | ||
url: https://community.equinix.com/t5/forums/postpage/board-id/OR | ||
about: GitHub issues in this repository are only intended for bug reports and feature requests. Other issues will be closed. Please ask and answer questions through the Equinix Community Forum. | ||
|
||
- name: Terraform Core Bug Reports and Feature Requests | ||
url: https://github.com/hashicorp/terraform/issues/new/choose | ||
about: Terraform Core, which handles the Terraform configuration language, CLI commands, and resource dependency graph, has its own codebase. Bug reports and feature requests for those pieces of functionality should be directed to that repository. | ||
|
||
- name: Terraform Language or Workflow Questions | ||
url: https://discuss.hashicorp.com/c/terraform-core | ||
about: Please ask and answer language or workflow related questions through the Terraform Core Community Forum. | ||
|
||
- name: Terraform Equinix Provider Roadmap | ||
url: https://github.com/equinix/terraform-provider-equinix/milestones | ||
about: View target Milestones for the upcoming work planned on the Equinix provider. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: Enhancement | ||
description: Request a feature | ||
title: "[Feature]: " | ||
labels: ["enhancement"] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: What would you like this feature to do in detail? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: resources | ||
attributes: | ||
label: New or Affected Terraform Resources | ||
description: What resources will this create or change? | ||
placeholder: | | ||
equinix_metal_vlan | ||
equinix_ibx_liquid_cooling | ||
- type: textarea | ||
id: config | ||
attributes: | ||
label: Potential Terraform Configuration | ||
description: A small codeblock example of what the feature will look like |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There may be other variables to consider here for debugging.
We could also caution against submitting client_id, client_secret, auth_token, authorization headers, and x-auth-token headers