Contributing
March 15, 2021 ยท View on GitHub
Contributors are encouraged to be a member of the OpenHW Group. New members are always welcome.
Getting Started
The OpenHW Work Flow document is required reading. You will find information about the implementation and usage of the CORE-V verification environments in the Verification Strategy.
The Mechanics
- From GitHub: fork the cv32e40x repository
- Clone repository:
git clone https://github.com/[your_github_username]/cv32e40x - Create your feature branch:
git checkout -b <my_branch>.
Please uniquify your branch name. See the Git Cheats for a useful nominclature. - Make your edits...
- 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> - From GitHub: submit a pull request