Skip to content

Commit d70a85f

Browse files
committed
update the tasks for linter, spell checker and codes check
1 parent 9054f64 commit d70a85f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,23 @@
22

33
Thanks for contributing!
44
Please keep in mind that lesson maintainers are volunteers and it may be some time before they can respond to your contribution. Although not all contributions can be incorporated into the lesson materials, we appreciate your time and effort to improve the curriculum.
5+
56
* * *
67

78
## Tasks
89

910
- [ ] Read [CONTRIBUTING.md](https://github.com/ESMValGroup/tutorial/blob/master/CONTRIBUTING.md).
1011
- [ ] Create an [issue](https://github.com/ESMValGroup/tutorial/issues) to discuss what you are going to do.
1112
- [ ] Give this pull request a descriptive title.
12-
- [ ] If you are contributing to the lesson materials, make sure the content does not have spelling or grammar errors.
13-
- [ ] Please use `markdownlint` to check that your files do not contain errors.
14-
- [ ] Preview changes on your own machine before pushing them to GitHub by running `make docker-serve`.
13+
- [ ] If you are contributing to the lesson materials, make sure the content does not have spelling or grammar errors. See `Lesson development` in [CONTRIBUTING.md](https://github.com/ESMValGroup/tutorial/blob/master/CONTRIBUTING.md).
14+
- [ ] Please use a `markdown lint tool` to check that your files do not contain errors. See `Lesson development` in[CONTRIBUTING.md](https://github.com/ESMValGroup/tutorial/blob/master/CONTRIBUTING.md).
15+
- [ ] Preview changes on your own machine before pushing them to GitHub by running `make serve`, alternatively `make docker-serve`. See `Lesson development` in[CONTRIBUTING.md](https://github.com/ESMValGroup/tutorial/blob/master/CONTRIBUTING.md).
16+
- [ ] All code instructions have been tested.
1517

1618
## More tasks for a new episode
1719

18-
- [ ] Follow `Lesson Organization` in [CONTRIBUTING.md](https://github.com/ESMValGroup/tutorial/blob/master/CONTRIBUTING.md).
19-
- [ ] Follow `Lesson Formatting` in [CONTRIBUTING.md](https://github.com/ESMValGroup/tutorial/blob/master/CONTRIBUTING.md).
20+
- [ ] Follow `Lesson organization` in [CONTRIBUTING.md](https://github.com/ESMValGroup/tutorial/blob/master/CONTRIBUTING.md).
21+
- [ ] Follow `Lesson formatting` in [CONTRIBUTING.md](https://github.com/ESMValGroup/tutorial/blob/master/CONTRIBUTING.md).
2022

2123
If you need help with any of the tasks above, please do not hesitate to ask by commenting in the issue or pull request.
2224

0 commit comments

Comments
 (0)