Contributing
Thank you for considering contributing to Aplós! This project is open-source and welcomes contributions from everyone. By participating, you are expected to uphold this code of conduct.
Getting Started
If you're new to contributing to open-source projects, you can start by checking out the GitHub documentation on how to contribute to a project.
General Guidelines
Ensure that your pull request is up-to-date with the
main
branch.Make sure that your code is well-documented and follows the conventional commit guidelines.
Ensure that you've formatted the code using
pnpm format
.
The project is still in its early stages, so these guidelines aren't that strict. However, it's recommended to follow them to make the contribution process smoother, and the Developer Experience better.
Contributing to the Main Repository (aplosdev/aplos
)
If you want to contribute to Aplós, you can clone the repository with the following command:
git clone https://github.com/aplosdev/aplos.git
Before you start developing, make sure to install the dependencies:
pnpm install
If you want a development server, you can directly run the Docs for development using the following command:
pnpm docs:dev
You can edit the project and see your changes live.
All other standard VitePress commands are available, like pnpm demo:build
and pnpm demo:preview
.