You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ discuss via `Matrix`_ OR via `an issue`_.
33
33
- Git add the new files and files with changes: ``git add FILE_NAME``
34
34
- Git commit your changes with a meaningful message: ``git commit -m "Fix issue X"``
35
35
- If implementing a new feature, include some documentation in docs folder.
36
-
- 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.
36
+
- Make sure that your submission works with a few of the examples in the examples repository. If adding a new feature to mesa, please illustrate usage by implementing it in an example.
37
37
- Make sure that your submission passes the `GH Actions build`_. See "Testing and Standards below" to be able to run these locally.
38
38
- Make sure that your code is formatted according to `the black`_ standard (you can do it via `pre-commit`_).
39
39
- Push your changes to your fork on Github: ``git push origin NAME_OF_BRANCH``.
0 commit comments