Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 1.73 KB

CONTRIBUTING.md

File metadata and controls

23 lines (21 loc) · 1.73 KB

Contributing

New Contributors are always welcome!

Contributor Agreement

Most Contributors are members of the OpenHW Group and participate in one or more Technical Task Groups. 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.

The Mechanics

  1. Fork the repository
  2. Clone repository: git clone https://github.com/[your_github_username]/cvw-arch-verif
  3. Checkout the correct branch reflecting the nature of your contribution. Nearly all contributions should target a development branch. Hotfixes can target main.
  4. Create your feature branch: git checkout -b <my_branch>.
    Please uniquify your branch name. See the Git Cheats for a useful nominclature.
  5. Test your changes!
  6. Commit your changes: git commit -m 'Add some feature'
  7. Push feature branch: git push origin <my_branch>
  8. Submit a pull request.
  9. If known, it is advisable to select one or more appropriate reviewers for your PR.