From 6e4dc9c736f9de3088d3ac094bc438142cf75e61 Mon Sep 17 00:00:00 2001 From: Pavel Pletnev Date: Thu, 6 Aug 2020 23:00:45 +0400 Subject: [PATCH 1/2] fix(docs): the easypick tasks url has been corrected in docs. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b3fec8d7ebc..bf47c5a5bb5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,7 @@ Before you ask a question, search the forum. The answer may have already been pr You can contribute code that fixes bugs and/or implements features. -* [Start with an EasyPick](https://app.camunda.com/jira/issues/?jql=project%20%3D%20CAM%20AND%20labels%20%3D%20EasyPick%20AND%20status%20%3D%20Open): In our Jira we label issues which we consider small and easy to start on as EasyPicks. +* [Start with an EasyPick](https://app.camunda.com/jira/issues?jql=project%20%3D%20CAM%20AND%20labels%3D%20EasyPick%20AND%20status%20%3D%20Open): In our Jira we label issues which we consider small and easy to start on as EasyPicks. * Have a look on [what we are working on](https://app.camunda.com/jira/secure/RapidBoard.jspa?rapidView=39) first to check that we do not perform duplicated work * Read through our contribution guide lines * Implement the feature or bug fix on a [feature branch and submit the result as a pull request](http://lefedt.de/blog/posts/2013/contributing-to-oss-through-pull-requests/) From 1ec5c82c236084b3eec22e58363fb2f9884b3441 Mon Sep 17 00:00:00 2001 From: bespaltovyj <32296746+bespaltovyj@users.noreply.github.com> Date: Fri, 7 Aug 2020 22:29:52 +0400 Subject: [PATCH 2/2] fixed Jira URL in CONTRIBUTING.md Co-authored-by: Tobias Metzke --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bf47c5a5bb5..8cc04eaf3b3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,7 @@ Before you ask a question, search the forum. The answer may have already been pr You can contribute code that fixes bugs and/or implements features. -* [Start with an EasyPick](https://app.camunda.com/jira/issues?jql=project%20%3D%20CAM%20AND%20labels%3D%20EasyPick%20AND%20status%20%3D%20Open): In our Jira we label issues which we consider small and easy to start on as EasyPicks. +* [Start with an EasyPick](https://jira.camunda.com/issues/?jql=project%20%3D%20CAM%20AND%20labels%20%3D%20EasyPick%20AND%20status%20%3D%20Open): In our Jira we label issues which we consider small and easy to start on as EasyPicks. * Have a look on [what we are working on](https://app.camunda.com/jira/secure/RapidBoard.jspa?rapidView=39) first to check that we do not perform duplicated work * Read through our contribution guide lines * Implement the feature or bug fix on a [feature branch and submit the result as a pull request](http://lefedt.de/blog/posts/2013/contributing-to-oss-through-pull-requests/)