Skip to content

Commit

Permalink
[github] Feature request issue template (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
karencfv authored Dec 18, 2023
1 parent 798e679 commit 1480d63
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Feature request
description: Let us know about something you'd like to see as part of the Oxide Terraform provider
labels: ["feature"]
body:
- type: textarea
id: overview
attributes:
label: Overview
description: What is it that you would like to be able to do with this feature?
validations:
required: true

- type: textarea
id: implementation
attributes:
label: Implementation details
description: Optionally provide an idea of how you'd like this feature to be implemented.

- type: textarea
id: additional
attributes:
label: Anything else you would like to add?

0 comments on commit 1480d63

Please sign in to comment.