Fixing alpha feedback form (#1411)

Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com>
This commit is contained in:
Janos 2024-03-18 15:46:59 +01:00 committed by GitHub
parent c7e9343393
commit 21aa528090
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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` &rarr; `state ls`, `state mv` &rarr; `state move`, `state rm` &rarr; `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?