-
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.
Update and rename feedback-form.md to feedback-form.yml
- Loading branch information
Showing
2 changed files
with
31 additions
and
24 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,31 @@ | ||
name: "Processing Library Template Feedback" | ||
description: "Provide feedback on your experience using the Processing library template." | ||
title: "[Feedback] Your experience with the Processing library template" | ||
labels: ["feedback"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for trying this version of the Processing library template. We're interested in Please answer the following questions to provide feedback. | ||
- type: textarea | ||
id: experience | ||
attributes: | ||
label: "Were you able to successfully create a library with this template? What has been your general experience with this template?" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: benefits | ||
attributes: | ||
label: "What are the benefits of using this template?" | ||
- type: textarea | ||
id: improvements | ||
attributes: | ||
label: "What could be improved with this template?" | ||
- type: textarea | ||
id: other_templates | ||
attributes: | ||
label: "Have you tried other Processing library templates? If so, which ones?" | ||
- type: textarea | ||
id: other_experience | ||
attributes: | ||
label: "What was your experience with the other templates?" |