Skip to content

Commit

Permalink
Merge pull request projectmesa#836 from tcdejong/patch-1
Browse files Browse the repository at this point in the history
Fix bulleted list
  • Loading branch information
Corvince authored Jun 7, 2020
2 parents 362112f + 5f2a584 commit 94c9023
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ No contribution is too small. Although, contributions can be too big, so let's d
- Git commit your changes with a meaningful message: ``git commit -m "Fixes X issue."``
- If implementing a new feature, include some documentation in docs folder.
- Make sure that your submission passes the `Travis 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`_).
- 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``.
- `Create a pull request`_.
- Describe the change w/ ticket number(s) that the code fixes.
Expand Down

0 comments on commit 94c9023

Please sign in to comment.