New Contributors are always welcome!
Althought most Contributors are members of the
OpenHW Group and participate in one or more Technical Task Groups,
membership is not required to be an active Contributor.
All Contributors must be covered by the terms of the Eclipse Contributor Agreement (for individuals) or the Eclipse Member Committer and Contributor Agreement (for employees of Member companies). The ECA/MCCA provides a legal framework for a Contributor's technical contributions to the OpenHW Group, including provisions for grant of copyright license and a Developer Certificate of Origin on contributions merged into OpenHW Group repositories.
- Fork the cv32e40x-dv repository
- Clone your forked repository:
git clone https://github.com/[your_github_username]/cv32e40x-dv
- Checkout the correct branch reflecting the nature of your contribution. Nearly all contributions should target a dev branch.
- Create your feature branch:
git checkout -b <my_branch>.
Please uniquify your branch name. See the Git Cheats on the CORE-V-VERIF repo for a useful nominclature. - Commit your changes:
git commit -m 'Add some feature'
- Push feature branch:
git push origin <my_branch>
- Submit a pull request.