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 master 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:
make fastest_test_set
: to run the same test set that the basic CI uses, which will be used to evaluate your Pull Request.- This for custom test sets. (check the
-b
flag). make test
: tests the flow against one design$TEST_DESIGN
. The default isspm
.
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.