Skip to content

Commit

Permalink
add basic contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
collinschaafsma committed Oct 26, 2024
1 parent cd7b410 commit da02fc9
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Contributing

Thank you for your interest in contributing to StartStack! It means so much.
Before you start, please check for open issues and pull requests to ensure your work is not already being addressed.

## How to get started

### Clone the repository

```bash
git clone https://github.com/collinschaafsma/startstack.git
cd startstack
```

### Create a new branch

```bash
git checkout -b my-new-feature
```

### Install dependencies

```bash
pnpm install
```

Before you submit a pull request, please read up on [commit conventions](https://www.conventionalcommits.org/en/v1.0.0/).

0 comments on commit da02fc9

Please sign in to comment.