🦖 First of all! Thanks for you help to grow the dinosaur 🦖
- Create or choose an issue for bug or feature request
- Comment the issue to say that you are tackling it
- Code this out!
-
You'll only need Rust on latest version. Make a fork of branch
develop
and rename it following the Git Flow convention. -
Examples
fix/name-of-task
feature/name-of-task
docs/name-of-task
-
Make sure to name your commits messages followin Conventional Commits
- If you're fixing a bug make sure you made unit tests about it. (This way you guarantee the bug never's gonna happen again)
- Run
cargo test
andcargo fmt