Skip to content

Commit

Permalink
Mention forking repo in contributing documentation (BlueBrain#270)
Browse files Browse the repository at this point in the history
* Mention forking repo in contributing documentation

* Update CONTRIBUTING.md

Co-Authored-By: mdupont <[email protected]>
  • Loading branch information
mdupont authored Nov 21, 2018
1 parent afea65c commit 74952c6
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ information.

### <a name="submit-pr"></a> Submitting a Pull Request (PR)

Before you submit your Pull Request (PR) consider the following guidelines:
* Please sign our [Contributor License Agreement (CLA)](#cla) before sending PRs.
We cannot accept code without this.
* Make your changes in a new git branch:
When you wish to contribute to the code base, please consider the following guidelines:
* Make a [fork](https://guides.github.com/activities/forking/) of this repository.
* Make your changes in your fork, in a new git branch:
```shell
git checkout -b my-fix-branch master
```
Expand All @@ -59,7 +58,9 @@ Before you submit your Pull Request (PR) consider the following guidelines:
```shell
git push origin my-fix-branch
```
* In GitHub, send a pull request to the `master` branch of the relevant component.
* Please sign our [Contributor License Agreement (CLA)](#cla) before sending Pull Requests (PR).
We cannot accept any contribution without your signature.
* In GitHub, send a Pull Request to the `master` branch of the upstream repository of the relevant component.
* If we suggest changes then:
* Make the required updates.
* Re-run the test suites to ensure tests are still passing.
Expand Down Expand Up @@ -97,4 +98,4 @@ to be accepted. Please contact the [Blue Brain Nexus team][nexus-team-email] to
instructions.

[nexus-team-email]: mailto:[email protected]
[github]: https://github.com/Blue Brain/nexus
[github]: https://github.com/Blue Brain/nexus

0 comments on commit 74952c6

Please sign in to comment.