sotn-decomp/CONTRIBUTING.md
bismurphy 517b6628b8
Update CONTRIBUTING.md (#721)
Add mention of contributing by renaming things
2023-10-31 20:34:50 +00:00

1.6 KiB

Contributing to Castlevania: Symphony of the Night Decompilation

Thank you for your interest in joining our project's journey!

To get started with the project, the best way is to familiarize yourself with how to build the project and understand the process of decompiling.

While it's not a requirement to have fully played the game Castlevania: Symphony of the Night before you begin, it's beneficial to know the game in order to have a broad understanding of what the codebase does.

We maintain a list of good first issues that can serve as potential entry points to start contributing.

Another great first contribution could be renaming functions or variables. Because the initial priority in decompiling is functionality (rather than readability), most of them are placeholders. Updating them just involves identifying the purpose and renaming these values; it does not require programming knowledge and therefore is a great first contribution. Placeholder names are pre-pended by func_, D_ or Unk and their purpose might be understood by plugging them into a PlayStation 1 debugger.

Please note that, at this time, we are NOT accepting Pull Requests that only aim to fix spelling errors or reorganize sentences, as we prioritize contributions with a more significant impact.

If you have any further questions, please refer to our README for contact information and additional resources.