Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.33 KB

CONTRIBUTING.md

File metadata and controls

43 lines (28 loc) · 1.33 KB

Contributing to F# RISC-V ISA Formal Specification

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.

Quick Start

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

Finding something to fix or improve

You can prepare Pull Request.

Linters

Currently we don't use linters.

Conventions

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.