You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metamodel.apache.org by ka...@apache.org on 2014/09/29 21:39:15 UTC

git commit: Another cosmetic update to CONTRIBUTE.md

Repository: incubator-metamodel
Updated Branches:
  refs/heads/master 3cdce4cf6 -> 7c9ce8320


Another cosmetic update to CONTRIBUTE.md

Project: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/commit/7c9ce832
Tree: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/tree/7c9ce832
Diff: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/diff/7c9ce832

Branch: refs/heads/master
Commit: 7c9ce832008983d4416b507a8553ee8aaa527b3a
Parents: 3cdce4c
Author: Kasper Sørensen <i....@gmail.com>
Authored: Mon Sep 29 21:38:02 2014 +0200
Committer: Kasper Sørensen <i....@gmail.com>
Committed: Mon Sep 29 21:38:02 2014 +0200

----------------------------------------------------------------------
 CONTRIBUTE.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-metamodel/blob/7c9ce832/CONTRIBUTE.md
----------------------------------------------------------------------
diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md
index 62cebf4..ad50ad5 100644
--- a/CONTRIBUTE.md
+++ b/CONTRIBUTE.md
@@ -8,8 +8,10 @@ This guide will help you get started with Apache MetaModel's development environ
 
 If you're looking for a relevant issue to work on, we suggest you to do the following:
 
-* Join the @dev mailing list (send a mail to dev-subscribe@metamodel.incubator.apache.org, then afterwards communicate via dev@metamodel.incubator.apache.org).
-* Check the issues in JIRA with the 'starter' label: https://issues.apache.org/jira/issues/?jql=project%20%3D%20METAMODEL%20AND%20labels%20%3D%20starter
+* Join the @dev mailing list
+ * To subscribe, send a mail to dev-subscribe@metamodel.incubator.apache.org
+ * Afterwards communicate to the list via dev@metamodel.incubator.apache.org
+* Check JIRA for the [issues with the 'starter' label](https://issues.apache.org/jira/issues/?jql=project%20%3D%20METAMODEL%20AND%20labels%20%3D%20starter).
 * If you have something else on your mind, make yourself heard on the @dev mailing list.
 
 ### Build the code
@@ -40,6 +42,8 @@ When submitting your patch, keep in mind that it should be easy for others to re
 
 ### About tests
 
+Your patches receive extra points if there's a good set of unittests with it. It's important to ensure that any non-trivial part of our project is well covered with tests.
+
 By default the build will include all self-contained tests, including some quick integration tests to embedded databases like H2, Derby, HSQLDB etc.
 
 Some tests have external dependencies to running servers etc. Those tests can be configured by adding a file called **metamodel-integrationtest-configuration.properties** to your local user's home folder. You can take a look at the [example-metamodel-integrationtest-configuration.properties file](https://raw.githubusercontent.com/apache/incubator-metamodel/master/example-metamodel-integrationtest-configuration.properties) to see which properties are available in order to configure the external server connections.