Pull Requests
Good pull requests are a fantastic help. They should remain focused in scope and avoid containing unrelated commits.
Guidelines
When creating a pull request, please follow these guidelines:
- Fork the project and clone your fork
- If you cloned a while ago, get the latest changes from upstream
- Create a new topic branch to contain your feature, change, or fix
- Commit your changes in logical chunks
- Locally rebase the upstream
main
branch into your topic branch - Push your topic branch up to your fork
- Open a Pull request against the
main
branch — Open a Pull Request
See About pull requests for more information.
Dependency Updates
Ayaka uses renovate to keep dependencies up-to-date. If you are submitting a pull request to update dependencies, the pull request will most likely be closed without further notice.