Skip to content

Commit

Permalink
chore: added contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
YannicEl committed Aug 13, 2023
1 parent 951e4f1 commit e77de18
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# `@vuetils/form` Contributing Guide

If you want to fix a bug or add a new feature create a pull request and I will check it out.

## Pull Request Guidelines

- Commit messages must follow the [commit message convention](https://www.conventionalcommits.org/en/v1.0.0/) so that changelogs can be automatically generated.

## Development Setup

You will need [pnpm](https://pnpm.io)

After cloning the repo, run:

```sh
# install the dependencies of the project
$ pnpm install
```

0 comments on commit e77de18

Please sign in to comment.