Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.26 KB

CONTRIBUTING.md

File metadata and controls

33 lines (20 loc) · 1.26 KB

Contributing

Contributions are highly welcome, however, except for very small changes, kindly file an issue and let's have a discussion before you open a pull request.

Read Code of Conduct to keep our community approachable and respectable.

In this guide you will get an overview of the contribution workflow from opening an issue, creating a PR, reviewing, and merging the PR.

New contributor guide

To get an overview of the project, read the README. Here are some resources to help you get started with open source contributions:

Requirements

.NET 6.0 https://dotnet.microsoft.com/en-us/download/dotnet/6.0

Building the Project

Clone this repo:

git clone https://github.com/Bertk/arcade-light.git
cd arcade-light

Building, testing, and packing use all script commands:

restore
build
test