New Contributors are always welcome. Start by having a look at the README.
Most Contributors are members of the OpenHW Group and participate in one or more Technical Task Groups. Membership is strongly encouraged, but not required. 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 core-v-verif repository
- Clone repository:
git clone https://github.com/[your_github_username]/core-v-verif
- Checkout the correct branch reflecting the nature of your contribution. Nearly all contributions should target a core's dev branch. Hotfixes can target master.
- Create your feature branch:
git checkout -b <my_branch>.
Please uniquify your branch name. See the Git Cheats for a useful nominclature. - Test your changes with the ci_check script.
- Commit your changes:
git commit -m 'Add some feature' --signoff
- Push feature branch:
git push origin <my_branch>
- Submit a pull request.
- If known, it is advisable to select one or more appropriate reviewers for your PR.