Issue template overhaul (#2506)

Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com>
This commit is contained in:
AbstractionFactory 2025-02-13 08:27:12 +01:00 committed by GitHub
parent 5d03530483
commit ecac914580
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 32 additions and 2 deletions

View File

@ -23,7 +23,14 @@ body:
* Set defaults on (or omit) any variables. The person reproducing it should not need to invent variable settings
* If multiple steps are required, such as running tofu twice, consider scripting it in a simple shell script. Providing a script can be easier than explaining what changes to make to the config between runs.
* Omit any unneeded complexity: remove variables, conditional statements, functions, modules, providers, and resources that are not needed to trigger the bug
- type: textarea
id: community-note
attributes:
label: Community note
description: Please leave this note unchanged.
value: |
> [!TIP]
> 👋 Hi there, OpenTofu community! The OpenTofu team prioritizes issues based on upvotes. Please make sure to upvote this issue and describe how it affects you in detail in the comments to show your support.
- type: textarea
id: tf-version
attributes:

View File

@ -11,7 +11,20 @@ body:
attributes:
value: |
# Thank you for opening a feature request.
In order to make your feature request a success, here are some simple tips to follow:
1. Try to describe what you need to achieve rather than how you would like to change OpenTofu to change.
2. Be as specific as possible. Overarching large changes to OpenTofu have a lower chance of getting accepted than specific changes.
3. Describe how it affects your current project specifically. Try to support it with specific code and describe why the current situation is unsatisfactory.
- type: textarea
id: community-note
attributes:
label: Community note
description: Please leave this note unchanged.
value: |
> [!TIP]
> 👋 Hi there, OpenTofu community! The OpenTofu team prioritizes issues based on upvotes. Please make sure to upvote this issue and describe how it affects you in detail in the comments to show your support.
- type: textarea
id: tf-version
attributes:
@ -60,6 +73,16 @@ body:
validations:
required: false
- type: textarea
id: tf-workarounds
attributes:
label: Workarounds and Alternatives
description: |
What workarounds and alternatives have you tried? What worked and what didn't? How would this proposal make life easier compared to these solutions?
placeholder:
value:
validations:
required: true
- type: textarea
id: tf-references
attributes: