Skip to content

Commit

Permalink
docs: Update instructions for submitting pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
td-finpower authored and edcarroll committed Jul 4, 2017
1 parent 842f5c6 commit 3e2d02c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ Before submitting a Pull Request (PR) consider the following guidelines:

* Search the Github [pull requests](https://github.com/edcarroll/ng2-semantic-ui/pulls) for an open or closed PR relating to your submission (to avoid duplicating effort).

* Fork a copy of the repository to your own Github account - [see Github guide](https://help.github.com/articles/working-with-forks/)

* Make your changes in a new git branch:

```shell
Expand All @@ -72,7 +74,10 @@ Before submitting a Pull Request (PR) consider the following guidelines:
$ git push origin my-fix-branch
```

* In GitHub, send a pull request to `ng2-semantic-ui:master`.
* In GitHub, send a pull request to `ng2-semantic-ui:master`
- Create a new pull request
- Select **compare across forks**
- Set your repo and fix branch as the head fork to compare.

* If changes are suggested:
- Make the required updates
Expand Down

0 comments on commit 3e2d02c

Please sign in to comment.