Skip to content

Commit 343574b

Browse files
authored
Merge pull request #134 from jackdomleo7/template_fixes
2 parents 8f05058 + 1aa1749 commit 343574b

7 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/ISSUE_TEMPLATE/a11y-feature-request.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: ♿ A11y feature request
33
about: Suggest an idea for a new a11y feature
44
title: '[A11Y FEATURE]: <title>'
5-
labels: a11y-feature
5+
labels: 'a11y feature'
66

77
---
88

@@ -25,8 +25,8 @@ labels: a11y-feature
2525
<!--
2626
Provide a bullet-pointed list of acceptance criteria.
2727
-->
28-
-
29-
-
28+
- [ ]
29+
- [ ]
3030

3131

3232
## Why is this a11y feature important?

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Checka11y.css version:
3535
<!--
3636
Provide a bullet-pointed list of acceptance criteria.
3737
-->
38-
-
39-
-
38+
- [ ]
39+
- [ ]
4040

4141
## Why is fixing this bug important?
4242
<!--

.github/ISSUE_TEMPLATE/documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ labels: documentation
2222
<!--
2323
Provide a bullet-pointed list of acceptance criteria.
2424
-->
25-
-
26-
-
25+
- [ ]
26+
- [ ]
2727

2828

2929
## Why is this important?

.github/ISSUE_TEMPLATE/project-enhancement-idea.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: 💻 Project enhancement/maintenance idea
33
about: Suggest an idea for a project enhancement or maintenance
44
title: '[ENHANCEMENT]: <title>'
5-
labels: project-enhancement
5+
labels: 'project enhancement'
66

77
---
88

@@ -23,8 +23,8 @@ labels: project-enhancement
2323
<!--
2424
Provide a bullet-pointed list of acceptance criteria.
2525
-->
26-
-
27-
-
26+
- [ ]
27+
- [ ]
2828

2929

3030
## Why is this enhancement or maintenance important?

.github/PULL_REQUEST_TEMPLATE/a11y-feature.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: ♿ A11y feature
33
about: Submit a new a11y feature
4-
labels: a11y-feature
4+
labels: 'a11y feature'
55
title: '[A11Y FEATURE]: <title>'
66
---
77

@@ -16,7 +16,7 @@ title: '[A11Y FEATURE]: <title>'
1616
<!--
1717
Explain why this feature is important to have in Checka11y.css.
1818
Provide any relevant links to back up your reasoning.
19-
If this pull request resolves an `a11y-feature` issue, you can leave this section out and just put "This is described in the linked issue."
19+
If this pull request resolves an `a11y feature` issue, you can leave this section out and just put "This is described in the linked issue."
2020
-->
2121

2222
## Covered test cases
@@ -27,7 +27,7 @@ title: '[A11Y FEATURE]: <title>'
2727
### Did you test on all major browsers?
2828
<!--
2929
Put an `x` in all the boxes that apply.
30-
If not, please add a brief explanation as to why you couldn't (e.g. "I couldn't test Safari because I don't have access to an Apple device).
30+
If not, please add a brief explanation as to why you couldn't (e.g. "I couldn't test Safari because I don't have access to an Apple device").
3131
-->
3232
- [ ] Chrome
3333
- [ ] Firefox

.github/PULL_REQUEST_TEMPLATE/bug-fix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ title: '[BUG FIX]: <title>'
3333
### Did you test on all major browsers?
3434
<!--
3535
Put an `x` in all the boxes that apply.
36-
If not, please add a brief explanation as to why you couldn't (e.g. "I couldn't test Safari because I don't have access to an Apple device).
36+
If not, please add a brief explanation as to why you couldn't (e.g. "I couldn't test Safari because I don't have access to an Apple device").
3737
-->
3838
- [ ] Chrome
3939
- [ ] Firefox

.github/PULL_REQUEST_TEMPLATE/project-enhancement.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: 🚀 Project enhancement
33
about: Submit an enhancement or maintenance
4-
labels: project-enhancement
4+
labels: 'project enhancement'
55
title: '[ENHANCEMENT]: <title>'
66
---
77

@@ -16,7 +16,7 @@ title: '[ENHANCEMENT]: <title>'
1616
<!--
1717
Explain why this enhancement or maintenance is important to have in Checka11y.css.
1818
Provide any relevant links to back up your changes.
19-
If this pull request resolves a `project-enhancement` issue, you can leave this section out and just put "This is described in the linked issue."
19+
If this pull request resolves a `project enhancement` issue, you can leave this section out and just put "This is described in the linked issue."
2020
-->
2121

2222
## Covered test cases
@@ -27,7 +27,7 @@ title: '[ENHANCEMENT]: <title>'
2727
### Did you test on all major browsers?
2828
<!--
2929
Put an `x` in all the boxes that apply.
30-
If not, please add a brief explanation as to why you couldn't (e.g. "I couldn't test Safari because I don't have access to an Apple device).
30+
If not, please add a brief explanation as to why you couldn't (e.g. "I couldn't test Safari because I don't have access to an Apple device").
3131
-->
3232
- [ ] Chrome
3333
- [ ] Firefox

0 commit comments

Comments
 (0)