summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@gitlab.com>2016-02-17 08:31:03 -0800
committerSytse Sijbrandij <sytse@gitlab.com>2016-02-17 08:31:03 -0800
commit062445c769e3b7b8a322f2d1fcfd42e40c0ba9ba (patch)
tree19ae8b5d4d0de64d5ba50000cfa5da89d6d020a3
parent550c260edbb8b8d19a19ac539b303942acd04f31 (diff)
downloadgitlab-ce-example-java.tar.gz
How to add an example.example-java
-rw-r--r--doc/ci/examples/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ci/examples/README.md b/doc/ci/examples/README.md
index 9bd46ea56d9..44b1b3eaf90 100644
--- a/doc/ci/examples/README.md
+++ b/doc/ci/examples/README.md
@@ -4,6 +4,12 @@
+ [Test and deploy a Python application to Heroku](test-and-deploy-python-application-to-heroku.md)
+ [Test a Clojure application](test-clojure-application.md)
+# Contributing a new example
+
+Please contribute nex examples for different languages.
+
+Please make an make an MR for these docs and crosslink with an MR for [https://gitlab.com/groups/gitlab-examples](https://gitlab.com/groups/gitlab-examples)
+
# Examples outside the documentation
+ [Test a java app](https://medium.com/@kaiwinter/javafx-and-code-coverage-on-gitlab-ci-29c690e03fd6#.7dqp79slr)