Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.08 KB

CONTRIBUTING.md

File metadata and controls

19 lines (14 loc) · 1.08 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 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 is spm.

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.