Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisblackburn committed Sep 11, 2024
2 parents d8ba120 + 7932179 commit c8001cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ instructions:

### Setup steps

1. Fork and clone the repo
2. Copy `.env.example` into `.env`
3. Run `npm install && npm run setup -s` to install dependencies and run
1. Fork repo
2. clone the repo
3. Copy `.env.example` into `.env`
4. Run `npm install && npm run setup -s` to install dependencies and run
validation
4. Create a branch for your PR with `git checkout -b pr/your-branch-name`
5. Create a branch for your PR with `git checkout -b pr/your-branch-name`

> Tip: Keep your `main` branch pointing at the original repository and make pull
> requests from branches on your fork. To do this, run:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"sideEffects": false,
"license": "MIT",
"epic-stack": {
"head": "75c623c795c09bba12dbb8f05cd7634cbeb736f0",
"date": "2024-09-09T16:55:37Z"
"head": "f48da107d0161c70272ca069d77ac8ea95cd88bd",
"date": "2024-09-10T20:29:25Z"
},
"author": "Lewis Blackburn <[email protected]> (https://lewisblackburn.me/)",
"type": "module",
Expand Down

0 comments on commit c8001cc

Please sign in to comment.