aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUltrabug <ultrabug@gentoo.org>2014-06-20 18:50:17 +0200
committerUltrabug <ultrabug@gentoo.org>2014-06-20 18:50:17 +0200
commita702909e8d79e201a8f15a8549255558830d08dd (patch)
tree73b1fa1540d6306b13afbb1acbb0cc9839b0ad31
parentreworked build script, add checksum validation wrt issue #3 thx to @wking (diff)
parentMerge pull request #2 from proneetv/fix/readme (diff)
downloaddocker-images-a702909e8d79e201a8f15a8549255558830d08dd.tar.gz
docker-images-a702909e8d79e201a8f15a8549255558830d08dd.tar.bz2
docker-images-a702909e8d79e201a8f15a8549255558830d08dd.zip
Merge branch 'master' of github.com:gentoo/docker-brew-gentoo
-rw-r--r--CONTRIBUTE.md12
-rw-r--r--README.md8
2 files changed, 16 insertions, 4 deletions
diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md
new file mode 100644
index 0000000..5a8c413
--- /dev/null
+++ b/CONTRIBUTE.md
@@ -0,0 +1,12 @@
+Policy
+======
+
+* Use topic branches (foo) and fix branches (fix/foo) when sending pull requests.
+
+* Try to make meaningful commits with descriptive commit messages. Ideally, there should be a subject line, an empty line, followed by a body.
+
+* Check for unnecessary whitespace with `git diff --check` before committing.
+
+* Your commit history should be clean when sending a pull request. There should be no merge commits on a pull.
+
+* After a code review, it is preferred you use amend/rebase to fix your commits, rather than make a new commit.
diff --git a/README.md b/README.md
index 0ea275c..c92375b 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
docker-brew-gentoo
==================
-We're working on getting an AMD64 automated build atm, all help welcome !
+We're working on getting an AMD64 automated build atm, all help welcome!
-Contribue
-=========
+Contribute
+==========
-Join #gentoo-docker on FreeNode IRC and ping us with your ideas !
+Join #gentoo-docker on FreeNode IRC and ping us with your ideas!