First off, thanks for your interest in react-native-big-calendar
and for wanting to contribute!
After checking out the repo, to install:
yarn install
And confirm that you can successfully build react-native-big-calendar
:
yarn build
And run test to confirm that everything works as expected:
yarn test
- Fork it
- Add your commit
- Send PR to
master
branch
And then maintainer (currently only @acro5piano) will review your code. We might request changes, so please discuss with us.
@acro5piano will create a release on GitHub.
- Edit
package.json
and bump version - Add summary to
Changelog.md
- Create a pull request to
master
- Merge it
- Create a new release on GitHub, which triggers
npm publish
We follow semantic versioning.