Thank you for your interest in contributing to GitHub Search! We appreciate your efforts to make this project better.
Before you start, take a moment to read and understand the following guidelines.
- Fork the repository and clone your fork locally.
- Set the project up, as outlined in the README.
- Create a new branch for your contribution.
The branch name should follow the format of:
label/short-name
. For more information on valid labels, see the full list. - Test your changes thoroughly.
- Push your changes to your fork:
git push origin label/short-name
. - Open a pull request (PR) against the
master
branch of this repository.
Ensure your PR description explains the purpose of your changes and provides context. Reference related issues through linking keywords. Your PR should include only relevant changes. Large changes should be broken into smaller, manageable PRs. Be prepared to make adjustments based on feedback received by the automated actions and reviewers.
We use automated GitHub actions to enforce the project code style. The list of checks includes:
By contributing to this project, you agree that your contributions will be licensed under the project license.