From e8b4588205d8675e4a7b3421095dc53ed09e83d7 Mon Sep 17 00:00:00 2001 From: Jonathan Barrow Date: Wed, 5 Feb 2025 12:11:52 -0500 Subject: [PATCH] chore: add missing warning to prerequisites section of the contribution guide --- .github/CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 53b4dfb..23aeafd 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -17,6 +17,9 @@ Thank you for showing interest in contributing to Pretendo Network! As an open s - [Licensing](#licensing) # Prerequisites +> [!CAUTION] +> You may only contribute to Pretendo Network if you are legally able to do so. Being a part of the Nintendo Developer program, being under any other related NDA, having access to any related SDKs legally obtained or not, etc. prohibits you from contributing to Pretendo Network. If it is discovered that you are a part of these programs, are under any related NDA, have access to any related SDKs legally obtained or not, etc. you will immediately be blocked from the organization, even if you never use any information in contributions or don't even use the mentioned tools. + Before diving into the contribution process, we recommend familiarizing yourself with our project's existing repositories. By studying our existing codebases, issues, and pull requests you will get a better sense of direction of how we operate. Additionally, please review our [Code of Conduct](CODE_OF_CONDUCT.md) to ensure a respectful and inclusive environment for all participants. Given that our project's main goal is to emulate Nintendo Network, it is also highly recommended that you familiarize yourself with how these services operate. Information on these topics, and our libraries, can be found both on our [wiki](https://nintendo-wiki.pretendo.network/docs/) and our (in progress) [developer documentation](https://developer.pretendo.network/home).