diff --git a/development/contribution-guide.mdx b/development/contribution-guide.mdx index 0bfee27..2f371d6 100644 --- a/development/contribution-guide.mdx +++ b/development/contribution-guide.mdx @@ -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