You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1.8 KiB

Contributing

Any kind of help is highly appreciated! So if you have any questions, bug reports, ideas or if you want to give some kind of feedback, feel free to open a new issue, start a new discussion or have a chat on out gitter channel. Also look out for issues and pull requests labeled with help-wanted and good-first-issue (links!); the latter one might be a good starting point for newcomers and beginners.

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