diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3e2f2f96..55ee7923 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,6 +7,9 @@ ## 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.