Skip to content

Commit

Permalink
docs: fix CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias84 committed Feb 10, 2020
1 parent b64ab0a commit f2d4f80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ For that reason, **we don't accept pull-requests yet**. Feel free to discuss re
New features or breaking changes will be stalled till version 0.3!

For code format conventions, please see `.editorconfig`
We follow flake8 code conventions and pythonic best practises.
We follow flake8 code conventions, [Django coding style](https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style/) and pythonic best practises.

Please install `requirements\dev.txt` for the tools dependencies!

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ For further readings please head over to [docs](https://cleanship.readthedocs.or
# Dev

Please be aware, that we are currently not looking for further contributors, till the codebase is considered as stable!
For further reading about our coding, please refer [[CONTRIBUTING.md]].
For further reading about our coding, please refer (CONTRIBUTING.md)[CONTRIBUTING.md].

## Exploring

Expand Down

0 comments on commit f2d4f80

Please sign in to comment.