If you find a bug, you can help us by submitting an issue and even better, you can submit a Pull Request with a fix.
To contribute a successful Pull Request (commonly referred to as a PR), write down a short summary of your changes and why you think they are necessary. This makes your PR easier to review.
Please follow these steps when releasing a new version of any of the packages in this repository.
- Increase the version number inside
package.json
for the relevant package according to SemVer - Update the package's
CHANGELOG.md
by adding the release notes - Tag the release on GitHub (can be found behind the menu item
Releases
) - Write down a summary of the changes from the perspective of an enduser. Answer questions like: What has changed? Do users need to change something to ensure that the new version works with their code? Where there any breaking changes? etc. This can be similar to the content in
CHANGELOG.md
.