The usual process to make a contribution is to:
- Check for existing related issues
- Fork the repository and create a new branch
- Make your changes
- Make sure formatting, linting and tests passes.
- Add tests if possible to cover the lines you added.
- Commit, and send a Pull Request.
Clone the perfect-graph
repository, cd
into it, and create a new branch for your contribution:
cd perfect-graph
git checkout -b add-my-contribution
yarn
yarn web
yarn build
yarn fmt