Skip to content

Commit 409f1d6

Browse files
chore: use PR task list format recognized by gh action task list checker (#3469)
1 parent c9f5c87 commit 409f1d6

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

.github/pull_request_template.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,18 @@ _description text_
1010

1111
### TODO
1212

13-
- [ ] Dashboard tested
14-
- [ ] Tests added (Cypress and/or Jest)
15-
- [ ] Docs added
16-
- [ ] Update dependencies to not point to d2-ci
17-
- [ ] _todo_
13+
- [ ] Dashboard tested
14+
- [ ] Tests added (Cypress and/or Jest)
15+
- [ ] Docs added
16+
- [ ] Strings generated
17+
- [ ] d2-ci dependency replaced
18+
- [ ] _todo_
1819

1920
---
2021

2122
### Known issues
2223

23-
- [ ] _issue_
24+
- [ ] _issue_
2425

2526
---
2627

.prettierrc.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,12 @@ const { config } = require('@dhis2/cli-style')
22

33
module.exports = {
44
...require(config.prettier),
5+
overrides: [
6+
{
7+
files: 'pull_request_template.md',
8+
options: {
9+
tabWidth: 2,
10+
},
11+
},
12+
],
513
}

0 commit comments

Comments
 (0)