mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fixing alpha feedback form (#1411)
Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com>
This commit is contained in:
parent
c7e9343393
commit
21aa528090
24
.github/ISSUE_TEMPLATE/1_7_0_alpha1_feedback.yml
vendored
24
.github/ISSUE_TEMPLATE/1_7_0_alpha1_feedback.yml
vendored
@ -19,7 +19,7 @@ body:
|
||||
- [Documentation](https://1-7-0-alpha1.opentofu.pages.dev/docs/language/state/encryption/)
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Did you test this feature?
|
||||
label: Did you test the state encryption?
|
||||
options:
|
||||
- Did not test
|
||||
- Tested, worked
|
||||
@ -28,7 +28,7 @@ body:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Additional feedback / details
|
||||
label: Additional feedback / details on the state encryption
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
@ -38,7 +38,7 @@ body:
|
||||
- [Documentation](https://1-7-0-alpha1.opentofu.pages.dev/docs/language/resources/syntax/#removing-resources)
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Did you test this feature?
|
||||
label: Did you test the removed block?
|
||||
options:
|
||||
- Did not test
|
||||
- Tested, worked
|
||||
@ -47,7 +47,7 @@ body:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Additional feedback / details
|
||||
label: Additional feedback / details on the removed block
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
@ -59,7 +59,7 @@ body:
|
||||
- `tofu test` now dumps the state file if it fails to clean up test resources.
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Did you test these functions
|
||||
label: Did you test the testing feature changes?
|
||||
options:
|
||||
- Did not test
|
||||
- Tested, worked
|
||||
@ -68,7 +68,7 @@ body:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Additional feedback / details
|
||||
label: Additional feedback / details on the testing feature changes
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
@ -84,7 +84,7 @@ body:
|
||||
- [templatefile](https://1-7-0-alpha1.opentofu.pages.dev/docs/language/functions/templatefile/) now supports recursion up to a depth of 1024.
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Did you test these functions
|
||||
label: Did you test the built-in functions?
|
||||
options:
|
||||
- Did not test
|
||||
- Tested, worked
|
||||
@ -93,7 +93,7 @@ body:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Additional feedback / details
|
||||
label: Additional feedback / details on the built-in functions
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
@ -106,7 +106,7 @@ body:
|
||||
- Aliases for `state list` → `state ls`, `state mv` → `state move`, `state rm` → `state remove`.
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Did you test these functions
|
||||
label: Did you test the CLI changes?
|
||||
options:
|
||||
- Did not test
|
||||
- Tested, worked
|
||||
@ -115,4 +115,8 @@ body:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Additional feedback / details
|
||||
label: Additional feedback / details on the CLI changes
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Would you like to add anything else?
|
||||
|
Loading…
Reference in New Issue
Block a user