File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,18 @@ _description text_
10
10
11
11
### TODO
12
12
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_
18
19
19
20
---
20
21
21
22
### Known issues
22
23
23
- - [ ] _ issue_
24
+ - [ ] _ issue_
24
25
25
26
---
26
27
Original file line number Diff line number Diff line change @@ -2,4 +2,12 @@ const { config } = require('@dhis2/cli-style')
2
2
3
3
module . exports = {
4
4
...require ( config . prettier ) ,
5
+ overrides : [
6
+ {
7
+ files : 'pull_request_template.md' ,
8
+ options : {
9
+ tabWidth : 2 ,
10
+ } ,
11
+ } ,
12
+ ] ,
5
13
}
You can’t perform that action at this time.
0 commit comments