Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 757 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (7 loc) · 757 Bytes

Rules for Contribution

Pull Requests

Always open pull requests with your edits and clearly describe what you're changing and why it would contribute to this project. They will be reviewed by the contributors with writing access and maybe merged with main.

Issues

In the issues tab you may report bugs and suggest features and changes. Please take a look at all the issues and only open a new one when you're positive that nobody else has similar posts.

Code Style

Use a consistent naming technique (snake_case) and make your code consistently indented to improve readability and not burn the reviewer's eyes. Rust not being indent-dependent does not mean that you should write unreadable code.