For a detailed summary of all the coding guidelines and development workflow, visit our Wiki page.
- Report Bugs and Issues
- Write Tutorials, Examples and Documentation
- Fork SimpleCPU repo
- Create a branch (
git checkout -b my_branch
) - Commit your changes (
git commit -a
) Tips for better commit message - Push to the branch (
git push origin my_branch
) - Open a Pull Request