-
If you need help on making a pull request, follow this guide.
-
To understand how to compile and test chisel3 from the source code, follow the instructions in SETUP.md.
-
In order to contribute to chisel3, you'll need to sign the CLA agreement. You will be asked to sign it upon your first pull request.
-
To introduce yourself and get help, you can join the gitter forum. If you have any questions or concerns, you can get help there.
-
You can peruse the good-first-issues for easy tasks to start with. Another easy thing to start with is doing your own pass of the website looking for typos, pages missing their titles, etc. The sources for the website are here.
-
Please make your PRs against the
master
branch. The project admins, when reviewing your PR, will decide which stable version (if any) your change should be backported to. The backports will be opened automatically on your behalf and you may need to do some cleanup, but focus first on yourmaster
PR.