Select an issue with the good first issue label here or work on something you thought could improve opus
Before contributing please comply with the contribution guidelines and make sure nobody else is working on your task.
- Write readable, correct and simple code (Keep It Simple and Stupid)
- Try to avoid or at best document incomprehensible code
- Comply with the Conventional Commit Messages Standard (in commits and pr's)
- Avoid merge commits (try: rebase)
- Write tests, run them before submitting your pr
Clone:
$ git clone https://github.com/xnacly/opuscli.git
Run tests:
$ cargo test
If none fail: you're good to go.