Ato UI has adopted the Contributor Covenant as its Code of Conduct, and we expect project participants to adhere to it.
Please read the full text so that you can understand what actions will and will not be tolerated.
PRs are always welcomed, but before making large contributions, please discuss the changes you want to make with us either on a specific Github issue or inside our Discord channel to make sure we are all on the same page.
You can contribute to this project in multiple different ways, even without making code contributions.
- Support: Join us on our Discord channel and answer questions there or help us with our open issues.
- Report: Create issues with bug reports or create a feature request so we can further improve Ato UI.
- Feedback: Let us know how we can improve or what we are doing well.
If this is your first project to contribute to you can find many great resources online on how to get started to contributing to open source.
- Install pnpm.
npm i -g pnpm
- Fork the repo.
- Clone the forked repo into your machine.
- Open the project (using VSCode) and install the dependencies with
pnpm i
. - Create a new branch for you to make changes on.
- Run the server
pnpm run dev
to see your changes.