- Clone the repo with https://github.com/newsuk/github-comment-manager.git
- Run
yarnin the root folder to get the dependencies. - Run
yarn buildto build the project (required when making changes). - Run
yarn testto 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.