You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2019/12/12 04:24:26 UTC

[sling-org-apache-sling-app-cms] branch master updated: Update README.md

This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git


The following commit(s) were added to refs/heads/master by this push:
     new 52405c0  Update README.md
52405c0 is described below

commit 52405c0acf1f894bbff402c29220a97ed8d6d0b8
Author: Dan Klco <kl...@users.noreply.github.com>
AuthorDate: Wed Dec 11 23:24:20 2019 -0500

    Update README.md
---
 README.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/README.md b/README.md
index 4b40b59..8ee0ef7 100644
--- a/README.md
+++ b/README.md
@@ -16,3 +16,12 @@ A reference implementation of a simple Content Management System built in Apache
  
 ### [Download Latest Version](https://search.maven.org/remotecontent?filepath=org/apache/sling/org.apache.sling.cms.builder/0.14.0/org.apache.sling.cms.builder-0.14.0.jar)
 ### [Report an Issue](https://issues.apache.org/jira)
+
+## Contributing
+
+Interested in contributing? Here's some great places to get started:
+
+ - [Backlog](https://issues.apache.org/jira/issues/?jql=project%20%3D%20SLING%20AND%20status%20%3D%20Open%20AND%20component%20in%20(%22App%20CMS%22%2C%20%22App%20CMS%20Reference%22))
+ - [Good Starting Issues](https://issues.apache.org/jira/browse/SLING-8910?jql=project%20%3D%20SLING%20AND%20status%20%3D%20Open%20AND%20component%20in%20(%22App%20CMS%22%2C%20%22App%20CMS%20Reference%22)%20AND%20labels%20%3D%20newbie)
+
+You will find all the necessary details about how you can do this at https://sling.apache.org/contributing.html.