JAMES-2322 Include contribution directives Duplicates directives from main web-page
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/eb92fb8d Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/eb92fb8d Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/eb92fb8d Branch: refs/heads/master Commit: eb92fb8db87dd642175ef20e0ec75b5765095c1a Parents: c01e188 Author: benwa <[email protected]> Authored: Mon Jan 29 09:51:27 2018 +0700 Committer: benwa <[email protected]> Committed: Mon Jan 29 10:08:50 2018 +0700 ---------------------------------------------------------------------- README.adoc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/eb92fb8d/README.adoc ---------------------------------------------------------------------- diff --git a/README.adoc b/README.adoc index 623087f..1671454 100644 --- a/README.adoc +++ b/README.adoc @@ -19,6 +19,24 @@ Supported protocols are: IMAP, SMTP, JMAP, POP3 and more... Read more on https://james.apache.org/[our website]. +== How to contribute? + +James is a project that lives from the contributions of its community! Anyone can contribute! + +Read the https://james.apache.org/contribute.html[contributing guidelines]. + +We more than welcome *articles* and *blog posts* about James. Contact us by https://james.apache.org/mail.html[email] +or on https://gitter.im/apache/james-projec[Gitter] to share your experiences. + +*Documentation* is an easy way to get started, and more than wanted! Check out the https://issues.apache.org/jira/issues/?jql=project%20%3D%20JAMES%20AND%20resolution%20%3D%20Unresolved%20AND%20labels%20%3D%20documentation%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC[~documentation] label on JIRA. + +And to get started with *code contributions*, search out the +https://issues.apache.org/jira/issues/?jql=project%20%3D%20JAMES%20AND%20resolution%20%3D%20Unresolved%20AND%20labels%20%3D%20newbie%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC[~newbie], +https://issues.apache.org/jira/issues/?jql=project%20%3D%20JAMES%20AND%20resolution%20%3D%20Unresolved%20AND%20labels%20%3D%20easyfix%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC[~easyfix], +https://issues.apache.org/jira/issues/?jql=project%20%3D%20JAMES%20AND%20resolution%20%3D%20Unresolved%20AND%20labels%20%3D%20feature%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC[~feature] labels on JIRA. + +There is many other ways one can help us: packaging, communication, etc ... + == How to try James Requirements: docker & docker-compose installed. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
