Link to k8s contributing doc.

This commit is contained in:
Sytse Sijbrandij 2016-12-27 13:22:02 +01:00
parent 07f0486cf8
commit 7daa541668
2 changed files with 16 additions and 3 deletions

View File

@ -300,6 +300,7 @@ you start with a very simple UI? Can you do part of the refactor? The increased
reviewability of small MRs that leads to higher code quality is more important
to us than having a minimal commit log. The smaller an MR is the more likely it
is it will be merged (quickly). After that you can send more MRs to enhance it.
The ['How to get faster PR reviews' document of Kubernetes](https://github.com/kubernetes/community/blob/master/contributors/devel/faster_reviews.md) also has some great points regarding this.
For examples of feedback on merge requests please look at already
[closed merge requests][closed-merge-requests]. If you would like quick feedback

View File

@ -1 +0,0 @@
Leiningen.gitignore

13
vendor/gitignore/Clojure.gitignore vendored Normal file
View File

@ -0,0 +1,13 @@
pom.xml
pom.xml.asc
*.jar
*.class
/lib/
/classes/
/target/
/checkouts/
.lein-deps-sum
.lein-repl-history
.lein-plugins/
.lein-failures
.nrepl-port