Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CONTRIBUTING.md #308

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ By making a contribution to this project you agree to the following:

1. Ensure that your code is [Flake8](https://flake8.pycqa.org/en/latest/) compatible. In cases this doesn't work out, use the `# noqa` comment.
2. Ensure that your code is compatible with the lowest Python Version supported by this project (Currently 3.5)
3. If applicable, update [DOCUMENTATION.md](https://github.com/ProtonVPN/linux-cli/blob/master/DOCUMENTATION.md) and [USAGE.md](https://github.com/ProtonVPN/linux-cli/blob/master/USAGE.md) to reflect changes correctly.
3. If applicable, update [USAGE.md](https://github.com/ProtonVPN/linux-cli/blob/master/USAGE.md) to reflect changes correctly.
4. If your PR fixes an issue, prefix your commit or the PR title with `Fix #42:` where 42 is the corresponding issue number.
5. Follow [best practices](https://chris.beams.io/posts/git-commit/) in your commit messages.