File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Please add a `x` inside each checkbox:
2929
3030- [ ] I have read the [ contribution guidelines] ( CONTRIBUTING.md )
3131- [ ] I have added tests (we are enforcing 100% test coverage).
32- - [ ] I have added documentation in the ` README.md ` , the ` docs ` folder (if any)
33- and the ` examples ` folder (if any).
32+ - [ ] I have added documentation in the ` README.md ` , the ` docs ` directory (if
33+ any) and the ` examples ` directory (if any).
3434- [ ] The status checks are successful (continuous integration). Those can be seen
3535 below.
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ We enforce 100% test coverage: each line of code must be tested.
4646Documentation must be added for any new feature in all of these:
4747
4848- the ` README.md `
49- - the ` docs ` folder (if any)
50- - the ` examples ` folder (if any)
49+ - the ` docs ` directory (if any)
50+ - the ` examples ` directory (if any)
5151
5252After submitting the pull request, please make sure the Continuous Integration
5353checks are passing.
You can’t perform that action at this time.
0 commit comments