We'd love for you to contribute to this repository. Before you start, we'd like you to take a look and follow these guidelines:
If you find a bug in the source code or a mistake in the documentation, you can help us by submitting an issue to our repository. Before you submit your issue, search open and closed issues, maybe your question was already answered.
- All pull requests must be associated with a specific Issue. If an issue doesn't exist, please first create it.
- Before you submit your pull request, search the repository for an open or closed Pull Request that relates to your submission. You don't want to duplicate effort.
- For commiting in your Pull Request, you can checkout Commits for more.
- This repository makes extensive use of ESLint and Prettier rules.
- When working in VS Code, the ESLint and Prettier extensions will automatically format code and highlight issues.
- Otherwise, run
yarn lint
to check for issues andyarn format
to format code.
- Each commit should have a single clear purpose. If a commit contains multiple unrelated changes, those changes should be split into separate commits.
- If a commit requires another commit to build properly, those commits should be squashed.
- Follow-up commits for any review comments should be squashed. Do not include "Fixed PR comments", merge commits, or other "temporary" commits in pull requests.
- Writing automated tests for new cookie notice providers can be quite challenging. Instead, submit a list of a few sites that make use of the provider with your PR so it can be tested manually.
- TODO