cve2/CONTRIBUTING.md
Christian Herber 5cd0623715 Fixed references in CONTRIBUTING.md
Signed-off-by: Christian Herber <christian.herber@oss.nxp.com>
2023-01-04 13:45:23 +01:00

1.2 KiB

Contributing

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

  1. From GitHub: fork the cve2 repository
  2. Clone repository: git clone https://github.com/[your_github_username]/cve2
  3. Create your feature branch: git checkout -b <my_branch>.
    Please uniquify your branch name. See the Git Cheats for a useful nominclature.
  4. Make your edits...
  5. Commit your changes: git commit -m 'Add some feature' -s
    ; -s or --sign-off is engouraged, but not required.
  6. Push feature branch: git push origin <my_branch>
  7. From GitHub: submit a pull request