You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by jo...@apache.org on 2022/02/07 10:06:38 UTC

[sling-site] branch master updated: fix link to "good-first-issues"

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 533c1de  fix link to "good-first-issues"
533c1de is described below

commit 533c1de4b03b2d7eacdd5c6bf4cab882f6f3080f
Author: Joerg Hoh <jh...@adobe.com>
AuthorDate: Mon Feb 7 11:06:00 2022 +0100

    fix link to "good-first-issues"
---
 src/main/jbake/content/contributing.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/jbake/content/contributing.md b/src/main/jbake/content/contributing.md
index a1ccaf4..edc7025 100644
--- a/src/main/jbake/content/contributing.md
+++ b/src/main/jbake/content/contributing.md
@@ -33,7 +33,7 @@ If pull requests are familiar to you, the next step is to open one against [one
 
 More details about how the project is structured in terms of repositories can be read on the [Getting and Building Sling](/documentation/development/getting-and-building-sling.html) page.
 
-If you want to get involved into Sling development, we marked a number of issues in JIRA with the label ["good-first-issue"](https://issues.apache.org/jira/browse/SLING-5767?jql=project%20%3D%20SLING%20AND%20status%20%3D%20Open%20AND%20labels%20in%20(easy-first-issue%2C%20good-first-issue)); we consider them a good starting point into Sling development. Just assign the ticket to you and create a pull request to address it. We provide you feedback and help you to get your contribution int [...]
+If you want to get involved into Sling development, we marked a number of issues in JIRA with the label ["good-first-issue"](https://issues.apache.org/jira/issues/?jql=project%20%3D%20SLING%20AND%20labels%20%3D%20good-first-issue)); we consider them a good starting point into Sling development. Just assign the ticket to you and create a pull request to address it. We provide you feedback and help you to get your contribution into Sling.
 
 For relatively large contributions (e.g. new modules), we recommend one of the following two approaches: