Contributing
Thanks for your interest in contributing to SmarkForm!
For the complete and up-to-date contribution guidelines, please see the repository’s CONTRIBUTING.md:
Quick start:
- Clone/fork the repo and install dependencies:
npm install
npx playwright install
- Run tests:
- Live build/watch SmarkForm and Documentation during development:
- Make your changes in a feature branch.
- Consider adding examples to the docs to illustrate new features.
- This will serve as a development playground.
- …and you could also add tests (see WRITING_TESTS.md).
- Open a PR following the checklist in CONTRIBUTING.md.
Questions? Start a discussion:
Or email us at smarkform@bitifet.net.
Thank you!