forked from saltstack/salt
-
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.
Revert "Merge pull request saltstack#263 from markusgattol/1fa51ff200…
…8cc" This merge was dirty and broke some fixes I just made. And we don't want to throw scripts in the root dir. This reverts commit c56fc12, reversing changes made to 5a8f7ea.
- Loading branch information
Showing
3 changed files
with
7 additions
and
64 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 |
---|---|---|
|
@@ -88,30 +88,3 @@ So, please feel free to sprinkle some of this around your systems and | |
let the deliciousness come forth. | ||
|
||
.. _`Apache 2.0 licence`: http://www.apache.org/licenses/LICENSE-2.0.html | ||
|
||
Contribute | ||
========== | ||
This world is not salty enough yet... help us make it a saltier place: | ||
|
||
* install gitflow e.g. aptitude install git-flow on Debian or from source https://github.com/nvie/gitflow | ||
* fork the salt repository to you your github account | ||
* git clone [email protected]:<youraccount>/salt.git | ||
* cd salt; ./setuprepo.sh | ||
|
||
Start contributing... write a test, make sure the test fails, write | ||
the actual code, make the test pass and if it does, make an atomic | ||
commit (referencing the issue(s) if this is a fix) and git push to | ||
your fork. Issue a pull request so one of the saltstack members can | ||
review it and accept or require/advice a change. Lather, rinse, | ||
repeat... | ||
|
||
* git pull upstream develop | ||
* write the test, make it fail... | ||
* pep8, pylint, pychecker | ||
* commit, push | ||
* pull request | ||
|
||
Following the gitflow branching model is optional i.e. if you prefer a | ||
different branching model then that's fine. All that setuprepo.sh does | ||
is provide you with a quick and hassle-free way to setup the same | ||
branching model that's used for the main repository. |
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
This file was deleted.
Oops, something went wrong.