You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by fr...@apache.org on 2018/04/25 04:43:57 UTC

calcite-avatica-go git commit: Add information on issue reporting to readme

Repository: calcite-avatica-go
Updated Branches:
  refs/heads/master 9d56180ea -> 4b50122b0


Add information on issue reporting to readme


Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/commit/4b50122b
Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/tree/4b50122b
Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/diff/4b50122b

Branch: refs/heads/master
Commit: 4b50122b00c3c5598c925c9edba04a80dc707fef
Parents: 9d56180
Author: Francis Chuang <fr...@apache.org>
Authored: Wed Apr 25 14:43:44 2018 +1000
Committer: Francis Chuang <fr...@apache.org>
Committed: Wed Apr 25 14:43:44 2018 +1000

----------------------------------------------------------------------
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/4b50122b/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index fcc14b4..b856ea8 100644
--- a/README.md
+++ b/README.md
@@ -52,4 +52,8 @@ rows := db.Query("SELECT COUNT(*) FROM test")
 For more details, see the [home page](https://calcite.apache.org/avatica/go_client_reference.html).
 
 Release notes for all published versions are available on the [history
-page](https://calcite.apache.org/avatica/docs/go_history.html).
\ No newline at end of file
+page](https://calcite.apache.org/avatica/docs/go_history.html).
+
+## Issues
+We do not use Github to file issues. Please create an issue on [Calcite's JIRA](https://issues.apache.org/jira/projects/CALCITE/issues)
+and select `avatica-go` as the component.
\ No newline at end of file