- Clone the repo with https://github.com/newsuk/github-comment-manager.git
- Run
yarn
in the root folder to get the dependencies. - Run
yarn build
to build the project (required when making changes). - Run
yarn test
to ensure that all tests are passing.
- Create a new branch based on the latest changes from master.
- Implement new functionality.
- Ensure new functionality has been covered by unit tests.
- Commit using conventional commits.
- Open a pull request.