Skip to content

Commit 6f05392

Browse files
committed
fixes
1 parent f1eae90 commit 6f05392

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,11 @@ gs.run_command("g.region", raster="elevation")
6565
6666
Display notes:
6767
68+
``` markdown
6869
::: {.callout-note title="Setup"}
6970
To run this tutorial locally ...
7071
:::
72+
```
7173
7274
## YAML metadata example
7375
@@ -120,8 +122,11 @@ You can either specify it in the YAML header (`thumbnail: image.webp`) or add `{
120122

121123
Check your markdown with a [linter](https://dlaa.me/markdownlint/) and fix as many issues as you can. This will help keeping the tutorials consistent.
122124

123-
Follow the [GitHub guide](https://grass.osgeo.org/grass-devel/manuals/github_guide.html) to submit your tutorial.
124-
Once you sumbmit a PR, the CI pipeline will build your tutorial, so you and a reviewer can check if everything is ok. Once a reviewer approves, your PR will be merged.
125+
Follow the [GitHub guide](https://grass.osgeo.org/grass-devel/manuals/github_guide.html)
126+
(adapt it to this repo) to submit your tutorial.
127+
Once you sumbmit a PR, the CI pipeline will build your
128+
tutorial, so you and a reviewer can check if everything is ok.
129+
When a reviewer approves, your PR will be merged soon.
125130

126131
---
127132
Thanks for helping us build better educational resources for the GRASS community!

0 commit comments

Comments
 (0)