Skip to content
This repository was archived by the owner on Jul 25, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (20 loc) · 919 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (20 loc) · 919 Bytes

Contributing

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.

Guidelines:

  • 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

Setup

Clone:

$ git clone https://github.com/xnacly/opuscli.git

Run tests:

$ cargo test

If none fail: you're good to go.