Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.82 KB

CONTRIBUTING.md

File metadata and controls

40 lines (30 loc) · 1.82 KB

Contributing

This project will welcome contributions and suggestions in the near future.

Once this project is ready to welcome contributions and suggestions: Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

Setting Up Local Dev Environment

Windows, macOS or Linux/WSL:

Build, Test and Run

Clone repo, use cargo to build, test and run:

git clone https://github.com/davidjenni/6502-emu.git
cd 6502-emu
cargo test

Open VSCode from the root of the repo and hack away!