Skip to content

Commit 7feaca5

Browse files
authored
fix: issue template schema, variable description update (#40)
* Fix issue schema. Update user variable description. Signed-off-by: Cara MacLaughlin <[email protected]> * Missed a validation Signed-off-by: Cara MacLaughlin <[email protected]> --------- Signed-off-by: Cara MacLaughlin <[email protected]>
1 parent 2b112b0 commit 7feaca5

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

.github/ISSUE_TEMPLATE/01-bug.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ body:
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
@@ -38,7 +38,7 @@ body:
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
@@ -47,5 +47,5 @@ body:
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

.github/ISSUE_TEMPLATE/02-feature.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body:
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
@@ -19,7 +19,7 @@ body:
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
@@ -58,3 +50,11 @@ body:
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

.github/ISSUE_TEMPLATE/03-task.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body:
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

infra/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ variable "principal_secret" {
77

88
variable "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

1313
variable "app_insights_sections" {

0 commit comments

Comments
 (0)