forked from BlueBrain/nexus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mention forking repo in contributing documentation (BlueBrain#270)
* Mention forking repo in contributing documentation * Update CONTRIBUTING.md Co-Authored-By: mdupont <[email protected]>
- Loading branch information
Showing
1 changed file
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
``` | ||
|
@@ -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. | ||
|
@@ -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 |