Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 463 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (9 loc) · 463 Bytes

Contributing

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