You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,23 @@
2
2
3
3
Thanks for contributing!
4
4
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.
-[ ] Create an [issue](https://github.com/ESMValGroup/tutorial/issues) to discuss what you are going to do.
11
12
-[ ] 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.
15
17
16
18
## More tasks for a new episode
17
19
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).
20
22
21
23
If you need help with any of the tasks above, please do not hesitate to ask by commenting in the issue or pull request.
0 commit comments