We're glad you're interested in contributing to our project! Here are some guidelines to help you get started.
- Fork the repository
- Clone your fork:
git clone https://github.com/damianricobelli/stepperize.git
- Create a new branch:
git checkout -b your-feature-name
- Make your changes
- Commit your changes:
git commit -m "Add some feature"
- Push to the branch:
git push origin your-feature-name
- Create a pull request
- Install dependencies:
pnpm i
- Run the development docs server:
pnpm dev --filter docs
We use Biome for code formatting. Please ensure your code is formatted before submitting a pull request.
- Ensure your code adheres to the existing style.
- Include tests for any new functionality.
- Update documentation if necessary.
- Describe your changes in detail in the pull request description.
Use the GitHub issue tracker to report bugs or suggest features.
Thank you for contributing!