Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 589 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 589 Bytes

Contribution guide

Bug Fix

  1. Fix the bugs
  2. Run tests yarn run test and make sure all tests pass
    1. If the test case needs to be modified due to the behavior modification, please modify the test cases as well.

Formatter Behaviour change

  1. Please create issue first and discuss about the new behavior in an issue.
  2. If the new behaviour seems to be fine then fix the behaviour
  3. Add test cases about new behaviours.
  4. Run tests yarn run test and make sure all tests pass

Other

Any other Contributions are welcome. Please feel free to submit a issue & PR.