- Fork the repo.
- Generate the project by running
make.- The project cannot be generated using SwiftPM because it requires TestHost to run tests.
- Run the tests. You can do this from the command line with
make test. Make sure to run on an iPad if testing stylus. - Add tests if you are adding a feature or fixing a bug.
- Make your tests pass.
- Add an entry to the
CHANGELOG.md - Push to your fork and submit a pull request!