Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creates Development Environment Section in Contribute #79

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions development/contribution-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ Never made an open source contribution before? Wondering how contributions work
15. Make changes to the pull request if the reviewing maintainer recommends them.
16. Celebrate your success after your pull request is merged!

## Development Environment

You can find a detailed guide on how to set up a development environment for Windows or Linux [here](/development/build-environment). There are also guides available on how to [compile the firmware](/development/compile-firmware) and how to [debug](/development/debugging).

## Coding Conventions

## General Guidelines
Expand Down