You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ch...@apache.org on 2017/07/31 15:38:06 UTC

hbase git commit: HBASE-18259 HBase book link to "beginner" issues includes resolved issues - ADDENDUM

Repository: hbase
Updated Branches:
  refs/heads/master 95808b467 -> 4d9982f33


HBASE-18259 HBase book link to "beginner" issues includes resolved issues - ADDENDUM

Signed-off-by: Chia-Ping Tsai <ch...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/4d9982f3
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/4d9982f3
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/4d9982f3

Branch: refs/heads/master
Commit: 4d9982f33d277137b92ea19118927203f5ce59df
Parents: 95808b4
Author: Peter Somogyi <ps...@cloudera.com>
Authored: Mon Jul 31 09:33:04 2017 +0200
Committer: Chia-Ping Tsai <ch...@gmail.com>
Committed: Mon Jul 31 23:36:19 2017 +0800

----------------------------------------------------------------------
 src/main/asciidoc/_chapters/developer.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/4d9982f3/src/main/asciidoc/_chapters/developer.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/developer.adoc b/src/main/asciidoc/_chapters/developer.adoc
index d93acf5..6a546fb 100644
--- a/src/main/asciidoc/_chapters/developer.adoc
+++ b/src/main/asciidoc/_chapters/developer.adoc
@@ -143,7 +143,7 @@ info.
 
 ==== Working on an issue
 
-To check for existing issues which you can tackle as a beginner, search for link:https://issues.apache.org/jira/issues/?jql=project%20%3D%20HBASE%20AND%20labels%20in%20(beginner)[issues in JIRA tagged with the label 'beginner'].
+To check for existing issues which you can tackle as a beginner, search for link:https://issues.apache.org/jira/issues/?jql=project%20%3D%20HBASE%20AND%20labels%20in%20(beginner)%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%2C%20Reopened)[issues in JIRA tagged with the label 'beginner'].
 
 .JIRA Priorites
 * *Blocker*: Should only be used if the issue WILL cause data loss or cluster instability reliably.