-
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
Conversation
Signed-off-by: Marques Johansson <[email protected]>
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 |
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
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #411 +/- ##
==========================================
+ Coverage 59.56% 60.40% +0.83%
==========================================
Files 98 99 +1
Lines 19754 19889 +135
==========================================
+ Hits 11767 12013 +246
+ Misses 7684 7574 -110
+ Partials 303 302 -1
☔ View full report in Codecov by Sentry. |
Updates to the ISSUE_TEMPLATE directory shouldn't trigger E2E tests ✍️ |
Signed-off-by: Marques Johansson <[email protected]>
Implements https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-forms
Heavily copied from from Linode and AWS provider issue forms:
https://github.com/linode/terraform-provider-linode/issues/new/choose
https://github.com/hashicorp/terraform-provider-aws/issues/new/choose