Skip to content

Commit

Permalink
Add Contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroki0525 committed Nov 30, 2023
1 parent 4390817 commit 923fd9e
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions CONTRIBUTING.md
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.

0 comments on commit 923fd9e

Please sign in to comment.