From 90717e0cc6cf36356213d0888a820f6f5c380763 Mon Sep 17 00:00:00 2001 From: orignal Date: Mon, 21 Jan 2019 13:54:24 -0500 Subject: [PATCH] Updated Coding guidelines (markdown) --- Coding-guidelines.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Coding-guidelines.md b/Coding-guidelines.md index 268ed9c..01e79f9 100644 --- a/Coding-guidelines.md +++ b/Coding-guidelines.md @@ -4,6 +4,7 @@ 4. Don't bring any additional dependency without discussion. However boost, openssl and zlib can be used in any amount. 5. No requirements for formatting or coding style. You can do whatever you like. 6. When you work with binary data, mind endianess. Use functions from I2PEndian.h +7. You must not be involved in any project under Monero license ## Coding styleguide