How to contribute
Below are the steps needed to create a blog post for DeepGroundwater:
- Fork the DeepGroundwater github website
-
Run the following commands to install mkdocs to your env
-
Create a .md file in the
docs/blog/posts
folder - Follow the following format for your post to ensure it builds on MkDocs
- Add your name to the
docs/blog/.authors.yml
file, following the format of the page - Run
mkdocs serve
in your terminal using the new env to test your blog post renders. Check for formatting - Push your code to your fork, and create a pull request!
- In your pull request, select any of the editorial board to create your review. Two are required for the post to go live
- Once the post is reviewed, we'll merge your PR!