Skip to content

Commit

Permalink
Merge pull request #53 from hexenq/dev
Browse files Browse the repository at this point in the history
docs: update CONTRIBUTING.md
  • Loading branch information
hexenq authored Nov 20, 2018
2 parents dc3817e + a20257c commit e6af929
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ npm run test

```bash
# Clone your fork of the repo into the current directory
git clone https://github.com/<your-username>/<repo-name>
git clone https://github.com/<your-username>/kuroshiro
# Navigate to the newly cloned directory
cd <repo-name>
cd kuroshiro
# Assign the original repo to a remote called "upstream"
git remote add upstream https://github.com/<upstream-owner>/<repo-name>
git remote add upstream https://github.com/hexenq/kuroshiro
```

2. If you cloned a while ago, get the latest changes from upstream:
Expand Down Expand Up @@ -83,8 +83,7 @@ npm run test
git push origin <topic-branch-name>
```
8. [Open a Pull Request](https://help.github.com/articles/using-pull-requests/)
with a clear title and description.
8. [Open a Pull Request](https://help.github.com/articles/using-pull-requests/) to `dev` branch with a clear title and description.
## Code Style
Expand Down

0 comments on commit e6af929

Please sign in to comment.