-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Contributing Guide | ||
|
||
You are welcome to contribute to this project. | ||
|
||
1. Raise an issue to discuss your idea. | ||
2. Fork this repo. | ||
3. Make your changes. | ||
4. Open a pull request. | ||
|
||
## Getting Started | ||
|
||
```bash | ||
pnpm i | ||
``` | ||
|
||
### Testing | ||
|
||
```bash | ||
pnpm test # for unit tests | ||
pnpm test:type # for type tests | ||
``` | ||
|
||
### Linting | ||
|
||
```bash | ||
pnpm lint | ||
``` | ||
|
||
### Building | ||
|
||
```bash | ||
pnpm build | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters