You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2021/08/02 19:43:51 UTC

[arrow-rs] branch master updated: draft question template (#649)

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

alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new edc9cb3  draft question template (#649)
edc9cb3 is described below

commit edc9cb38ecd1c8c7d5c7202e1359a88003c9e73d
Author: Ruihang Xia <wa...@gmail.com>
AuthorDate: Tue Aug 3 03:43:46 2021 +0800

    draft question template (#649)
    
    Signed-off-by: Ruihang Xia <wa...@gmail.com>
---
 .github/ISSUE_TEMPLATE/question.md | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md
new file mode 100644
index 0000000..75c7308
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/question.md
@@ -0,0 +1,17 @@
+---
+name: Question
+about: Ask question about this project
+title: ''
+labels: question
+assignees: ''
+
+---
+
+**Which part is this question about**
+Is it code base, library api, documentation or some other part?
+
+**Describe your question**
+A clear and concise description of what the question is.
+
+**Additional context**
+Add any other context about the problem here.