DCO Requirements¶
All commits to the polytoria-game repository are required to have their commit signed-off by the contributor. This is to ensure that the contributor has the right to submit the code and that they agree to the project's license.
When creating a commit, a sign-off can be added with the -s flag. Example:
git commit -s -m "Your commit message"
Many IDEs and code editors have built-in support for signing off commits. For example, in Visual Studio Code, you can enable the "Git: Always Sign Off" setting to automatically add the sign-off when committing:

All pull requests to the polytoria-game repository will be required to have all commits signed-off. If a pull request contains commits that are not signed-off, the pull request will be rejected and the contributor will be asked to sign-off their commits.
Learn more about DCO at https://wiki.linuxfoundation.org/dco and https://developercertificate.org/