Skip to content

Commit 69fec1b

Browse files
committed
Rename folder to directory
1 parent 89c5e6f commit 69fec1b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ We enforce 100% test coverage: each line of code must be tested.
4646
Documentation 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

5252
After submitting the pull request, please make sure the Continuous Integration
5353
checks are passing.

0 commit comments

Comments
 (0)