Thank you for considering contributing to lichess_db. Below we provide some guidelines for contributing:
- Reporting a bug
- Suggesting a new feature to the package
- Contributing code
If you found a bug in lichess_db, we would love to know more about it. Please let us know about this problem by opening an issue.
The most important thing to include in your new issue is a minimal reproducible example that we can use to verify your problem and understand its root cause.
For more information about issues, please refer to the official GitHub guides!
We are very interested in hearing your suggestions in regards to the development of new lichess_db features. Let us know about what you think we should add next by opening a new issue.
To contribute code to lichess_db, you can follow these three steps:
- Create a branch and make your changes
- Push the branch to GitHub and issue a Pull Request (PR)
- Discuss with us the pull request and iterate of eventual changes
You can read more about pull requests using GitHub's official documentation.