Skip to content

Commit

Permalink
feat: Added a template for feature requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Oct 20, 2023
1 parent 3b0c194 commit 9080b41
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Feature Request
description: Request new functionality
title: '[Feature]: '
labels: [feature, triage]
assignees:
- skyzyx
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this feature request!
- type: textarea
id: what-do-you-want
attributes:
label: What functionality would you like to see?
description: This should be functionality that (a) is not built into Terraform, (b) can be implemented via a Terraform
provider, and (c) can be implemented as a function in Go.
placeholder: ''
value: ''
validations:
required: true

0 comments on commit 9080b41

Please sign in to comment.