Skip to content

Commit 358d83a

Browse files
committed
clarify CONTRIBUTING that .rst changes should go to main branch
1 parent 997d8f7 commit 358d83a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Thank you for contributing to RMG-Py! Please take a moment to review our guideli
3333

3434
* The live version of the documentation is hosted on the `gh-pages` branch which is updated upon pushes to the `main` branch of RMG-Py.
3535

36-
* To add new documentation, create or modify `.rst` (reStructuredText) files under the `documentation` directory. For a primer on how to write `.rst` markup, please [check out the Sphinx documentation.](https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html)
36+
* To add new documentation, create or modify `.rst` (reStructuredText) files under the `documentation` directory and create a PR to push to `main`. For a primer on how to write `.rst` markup, please [check out the Sphinx documentation.](https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html)
3737

3838
* Please test the documentation on a local build (e.g., via `make html` in the `documentation` directory) before pushing changes.
3939

0 commit comments

Comments
 (0)