File tree Expand file tree Collapse file tree 4 files changed +19
-19
lines changed Expand file tree Collapse file tree 4 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 2929 3. Run this command
3030 4. See error
3131 render : markdown
32- validation :
32+ validations :
3333 required : false
3434 - type : textarea
3535 id : expected
3838 description : Describe what you expected to happen.
3939 placeholder : |
4040 A clear and concise description of what you expected to happen.
41- validation :
41+ validations :
4242 required : true
4343 - type : textarea
4444 id : additional
4747 description : |
4848 Add any other context about the problem here.
4949 If applicable, add screenshots to help explain your problem.
50- validation :
50+ validations :
5151 required : false
Original file line number Diff line number Diff line change 1010 description : Describe the feature in detail.
1111 placeholder : |
1212 A clear and concise description of what the feature is.
13- validation :
13+ validations :
1414 required : true
1515 - type : textarea
1616 id : story
1919 description : Describe the user story.
2020 placeholder : |
2121 As a <type of user>, I want <some goal> so that <some reason>.
22- validation :
22+ validations :
2323 required : false
2424 - type : textarea
2525 id : done
@@ -31,23 +31,15 @@ body:
3131 - Tests
3232 - Documentation
3333 render : markdown
34- validation :
34+ validations :
3535 required : true
3636 - type : textarea
3737 id : value
3838 attributes :
3939 label : Values Provided
4040 description : |
4141 Value provided by this feature.
42- validation :
43- required : false
44- - type : textarea
45- id : additional
46- attributes :
47- label : Additional Information
48- description : |
49- Any additional information that is relevant to this feature.
50- validation :
42+ validations :
5143 required : false
5244 - type : markdown
5345 id : subtasks
5850 This will create a new issue that is linked to this feature.
5951 You can also use the "Linked issues" feature to link existing issues to this feature.
6052 This will help us track the progress of the feature and ensure that all tasks are completed.
53+ - type : textarea
54+ id : additional
55+ attributes :
56+ label : Additional Information
57+ description : |
58+ Any additional information that is relevant to this feature.
59+ validations :
60+ required : false
Original file line number Diff line number Diff line change 1010 description : Describe the task in detail.
1111 placeholder : |
1212 A clear and concise description of what the task is.
13- validation :
13+ validations :
1414 required : true
1515 - type : textarea
1616 id : done
@@ -22,13 +22,13 @@ body:
2222 - Tests
2323 - Documentation
2424 render : markdown
25- validation :
25+ validations :
2626 required : true
2727 - type : textarea
2828 id : value
2929 attributes :
3030 label : Values Provided
3131 description : |
3232 Value provided by this task.
33- validation :
33+ validations :
3434 required : false
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ variable "principal_secret" {
77
88variable "resource_share_user" {
99 type = string
10- description = " The Entra ID of the interactive admin user who should have initial access to the resources generated by this pattern."
10+ description = " The Object ID of the Microsoft Entra ID identity for the interactive admin user who will initially have access to the resources created by this pattern."
1111}
1212
1313variable "app_insights_sections" {
You can’t perform that action at this time.
0 commit comments