From 227c084b5f7682b742b5403456a38437e1359bbd Mon Sep 17 00:00:00 2001 From: Edoardo Zoni Date: Wed, 18 Dec 2024 10:42:59 -0800 Subject: [PATCH] Add one line about committing and pushing local changes --- front_matter/how_to_write_docs.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/front_matter/how_to_write_docs.md b/front_matter/how_to_write_docs.md index fd097e1..bfe3c40 100644 --- a/front_matter/how_to_write_docs.md +++ b/front_matter/how_to_write_docs.md @@ -38,3 +38,5 @@ You are now ready to edit the markdown files that compose the documentation! The content displayed in your web browser will update automatically as you edit. If you add new markdown files, do not forget to add them to the table of contents defined in the MyST configuration file `myst.yml`. + +Finally, once you are happy with your changes, do not forget to commit and push them to your branch and open a pull request on GitHub.