-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
4390817
commit 923fd9e
Showing
1 changed file
with
35 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,35 @@ | ||
# Contributing | ||
|
||
Thank you for having interest in contributing this project! | ||
|
||
## Bugs, Typo, and Refactoring | ||
|
||
Please create an issue or pull request. | ||
|
||
## Proposing a Change | ||
|
||
I recommend to create an issue. | ||
|
||
## Docs | ||
|
||
I'm not familiar with English, so I especially thank you for documents' corrections. | ||
|
||
## Testing | ||
|
||
Please update the tests to reflect your code changes. | ||
|
||
Pull requests will not be accepted if they are failing on GitHub actions. | ||
|
||
## Release | ||
|
||
This package is published by using [changesets](https://github.com/changesets/changesets). | ||
|
||
Please add changeset file when you make PR. | ||
|
||
You can generate it by using the following command. | ||
|
||
```bash | ||
pnpm changeset | ||
``` | ||
|
||
The maintainer will publish this package after merging your PR. |