Skip to content
Merged
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
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ First, thank you for wanting to spend your time helping make this project better

1. By making PR, you agree that your code will be published under the [MIT License](https://opensource.org/license/MIT).
2. You agree to our [No LLM](#no-llm) rule.
3. You agree to follow the [style guidelines](#style-guidelines) when making changes to the code.

### No LLM

Expand All @@ -28,6 +29,10 @@ Create an issue and PR, if you...

If none of these cases are yours, then create an issue about your case and we'll discuss it.

### Style Guidelines

The project follows [PEP 8](https://peps.python.org/pep-0008/). The only change is a maximum line length: limit all lines to a maximum of 120 symbols.

## Security

Send security issues to one of the authors' emails: [piston.pro0001@gmail.com](mailto:piston.pro0001@gmail.com) or [romanmashevskyi@proton.me](mailto:romanmashevskyi@proton.me).