Skip to content

Commit 66e7ddd

Browse files
authored
Update and rename feedback-form.md to feedback-form.yml
1 parent 04a0a4c commit 66e7ddd

File tree

2 files changed

+31
-24
lines changed

2 files changed

+31
-24
lines changed

.github/ISSUE_TEMPLATE/feedback-form.md

Lines changed: 0 additions & 24 deletions
This file was deleted.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: "Processing Library Template Feedback"
2+
description: "Provide feedback on your experience using the Processing library template."
3+
title: "[Feedback] Your experience with the Processing library template"
4+
labels: ["feedback"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for trying this version of the Processing library template. We're interested in Please answer the following questions to provide feedback.
10+
- type: textarea
11+
id: experience
12+
attributes:
13+
label: "Were you able to successfully create a library with this template? What has been your general experience with this template?"
14+
validations:
15+
required: true
16+
- type: textarea
17+
id: benefits
18+
attributes:
19+
label: "What are the benefits of using this template?"
20+
- type: textarea
21+
id: improvements
22+
attributes:
23+
label: "What could be improved with this template?"
24+
- type: textarea
25+
id: other_templates
26+
attributes:
27+
label: "Have you tried other Processing library templates? If so, which ones?"
28+
- type: textarea
29+
id: other_experience
30+
attributes:
31+
label: "What was your experience with the other templates?"

0 commit comments

Comments
 (0)