diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2dc06c2..0c72221 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Welcome! We are glad that you want to contribute to our deobfuscator. ## ✨ Best practises -- Add comments everywhere where it is hard to understand. ASM is hard, so let's make it easier for others to understand what is happening in code (especially inside transformers). +- Add comments in complex areas. ASM is hard, so let's make it easier for others to understand what is happening in code (especially inside transformers). - Upload obfuscated test class sample. Tests for your transformers are crucial. When someone wants to rewrite some part of the code, then these tests are helping us that we won't break anything. ## 🪜 Project structure