- Contributor: Someone who wishes to add to this code base but does not have merge and publish rights on this repository
- Maintainer: Someone who adds to this code base regularly and has merge and publish rights to this repository
As a Contributor:
- Fork this repo
- Submit a PR to the upstream
As a Maintainer:
- Follow the same pattern as
Contributorfor submitting code changes, new features, etc - Publishing new versions of this npm package:
- Bump the
versionfield of the package.json and update the changelog and commit directly tomaster - Cut a release via Github's
releasestab on this repository to trigger a GitHubpublishaction which will publish the latest version of this package to npmjs.org's public npm registry.
- Bump the