Thanks for taking the time to contribute! 👍
By opening a pull request, you agree to provide your work under the project license.
We expect you to be kind to the contributors and project maintainer(s).
Do not harass others, post spam, or otherwise be a nuisance. This will get you banned from this repository.
- Search for similar issues before creating your issue.
- Fill in the issue template.
- Add links to related issues/pull-requests.
- Provide context for the problem.
- Search existing pull requests to see if something similar is already proposed.
- Run
make smoketest
, to ensure you're following the Prettier style and that the build works. - Run
npm run prettier-fix
to fix Prettier linting problems. - Fill in the pull request template.
- Give your pull request a descriptive title.
This repository follows the Conventional Commits style. Read the Conventional Commits specification.