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

Latest commit

 

History

History
11 lines (8 loc) · 491 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (8 loc) · 491 Bytes

Contributing Guidelines

Contributions to this project are welcome, just follow these steps.

  1. Fork this repository and create a feature branch named after the feature you want to implement
  2. Make your changes on your branch
  3. Add some test if possibe
  4. Make sure all tests pass (I recommend installing Overcommit)
  5. Submit a PR/MR on GitHub or GitLab

Note: Make sure you rebase your feature branch on top of master from time to time.