Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.13 KB

CONTRIBUTING.md

File metadata and controls

19 lines (14 loc) · 1.13 KB

How to Contribute

We'd love to accept your patches and contributions to this project. There are just a few small guidelines you need to follow.

Submission and Testing Process

  • Submit a Pull Request to the develop branch only.
    Check Code Reviews for more details.
  • Our CI that would test your PR once submitted, yet it would be nice for you to run a couple of tests from your end to shorten the cycle of reviews. For that purpose, you can use:
    • This for custom test sets. (check the -b flag).
    • make test: tests the flow against one design $TEST_DESIGN. The default is spm.
    • make regression_test: tests the flow against all available designs and compares the resulting statistics with benchmark results and produces a human readable report and summary.

Code reviews

All submissions, including submissions by project members, require review. We use GitHub pull requests for this purpose. Consult GitHub Help for more information on using pull requests.