-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[github] Feature request issue template (#245)
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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? |