Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.29 KB

CONTRIBUTING.md

File metadata and controls

37 lines (27 loc) · 1.29 KB

Contributing

We'd love to accept your patches and contributions to this project. There are just a few small guidelines you need to follow.

Code reviews

All submissions, including submissions by project members, require review. We use GitHub pull requests for this purpose. Consult GitHub Help for more information on using pull requests.

Tips

  • Smaller changes are easier to review
  • Give the PR a meaningful title and description with context surrounding the changes
  • To close an issue automatically after a PR is merged, use keywords "fix", "close", or "resolve" in the PR description, e.g. fix #1337.

Changesets

This project uses changesets for versioning and publishing packages. Changesets allows contributors to specify how changes should be released without having to manually edit changelogs or package.json files.

When making a change that requires a release, run the yarn changeset command and follow the prompts to specify the semver bump and the change notes.

yarn changeset

After running this command, a new markdown file will be created in the .changeset folder. These files should be pushed to your branch and if you make a mistake, you can amend them at any time.