We are welcomes contribution from everyone in the form of suggestions, bug reports or pull requests. This document gives some guidance if you are thinking of helping us.
README can help you to better understand current state of the project.
You can always ask for help or guidance.
Install .NET Core and mandatory dependencies according to our [Readme installation guide], then you can build the project and run the tests:
git clone [email protected]:mrLSD/riscv-fs.git
cd riscv-fs
dotnet test
You can prepare Pull Request.
Currently we don't use linters.
Generally, we follow common best practices established in the F# functional programming.
Additional Notes:
- Create as minimal pull request as possible: they are easier to review and integrate.
- Write detailed description for Pull Request as possible as you can. It help us to integrate it.
- Use latest .NET Core version.