mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Remove documentation issue template (which was for external docs) and feature request issue template
This commit is contained in:
parent
3de9552ef9
commit
c36f31c5e2
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -10,7 +10,7 @@ body:
|
|||||||
value: |
|
value: |
|
||||||
# Thank you for opening an issue.
|
# Thank you for opening an issue.
|
||||||
|
|
||||||
The [opentf](https://github.com/placeholderplaceholderplaceholder/opentf) issue tracker is reserved for bug reports relating to the core OpenTF CLI application and configuration language.
|
The [OpenTF](https://github.com/placeholderplaceholderplaceholder/opentf) issue tracker is reserved for bug reports relating to the core OpenTF CLI application and configuration language.
|
||||||
|
|
||||||
## Filing a bug report
|
## Filing a bug report
|
||||||
|
|
||||||
|
76
.github/ISSUE_TEMPLATE/documentation_issue.yml
vendored
76
.github/ISSUE_TEMPLATE/documentation_issue.yml
vendored
@ -1,76 +0,0 @@
|
|||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: MPL-2.0
|
|
||||||
|
|
||||||
name: Documentation Issue
|
|
||||||
description: Report an issue or suggest a change in the documentation.
|
|
||||||
labels: ["documentation", "new"]
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
# Thank you for opening a documentation change request.
|
|
||||||
|
|
||||||
Please only use the [hashicorp/terraform](https://github.com/hashicorp/terraform) `Documentation` issue type to report problems with the documentation on [https://www.terraform.io/docs](). Only technical writers (not engineers) monitor this issue type. Report Terraform bugs or feature requests with the `Bug report` or `Feature Request` issue types instead to get engineering attention.
|
|
||||||
|
|
||||||
For general usage questions, please see: https://www.terraform.io/community.html.
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
id: tf-version
|
|
||||||
attributes:
|
|
||||||
label: Terraform Version
|
|
||||||
description: Run `terraform version` to show the version, and paste the result below. If you're not using the latest version, please check to see if something related to your request has already been implemented in a later version.
|
|
||||||
render: shell
|
|
||||||
placeholder: ...output of `terraform version`...
|
|
||||||
value:
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
id: tf-affected-pages
|
|
||||||
attributes:
|
|
||||||
label: Affected Pages
|
|
||||||
description: |
|
|
||||||
Link to the pages relevant to your documentation change request.
|
|
||||||
placeholder:
|
|
||||||
value:
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
id: tf-problem
|
|
||||||
attributes:
|
|
||||||
label: What is the docs issue?
|
|
||||||
description: What problems or suggestions do you have about the documentation?
|
|
||||||
placeholder:
|
|
||||||
value:
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
id: tf-proposal
|
|
||||||
attributes:
|
|
||||||
label: Proposal
|
|
||||||
description: What documentation changes would fix this issue and where would you expect to find them? Are one or more page headings unclear? Do one or more pages need additional context, examples, or warnings? Do we need a new page or section dedicated to a specific topic? Your ideas help us understand what you and other users need from our documentation and how we can improve the content.
|
|
||||||
placeholder:
|
|
||||||
value:
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
id: tf-references
|
|
||||||
attributes:
|
|
||||||
label: References
|
|
||||||
description: |
|
|
||||||
Are there any other open or closed GitHub issues related to the problem or solution you described? If so, list them below. For example:
|
|
||||||
```
|
|
||||||
- #6017
|
|
||||||
```
|
|
||||||
placeholder:
|
|
||||||
value:
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
**Note:** If the submit button is disabled and you have filled out all required fields, please check that you did not forget a **Title** for the issue.
|
|
26
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
26
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -10,23 +10,15 @@ body:
|
|||||||
value: |
|
value: |
|
||||||
# Thank you for opening a feature request.
|
# Thank you for opening a feature request.
|
||||||
|
|
||||||
The [hashicorp/terraform](https://github.com/hashicorp/terraform) issue tracker is reserved for feature requests relating to the core Terraform CLI application and configuration language.
|
The [OpenTF](https://github.com/placeholderplaceholderplaceholder/opentf) issue tracker is reserved for feature requests relating to the core OpenTF CLI application and configuration language.
|
||||||
|
|
||||||
For general usage questions, please see: https://www.terraform.io/community.html.
|
|
||||||
|
|
||||||
## If your feature request relates to:
|
|
||||||
* **Terraform Cloud/Enterprise**: please email tf-cloud@hashicorp.support or [open a new request](https://support.hashicorp.com/hc/en-us/requests/new).
|
|
||||||
* **AWS Terraform Provider**: Open an issue at [hashicorp/terraform-provider-aws](https://github.com/hashicorp/terraform-provider-aws/issues/new/choose).
|
|
||||||
* **Azure Terraform Provider**: Open an issue at [hashicorp/terraform-provider-azurerm](https://github.com/hashicorp/terraform-provider-azurerm/issues/new/choose).
|
|
||||||
* **Other Terraform Providers**: Please open an issue in the provider's own repository, which can be found by searching the [Terraform Registry](https://registry.terraform.io/browse/providers).
|
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: tf-version
|
id: tf-version
|
||||||
attributes:
|
attributes:
|
||||||
label: Terraform Version
|
label: OpenTF Version
|
||||||
description: Run `terraform version` to show the version, and paste the result below. If you're not using the latest version, please check to see if something related to your request has already been implemented in a later version.
|
description: Run `opentf version` to show the version, and paste the result below. If you're not using the latest version, please check to see if something related to your request has already been implemented in a later version.
|
||||||
render: shell
|
render: shell
|
||||||
placeholder: ...output of `terraform version`...
|
placeholder: ...output of `opentf version`...
|
||||||
value:
|
value:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
@ -49,8 +41,8 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Attempted Solutions
|
label: Attempted Solutions
|
||||||
description: |
|
description: |
|
||||||
If you've already tried to solve the problem within Terraform's existing features and found a limitation that prevented you from succeeding, please describe it below in as much detail as possible.
|
If you've already tried to solve the problem within OpenTF's existing features and found a limitation that prevented you from succeeding, please describe it below in as much detail as possible.
|
||||||
Ideally, this would include real configuration snippets that you tried, real Terraform command lines you ran, and what results you got in each case.
|
Ideally, this would include real configuration snippets that you tried, real OpenTF command lines you ran, and what results you got in each case.
|
||||||
Please remove any sensitive information such as passwords before sharing configuration snippets and command lines.
|
Please remove any sensitive information such as passwords before sharing configuration snippets and command lines.
|
||||||
placeholder:
|
placeholder:
|
||||||
value:
|
value:
|
||||||
@ -62,9 +54,9 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Proposal
|
label: Proposal
|
||||||
description: |
|
description: |
|
||||||
If you have an idea for a way to address the problem via a change to Terraform features, please describe it below.
|
If you have an idea for a way to address the problem via a change to OpenTF features, please describe it below.
|
||||||
In this section, it's helpful to include specific examples of how what you are suggesting might look in configuration files, or on the command line, since that allows us to understand the full picture of what you are proposing.
|
In this section, it's helpful to include specific examples of how what you are suggesting might look in configuration files, or on the command line, since that allows us to understand the full picture of what you are proposing.
|
||||||
If you're not sure of some details, don't worry! When we evaluate the feature request we may suggest modifications as necessary to work within the design constraints of Terraform Core.
|
If you're not sure of some details, don't worry! When we evaluate the feature request we may suggest modifications as necessary to work within the design constraints of OpenTF Core.
|
||||||
placeholder:
|
placeholder:
|
||||||
value:
|
value:
|
||||||
validations:
|
validations:
|
||||||
@ -77,7 +69,7 @@ body:
|
|||||||
description: |
|
description: |
|
||||||
Are there any other GitHub issues, whether open or closed, that are related to the problem you've described above or to the suggested solution? If so, please create a list below that mentions each of them. For example:
|
Are there any other GitHub issues, whether open or closed, that are related to the problem you've described above or to the suggested solution? If so, please create a list below that mentions each of them. For example:
|
||||||
```
|
```
|
||||||
- #6017
|
- #1
|
||||||
```
|
```
|
||||||
placeholder:
|
placeholder:
|
||||||
value:
|
value:
|
||||||
|
Loading…
Reference in New Issue
Block a user