Thank you for considering contributing to ink-divider π! We welcome contributions from everyone. By participating in this project, you agree to abide by our Code of Conduct.
- Fork the Project
- Create a new branch for your changes:
git checkout -b my-feature-branch
- Install the dependencies:
bun install
If you don't have Bun installed, you can install it using this command:
powershell -c "irm bun.sh/install.ps1 | iex"
Linux, macOS, Windows (WSL)
curl -fsSL bun.sh/install | bash
To run the tests, use the following command:
bun run test
To build the project, use the following command:
bun run build
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push your branch to your fork:
git push origin my-feature-branch
- Open a Pull Request on GitHub and provide a description of your changes.