Skip to content

Commit

Permalink
docs: improve contributing (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebolam authored Mar 16, 2019
1 parent eca8aa2 commit 02f26bc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ curl -vX POST http://localhost:3000/ -d @test-webhook-payload.json \
--header "X-GitHub-Event: issue_comment"
```

## Working with forks:
### Syncing a fork
1. `git remote add parent git@github.com:all-contributors/all-contributors-bot.git`
2. `git fetch parent`
3. `git checkout master` or `git checkout empty-contribs` (this branch on your fork)
4. `git merge parent/master`

See https://help.github.com/articles/syncing-a-fork/


## Deployments
There is a sandbox environment:
Expand Down

0 comments on commit 02f26bc

Please # to comment.