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: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Contributing to ESMValTool tutorial
2
2
3
-
[ESMValTool][ESMValTool-site] tutorial is an open-source project and we greatly value contributions of all kinds: fixes to this tutorial, bug reports, reviews of pull requests, infrastructure improvements, community help, and outreach. We value the time you invest in contributing and strive to make the process as easy as possible. If you have suggestions for improving the process of contributing, please open an [issue][issues]. To do so, click on `new issue` in the ``issues`` tab of this repository and choose the ``Suggestion`` template.
3
+
[ESMValTool][ESMValTool-site] tutorial is an open-source project and we greatly value contributions of all kinds: fixes to this tutorial, bug reports, reviews of pull requests, infrastructure improvements, community help, and outreach. We value the time you invest in contributing and strive to make the process as easy as possible. If you have suggestions for improving the process of contributing, please open an [issue][issues]. To do so, click on [new issue](https://github.com/ESMValGroup/tutorial/issues/new/choose) in the ``issues`` tab of this repository and choose the ``Suggestion`` template.
4
4
5
5
## Acknowledgement
6
6
@@ -27,14 +27,14 @@ You can ask your questions, report problems or suggest improvements by [creating
27
27
This is the easiest way to tell us about your ideas, and a good way to introduce yourself
28
28
and to meet some of our community members.
29
29
This allows us to assign the item to someone and to respond to it in a threaded discussion.
30
-
To open an issue, click on `new issue` in the ``issues`` tab of this repository and choose a template from the list as described below:
30
+
To open an issue, click on [new issue](https://github.com/ESMValGroup/tutorial/issues/new/choose) in the ``issues`` tab of this repository and choose a template from the list as described below:
31
31
* for asking a question, please use `Question and answer`.
32
32
* for reporting a bug, please use `Bug reports`.
33
33
* for developing lesson material, please use `New lesson material`.
34
34
* for adding a feature to the repository, please use `Suggestion`.
35
35
36
36
* If you would like to add what is already discussed in an issue,
37
-
you can submit a [pull request][PR] and make use of the `pull request checklist`.
37
+
you can submit a [pull request][PR]by clicking on [New pull request](https://github.com/ESMValGroup/tutorial/compare)and make use of the `pull request checklist`.
38
38
Each pull request is reviewed at least by one reviewer who is a community volunteer.
39
39
The [maintainers][tutorial-maintainers] have final say over what gets merged into the tutorial.
0 commit comments