forked from wasmCloud/wasmCloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: convert issue templates to forms
Signed-off-by: Connor Smith <[email protected]>
- Loading branch information
1 parent
f5e599e
commit 9ae52bc
Showing
2 changed files
with
56 additions
and
20 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,56 @@ | ||
name: Feature Request | ||
description: Suggest an idea for this project | ||
title: "[FEATURE] <title>" | ||
labels: ["enhancement", "triage"] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Affected project(s) | ||
description: Select all that apply | ||
options: | ||
- label: documentation | ||
required: false | ||
- label: examples | ||
required: false | ||
- label: wasmCloud host | ||
required: false | ||
- label: wasmCloud CLI (wash) | ||
required: false | ||
- label: wasmCloud dashboard UI (washboard) | ||
required: false | ||
- label: capability providers | ||
required: false | ||
- label: provider bindgen | ||
required: false | ||
- label: control interface client | ||
required: false | ||
- label: other | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Is your feature request related to a problem? Please describe. | ||
description: A clear and concise description of what the problem is. | ||
placeholder: I'm frustrated when... | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Describe the solution you'd like | ||
description: A clear and concise description of what you want to happen. | ||
placeholder: I would like to see... | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe alternatives you've considered | ||
description: A clear and concise description of any alternative solutions or features you've considered. | ||
placeholder: I considered... | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Any other context or screenshots about the feature request. | ||
placeholder: I have some screenshots... | ||
validations: | ||
required: false |