Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 579 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (8 loc) · 579 Bytes

Contributing

Contributors are required to be a member of the OpenHW Group. New members are always welcome.

  1. Fork the core-v-docs repository
  2. Clone repository: git clone https://github.com/[your_github_username]/core-v-docs
  3. Create your feature branch: git checkout -b my-new-feature
  4. Commit your changes: git commit -m 'Add some feature' -s
  5. Push feature branch: git push origin my-new-feature
  6. Submit a pull request