Development

For people who want to contribute to the Touhou Bot project, here are some guidelines and resources to help you get started.

Principles

  • You need to fork the repository on GitHub and then clone it to your local machine but do not clone the repository directly.

  • Please commit a pull request to the dev branch, not the main branch. The main branch is reserved for stable releases.

  • The commit message of the wiki should contain the source code commit hash that it corresponds to. This helps in tracking changes and ensuring that the documentation is always up-to-date with the codebase.

Last updated