Feel free to submit issues and enhancement requests.
Please use issues or Discord to report bugs and errors.
Please refer to the project's style and contribution guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
Prerequisites:
- Ensure that pnpm is installed
Install dependencies with pnpm install
GitHooks are executed on commit. This means linting the project before a commit can be created. This process also runs on Git Hub to ensure that the styling guidelines are met and no build errors are produced. Once the pull request is created, all the pipelines need to succeed to be able to be merged into the main branch. If any of them fail you'll need to fix the issues before.