Skip to content

Commit

Permalink
Add a feature request template
Browse files Browse the repository at this point in the history
  • Loading branch information
fhofherr committed Jun 29, 2021
1 parent 8d20464 commit f397c38
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yaml
@@ -1,2 +1,2 @@
---
blank_issues_enabled: true
blank_issues_enabled: false
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/request-a-feature.yaml
@@ -0,0 +1,31 @@
# vim: set ft=yaml:
---
name: Feature request
description: Request a feature
title: "[Feature]: "
labels: [enhancement]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to request a new feature.
Please use the form below to tell us what you would like to see added
to the Hetzner Cloud Terraform provider. If you request a new resource
or data source, consider providing an example [HCL](https://www.terraform.io/docs/language/index.html).
We welcome your suggestions and comments about improving our selection
of features and hope that we can continue to meet and exceed your
expectations. However, please note that not all feature requests can be
implemented, or possibly not exactly as proposed. Feature requests that
require changes to the Hetzner Cloud API are especially unlikely to be
implemented.
- type: textarea
id: what-would-you-like-to-see
attributes:
label: What whould you like to see?
description: |
Tell us which feature you would like to see. Please add an
usage example if possible.
validations:
required: true

0 comments on commit f397c38

Please sign in to comment.