Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 487 Bytes

CONTRIBUTE.md

File metadata and controls

16 lines (12 loc) · 487 Bytes

How to contribute

You can contribute to CSLY in various way :

  • using it,I need some testing
  • creating issues when finding bug
  • taking some opened issues
  • proposing new feature
  • witing documentation : the actual documentation is

branching

when submiting a bug fix or new feature :

  • the branch must come from the dev branch
  • for features, please add some unit tests (xUnit)
  • the pull request will trigger a build. the build msut suceed and all unit tests must succeed