We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99adf4e commit 64647a4Copy full SHA for 64647a4
CONTRIBUTING.md
@@ -2,15 +2,15 @@
2
3
Thank you for your interest in contributing! We welcome contributions from the community to help improve this project.
4
5
-## How to Contribute
+## How to contribute
6
7
1. **Fork the repository** and create your branch from `main`.
8
2. **Install dependencies** using `pnpm install`.
9
3. **Make your changes** in a new branch.
10
4. **Write and run tests** to ensure your changes are correct.
11
5. **Submit a pull request** with a clear description of your changes.
12
13
-## Code Style
+## Code style
14
15
- Follow the existing code style and conventions.
16
- Use TypeScript for all new code.
0 commit comments