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 .
ℹ️ Please note we have a Code of Conduct, please follow it in all your interactions with the project.
Here is a simple guide line if you'd like to contribute code modifications to this project:
- ⭐ this repository 😉
- Check out the project's code of conduct
- Fork this repository and clone the fork
- Create a feature branch in your fork:
git checkout -b awesome_new_feature_branch
- Create a new remote for the upstream repo:
git remote add upstream https://github.com/stnolting/neorv32
- Commit your modifications:
git commit -m "Awesome new feature!"
- Push to the branch:
git push origin awesome_new_feature_branch
- Create a new pull request
- If you like, discuss on the project's discussion board