File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,10 +3,6 @@ description: File a basic issue.
33type : Task
44projects : ['intility/56']
55body :
6- - type : markdown
7- attributes :
8- value : |
9- Thanks for taking the time to fill out this issue!
106 - type : textarea
117 attributes :
128 label : What's the issue?
Original file line number Diff line number Diff line change @@ -4,35 +4,17 @@ labels: ['enhancement']
44type : Feature
55projects : ['intility/56']
66body :
7- - type : markdown
8- attributes :
9- value : |
10- Thanks for taking the time to request a new feature or enhancement. Please fill out the form below to help us understand your request.
117 - type : textarea
128 id : feature-request
139 attributes :
1410 label : Feature request
15- description : Please describe the feature you would like to see.
16- placeholder : I would like to see...
11+ description : What would you like to see?
1712 validations :
1813 required : true
1914 - type : textarea
2015 id : use-case
2116 attributes :
2217 label : Use case
23- description : Please describe the use case for this feature.
24- placeholder : This feature would be useful for...
25- validations :
26- required : false
27- - type : dropdown
28- id : priority
29- attributes :
30- label : Priority
31- description : Please select the priority of this feature request.
32- options :
33- - Low
34- - Medium
35- - High
36- default : 2
18+ description : What problem does this solve? Why is the current behavior insufficient?
3719 validations :
3820 required : true
Original file line number Diff line number Diff line change @@ -4,32 +4,38 @@ labels: ['bug']
44type : Bug
55projects : ['intility/56']
66body :
7- - type : markdown
8- attributes :
9- value : |
10- Thanks for taking the time to fill out this bug report!
117 - type : textarea
128 id : what-happened
139 attributes :
1410 label : What happened?
15- description : Also tell us, what did you expect to happen?
16- placeholder : Tell us what you see!
17- value : ' A bug happened!'
11+ description : What did you observe, and what did you expect instead?
12+ validations :
13+ required : true
14+ - type : textarea
15+ id : repro
16+ attributes :
17+ label : Steps to reproduce
18+ description : Minimal repro steps. Code snippet, request, or test case if possible.
19+ render : csharp
1820 validations :
1921 required : true
20- - type : dropdown
21- id : browsers
22+ - type : input
23+ id : toolkit-version
2224 attributes :
23- label : What browsers are you seeing the problem on?
24- multiple : true
25- options :
26- - Firefox
27- - Chrome
28- - Safari
29- - Microsoft Edge
25+ label : JsonApiToolkit version
26+ placeholder : e.g. 2.1.0
27+ validations :
28+ required : true
29+ - type : input
30+ id : dotnet-version
31+ attributes :
32+ label : .NET version
33+ placeholder : e.g. 10.0
34+ validations :
35+ required : true
3036 - type : textarea
3137 id : logs
3238 attributes :
33- label : Relevant log output
34- description : Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks .
39+ label : Relevant logs
40+ description : Optional. Paste relevant log output. Formatting is automatic .
3541 render : shell
Original file line number Diff line number Diff line change 1+ ## Summary
2+
3+ <!-- What does this change and why? -->
4+
5+ ## Related issues
6+
7+ <!-- Closes #123, Refs #456 -->
Original file line number Diff line number Diff line change 2121 - uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3
2222 id : app-token
2323 with :
24- app -id : ${{ vars.RELEASE_BOT_APP_ID }}
24+ client -id : ${{ vars.RELEASE_BOT_APP_ID }}
2525 private-key : ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
2626
2727 - uses : googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7
You can’t perform that action at this time.
0 commit comments