Thank you for taking the time to contribute! Guidelines below are meant to help you along the way. All contributions are welcome, including ideas, tweaks and more.
This project is governed by the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code.
Before making a non-trivial change, please discuss it via issues.
Please keep the scope of each pull request to one specific feature or fix.
- Node.js LTS+
- Clone a fork of the
main
branch and install all the required dependencies withpnpm install
- Make changes to the codebase
- Record your changes with
git commit
, adhering to the Conventional Commits specification - Open a new pull request, referencing corresponding issues if available
As a collaborator, you agree to license your contributions under the project's MIT license.