Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.18 KB

CONTRIBUTING.md

File metadata and controls

32 lines (21 loc) · 1.18 KB

Thanks for taking the time to contribute! 👍

Licensing your work to us

By opening a pull request, you agree to provide your work under the project license.

Community and behavioral expectations

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.

How to create a good issue

  • 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.

How to create a good pull request

  • 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.

How to create a good commit message

This repository follows the Conventional Commits style. Read the Conventional Commits specification.