File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed
Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Prompt request
2+ description : Request a new prompt or prompt category
3+ title : " [Prompt Request]: "
4+ labels : ["prompt-request"]
5+ body :
6+ - type : textarea
7+ id : use_case
8+ attributes :
9+ label : Use case
10+ description : What problem are you trying to solve?
11+ placeholder : Describe your real-world scenario
12+ validations :
13+ required : true
14+
15+ - type : dropdown
16+ id : category
17+ attributes :
18+ label : Category
19+ options :
20+ - General
21+ - Workplace
22+ - Data
23+ - Mechanical Engineering
24+ - Agents
25+ - Platform-specific
26+ - Other
27+ validations :
28+ required : true
29+
30+ - type : textarea
31+ id : desired_output
32+ attributes :
33+ label : Desired output
34+ description : What should a good AI response look like?
35+ validations :
36+ required : true
37+
38+ - type : textarea
39+ id : extra
40+ attributes :
41+ label : Additional context
42+ description : Constraints, tools, environment, etc.
43+ validations :
44+ required : false
You can’t perform that action at this time.
0 commit comments