First off, thank you for considering contributing to Ctrix-Chat-App! It's people like you that make open source such a great community.
If you're looking for a place to start, check out the good first issue or help wanted labels in the issues tab.
-
Fork the repository
-
Clone your fork
git clone https://github.com/your-username/Ctrix-Chat-App.git
-
Create a new branch
git checkout -b my-awesome-feature
-
Install dependencies Since this project uses a
pnpm-lock.yamlfile, you should usepnpmfor installing dependencies.pnpm install
-
Make your changes
-
Commit your changes
git commit -m "feat: Add some awesome feature" -
Push to your fork
git push origin my-awesome-feature
-
Create a pull request Please make sure to raise the pull request against the
workspacebranch.
Please follow the existing code style. We use Prettier and ESLint to enforce code style, so make sure to run pnpm lint and pnpm format before committing.
If you have any questions, feel free to open an issue.