Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.51 KB

CONTRIBUTING.md

File metadata and controls

23 lines (18 loc) · 1.51 KB

Contributing

We're always thankful for help! So if you have any questions, bug reports, ideas or if you want to give any kind of feedback, feel free to open a new issue or start a new discussion. Also look out for issues and pull requests labeled with help-wanted.

ℹ️ Please note we have a Code of Conduct, please follow it in all your interactions with the project.

Contributing Process

Here is a simple guide line if you'd like to contribute code modifications to this project:

  1. ⭐ this repository 😉
  2. Check out the project's code of conduct
  3. Fork this repository and clone the fork
  4. Create a feature branch in your fork: git checkout -b awesome_new_feature_branch
  5. Create a new remote for the upstream repo: git remote add upstream https://github.com/stnolting/neorv32
  6. Commit your modifications: git commit -m "Awesome new feature!"
  7. Push to the branch: git push origin awesome_new_feature_branch
  8. Create a new pull request
  9. If you like, discuss on the project's discussion board