Contributors are encouraged to be a member of the OpenHW Group. New members are always welcome. Have a look at README, especially the getting started section.
- Fork the core-v-verif repository
- Clone repository:
git clone https://github.com/[your_github_username]/core-v-verif
- 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' -s
...take note of that -s, it's important! - Push feature branch:
git push origin <my_branch>
- Submit a pull request.