We'd love to accept your patches and contributions to this project. There are just a few small guidelines you need to follow.
- 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 isspm
.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.
- This for custom test sets. (check the
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.