CONTRIBUTING.md
October 7, 2023 ยท View on GitHub
Contribution guide
- Fork the repository including all branches. You need
devbranch to be able to create a pull request. - Make changes in your fork.
- Add your changes to
CHANGELOG.mdfile. - Build it using
yarn build. - Test it locally.
- Link the package locally using
yarn link. - Then in you local gateway (e.g. https://github.com/NearSocial/viewer) run
yarn link near-social-vm. - Install the gateway
yarndependencies. - Run the gateway
yarn start.
- Link the package locally using
- If everything works, commit your changes and push them to your fork.
- Create a pull request to the
devbranch of the original repository. - Once the PR is accepted, the maintainers will merge it to the
devbranch. - Once the
devbranch is ready for the release, the maintainers will merge it to themasterbranch and cut the new release.