Update CONTRIBUTING.md

(taken from tww)
This commit is contained in:
Yanis
2026-08-25 16:24:52 +02:00
committed by GitHub
parent 939c492b33
commit e685e44e40
+3
View File
@@ -7,6 +7,9 @@
<!-- - [Creating new `.c`/`.cpp` files](#creating-new-ccpp-files) -->
## Decompiling
Anyone can open a pull request, but please be aware that we do not accept contributions that are primarily AI-generated or directly copy-pasted from Ghidra (i.e. copy pasting what Ghidra shows without any clean up). Your PR will be closed if it contains obvious signs of machine-generated code. It is your responsibility to check the code that you are submitting and make sure it is readable and feels like something a human programmer would write.
[/docs/decompiling.md](/docs/decompiling.md) has most information as to how to approach decompilation and how to get started.
Reading the rest of this file gives information on the structure of the project and coding style, it is highly recommended to read it.