Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 562 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 562 Bytes

Contribution guidelines

Before reporting any issue, please put in the name of your issue a tag specifying the environment you're using Former in :

[L3] Problem with X
[L4] Added X yo Y
[Agnostic] etc.

If you have a code suggestion, do a pull request against the agnostic branch — not master. Don't forget to add a test in the tests folder :

  • If it's a feature you're adding, add a test proving it works.
  • If it's a bug you're fixing, write a bug proving it doesn't occur anymore.

Thanks for you input and thanks for using Former !