From: chaoskagami Date: Fri, 15 Jul 2016 04:47:59 +0000 (-0400) Subject: Update some bits on the README. We don't do tainted code here, and I need to make... X-Git-Tag: v0.2.0~19^2 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=6c6a1058d1aa48d1d932b8e28fef9470c91492ce;p=corbenik%2Fcorbenik.git Update some bits on the README. We don't do tainted code here, and I need to make this clear. --- diff --git a/README.md b/README.md index 712ab76..4006a4d 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,15 @@ If you think you've found a bug, please do the following first, to save me some * Enable `Logging` and `Verbose` in `Options` then `Save Configuration` and retrieve the files `/corbenik/boot.log` and `/corbenik/loader.log` if they exist. I will want them. Do not report bugs without them, unless they are not created with the above enabled. * Please at least try to reproduce the bug from a clean installation. +Contributions +------------------------- + +If you have a feature or bugfix, PR or hit me on freenode/#Cakey. However, please note the following conditions: + + * Do NOT base any code on Nintendo's SDK. Additionally, if you are under NDA, do not even bother to PR. I cannot accept tainted code. This is for my own legal safety (and sanity) + * Please attempt to obey coding standards. The .clang-format is a loose guide to this. I'll tell you if I need reformatting. + * Please ensure your changes are functional and don't break consoles, O3DS or N3DS. Do not assume anything about the environment. + Credits -------------------------