Skip to content

Commit

Permalink
Update contributing.rst to reflect examples move.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackiekazil authored and rht committed Dec 5, 2022
1 parent 7346715 commit c661f56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ discuss via `Matrix`_ OR via `an issue`_.
- Git add the new files and files with changes: ``git add FILE_NAME``
- Git commit your changes with a meaningful message: ``git commit -m "Fix issue X"``
- If implementing a new feature, include some documentation in docs folder.
- Make sure that your submission works with a few of the examples in the examples repository. If adding a new feauture to mesa, please illustrate usage by implementing it in an example.
- Make sure that your submission passes the `GH Actions build`_. See "Testing and Standards below" to be able to run these locally.
- Make sure that your code is formatted according to `the black`_ standard (you can do it via `pre-commit`_).
- Push your changes to your fork on Github: ``git push origin NAME_OF_BRANCH``.
Expand Down

0 comments on commit c661f56

Please sign in to comment.