You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before you invest a significant amount of time on a change, please create a issue describing your proposal. This will help us to make sure that the change is in line with the project's goals, roadmap and avoid duplicate work.
6
+
7
+
### Avoid Dependencies
8
+
9
+
We want to keep the project as lightweight as possible. So, please avoid adding any new dependencies unless it's absolutely necessary.
10
+
11
+
---
12
+
13
+
## Contributing
14
+
15
+
- Fork the repository on GitHub to your personal account.
16
+
- Clone your forked repository to your local development environment.
17
+
- Create a new branch for your feature or bug fix: `git checkout -b your-branch-name`
18
+
- Install the project dependencies: `pnpm i`
19
+
- Run the project in development mode: `pnpm dev`
20
+
- Make changes to your local repository.
21
+
- Commit your changes and push them to your forked repository.
22
+
- Open a pull request from your forked repository to the **dev branch** of this repository.
23
+
24
+
## Code Licensing
25
+
26
+
Your contributions are subject to the project's open-source(MIT) license. By submitting a PR, you agree to release your code under this license.
0 commit comments