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
please see the [Contributing code and documentation](https://docs.esmvaltool.org/en/latest/community/code_documentation.html) section in the ESMValtool documentation.
225
+
226
+
### Review process
227
+
228
+
The pull request will be tested, discussed and merged as part of the "**review process**".
221
229
The process will take some effort and time to learn.
222
230
However, a few (command line) tools can get you a long way,
223
231
and we’ll cover those essentials in the next sections.
224
232
225
233
**Tip**: we encourage you to keep the pull requests small.
226
234
Reviewing small incremental changes are more efficient.
227
235
228
-
### Background
236
+
### Working example
229
237
230
-
We saw 'warming stripes' in lesson
238
+
We saw the 'warming stripes' diagnostic in lesson
231
239
[Writing your own recipe]({{ page.root }}{% link _episodes/06-preprocessor.md %}).
232
240
Imagine the following task: you want to contribute warming stripes recipe and diagnostics
233
241
to ESMValTool. You have to add the diagnostics
@@ -237,7 +245,9 @@ to their locations in ESMValTool directory.
237
245
After these changes, you should also check if everthing works fine.
238
246
This is where we take advantage of the tools that are introduced later.
239
247
240
-
Let’s get started.
248
+
Let’s get started. Note that since this is an exercise to get familiar with the
249
+
development and contribution process, we will not create a GitHub issue at this time
250
+
but proceed as though it has been done.
241
251
242
252
### Check code quality
243
253
@@ -266,7 +276,7 @@ To explore other tools, have a look at ESMValTool documentation on
0 commit comments