A small readme change
This commit is contained in:
parent
09c6af28a4
commit
82e6e29e37
1 changed files with 4 additions and 3 deletions
|
|
@ -18,14 +18,15 @@ instructions.
|
||||||
You are welcome to contribute, add to and extend Diaspora however you see fit. We
|
You are welcome to contribute, add to and extend Diaspora however you see fit. We
|
||||||
will do our best to incorporate everything that meets our guidelines.
|
will do our best to incorporate everything that meets our guidelines.
|
||||||
|
|
||||||
Please make your changes on a topic branch in your repo and submit your pull request
|
You can find an introduction to the source code [here](http://github.com/diaspora/diaspora/wiki/An-Introduction-to-the-Diaspora-Source).
|
||||||
from there, so that commits you don't want to submit aren't included.
|
|
||||||
|
Make a topic branch. By making your changes in a topic branch, you ensure that new commits to your master are not included in the pull request, and it's easier for us to merge your commits.
|
||||||
|
|
||||||
Please do not rebase our tree into yours.
|
Please do not rebase our tree into yours.
|
||||||
See [here](http://www.mail-archive.com/dri-devel@lists.sourceforge.net/msg39091.html)
|
See [here](http://www.mail-archive.com/dri-devel@lists.sourceforge.net/msg39091.html)
|
||||||
for when to rebase.
|
for when to rebase.
|
||||||
|
|
||||||
All commits must be tested, and all your tests should be green
|
Patches must be tested, and all your tests should be green
|
||||||
before a pull request is sent. Please write your tests in Rspec.
|
before a pull request is sent. Please write your tests in Rspec.
|
||||||
|
|
||||||
GEMS: We would like to keep external dependencies unduplicated. We're using
|
GEMS: We would like to keep external dependencies unduplicated. We're using
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue