Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 1.24 KB

CONTRIBUTING.md

File metadata and controls

11 lines (10 loc) · 1.24 KB

Contributing

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.

The Mechanics

  1. Fork the core-v-verif repository
  2. Clone repository: git clone https://github.com/[your_github_username]/core-v-verif
  3. Create your feature branch: git checkout -b <my_branch>.
    Please uniquify your branch name. See the Git Cheats for a useful nominclature.
  4. Test your changes with the sanity test.
  5. Commit your changes: git commit -m 'Add some feature' -s
    ...take note of that -s, it's important!
  6. Push feature branch: git push --set-origin origin <my_branch>
  7. Submit a pull request.