You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/18 18:15:12 UTC

[GitHub] [arrow] toddfarmer opened a new pull request, #14675: ARROW-18323: Enabling issue templates in GitHub issues

toddfarmer opened a new pull request, #14675:
URL: https://github.com/apache/arrow/pull/14675

   These templates are also configured [here](https://github.com/toddfarmer/test-arrow-config/issues/new/choose) for ease of review.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] toddfarmer commented on a diff in pull request #14675: ARROW-18323: Enabling issue templates in GitHub issues

Posted by GitBox <gi...@apache.org>.
toddfarmer commented on code in PR #14675:
URL: https://github.com/apache/arrow/pull/14675#discussion_r1028454675


##########
.github/ISSUE_TEMPLATE/bug_report.yaml:
##########
@@ -0,0 +1,55 @@
+name: Bug Report
+description: File a bug report
+labels: ["Type: bug"]
+assignees: []
+body:
+  - type: textarea
+    id: description
+    attributes:
+      label: Describe the bug, including details regarding any error messages, version, and platform.
+      description: Please include what you expected.
+    validations:
+      required: true
+  - type: dropdown
+    id: component
+    attributes:
+      label: Component
+      description: Which component is principally affected?
+      options:
+        - Archery
+        - Benchmarking
+        - C
+        - C#
+        - C++
+        - C++ - Gandiva
+        - C++ - Plasma
+        - Compute IR
+        - Continuous Integration
+        - Dart
+        - Developer Tools
+        - Documentation
+        - FlightRPC
+        - Format
+        - GLib
+        - Go
+        - GPU
+        - Integration
+        - Java
+        - JavaScript
+        - Julia

Review Comment:
   Removed in https://github.com/apache/arrow/pull/14688.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] assignUser commented on a diff in pull request #14675: ARROW-18323: Enabling issue templates in GitHub issues

Posted by GitBox <gi...@apache.org>.
assignUser commented on code in PR #14675:
URL: https://github.com/apache/arrow/pull/14675#discussion_r1028131609


##########
.github/ISSUE_TEMPLATE/usage_question.yaml:
##########
@@ -0,0 +1,66 @@
+name: Usage Question
+description: Ask a question
+labels: ["Type: usage"]

Review Comment:
   I am not in love with that label format but as we can change this pretty easily later I don't think its a blocker (as we want to add this asap due to the locked down JIRA) 



##########
.github/ISSUE_TEMPLATE/usage_question.yaml:
##########
@@ -0,0 +1,66 @@
+name: Usage Question
+description: Ask a question
+labels: ["Type: usage"]
+assignees: []
+body:
+  - type: markdown
+    attributes:
+      value: |
+        While we enable issues as a mechanism for new contributors and passers-by who are unfamiliar with Apache Software Foundation projects to ask questions and interact with the project, we encourage users to ask such questions on public mailing lists:
+        
+        * Development discussions: dev@arrow.apache.org (first subscribe by sending an e-mail to dev-subscribe@arrow.apache.org).
+
+        * User discussions: user@arrow.apache.org (first subscribe by sending an e-mail to user-subscribe@arrow.apache.org).
+        
+        Do not be surprised by responses to issues raised here directing you to those mailing lists, or to report a bug or feature request here.
+
+        Thank you!
+  - type: textarea
+    id: description
+    attributes:
+      label: Describe the usage question you have. Please include as many useful details as possible.
+    validations:
+      required: true
+  - type: dropdown

Review Comment:
   There is a [`multiple` option](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema#dropdown) for this so which allows for multi-selection, I think it would make sense to enable this.



##########
dev/release/rat_exclude_files.txt:
##########
@@ -7,7 +7,9 @@
 *.csv
 *.json
 *.snap
-.github/ISSUE_TEMPLATE/question.md
+.github/ISSUE_TEMPLATE/bug_report.yaml

Review Comment:
   Why exclude these? The license header can be added to issue templates without a problem in my experience.



##########
.github/ISSUE_TEMPLATE/usage_question.yaml:
##########
@@ -0,0 +1,66 @@
+name: Usage Question
+description: Ask a question
+labels: ["Type: usage"]
+assignees: []
+body:
+  - type: markdown
+    attributes:
+      value: |
+        While we enable issues as a mechanism for new contributors and passers-by who are unfamiliar with Apache Software Foundation projects to ask questions and interact with the project, we encourage users to ask such questions on public mailing lists:
+        
+        * Development discussions: dev@arrow.apache.org (first subscribe by sending an e-mail to dev-subscribe@arrow.apache.org).
+
+        * User discussions: user@arrow.apache.org (first subscribe by sending an e-mail to user-subscribe@arrow.apache.org).
+        
+        Do not be surprised by responses to issues raised here directing you to those mailing lists, or to report a bug or feature request here.
+
+        Thank you!
+  - type: textarea
+    id: description
+    attributes:
+      label: Describe the usage question you have. Please include as many useful details as possible.
+    validations:
+      required: true
+  - type: dropdown
+    id: component
+    attributes:
+      label: Component
+      description: Which component does your question relate to?
+      options:
+        - Archery
+        - Benchmarking
+        - C
+        - C#
+        - C++
+        - C++ - Gandiva
+        - C++ - Plasma
+        - Compute IR
+        - Continuous Integration
+        - Dart
+        - Developer Tools
+        - Documentation
+        - FlightRPC
+        - Format
+        - GLib
+        - Go
+        - GPU
+        - Integration
+        - Java
+        - JavaScript
+        - Julia
+        - MATLAB
+        - Packaging
+        - Parquet
+        - Python
+        - R
+        - Ruby
+        - Rust
+        - Rust - Ballista
+        - Rust - DataFusion

Review Comment:
   Should we even list rust/julia or add a link to `arrow-rs|jl` to  'Contact Links' in `config.yml`? 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] toddfarmer commented on a diff in pull request #14675: ARROW-18323: Enabling issue templates in GitHub issues

Posted by GitBox <gi...@apache.org>.
toddfarmer commented on code in PR #14675:
URL: https://github.com/apache/arrow/pull/14675#discussion_r1028329864


##########
.github/ISSUE_TEMPLATE/bug_report.yaml:
##########
@@ -0,0 +1,55 @@
+name: Bug Report
+description: File a bug report
+labels: ["Type: bug"]
+assignees: []
+body:
+  - type: textarea
+    id: description
+    attributes:
+      label: Describe the bug, including details regarding any error messages, version, and platform.
+      description: Please include what you expected.
+    validations:
+      required: true
+  - type: dropdown
+    id: component
+    attributes:
+      label: Component
+      description: Which component is principally affected?
+      options:
+        - Archery
+        - Benchmarking
+        - C
+        - C#
+        - C++
+        - C++ - Gandiva
+        - C++ - Plasma
+        - Compute IR
+        - Continuous Integration
+        - Dart
+        - Developer Tools
+        - Documentation
+        - FlightRPC
+        - Format
+        - GLib
+        - Go
+        - GPU
+        - Integration
+        - Java
+        - JavaScript
+        - Julia
+        - MATLAB
+        - Packaging
+        - Parquet
+        - Python
+        - R
+        - Ruby
+        - Rust
+        - Rust - Ballista
+        - Rust - DataFusion
+        - SQL
+        - Swift
+        - Website
+        - Wiki

Review Comment:
   But we do have an [active Wiki component](https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARROW%20AND%20component%20%3D%20Wiki). I'll open an issue to do some component list cleanup.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] toddfarmer commented on a diff in pull request #14675: ARROW-18323: Enabling issue templates in GitHub issues

Posted by GitBox <gi...@apache.org>.
toddfarmer commented on code in PR #14675:
URL: https://github.com/apache/arrow/pull/14675#discussion_r1028312728


##########
.github/ISSUE_TEMPLATE/usage_question.yaml:
##########
@@ -0,0 +1,66 @@
+name: Usage Question
+description: Ask a question
+labels: ["Type: usage"]
+assignees: []
+body:
+  - type: markdown
+    attributes:
+      value: |
+        While we enable issues as a mechanism for new contributors and passers-by who are unfamiliar with Apache Software Foundation projects to ask questions and interact with the project, we encourage users to ask such questions on public mailing lists:

Review Comment:
   I did so originally and found that the rendering of YAML injects line breaks, causing it to render very poorly on some displays. For example, on smaller widths displays like mobile devices, the line would soft wrap before 90 characters, then hard return after just two words on the next line, in the middle of a sentence. I'm happy to explore how to represent this best in source without those problems, but elected to remove line breaks in the short term.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] github-actions[bot] commented on pull request #14675: ARROW-18323: Enabling issue templates in GitHub issues

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #14675:
URL: https://github.com/apache/arrow/pull/14675#issuecomment-1320372148

   :warning: Ticket **has no components in JIRA**, make sure you assign one.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] pitrou commented on a diff in pull request #14675: ARROW-18323: Enabling issue templates in GitHub issues

Posted by GitBox <gi...@apache.org>.
pitrou commented on code in PR #14675:
URL: https://github.com/apache/arrow/pull/14675#discussion_r1028210111


##########
.github/ISSUE_TEMPLATE/bug_report.yaml:
##########
@@ -0,0 +1,55 @@
+name: Bug Report
+description: File a bug report
+labels: ["Type: bug"]
+assignees: []
+body:
+  - type: textarea
+    id: description
+    attributes:
+      label: Describe the bug, including details regarding any error messages, version, and platform.
+      description: Please include what you expected.
+    validations:
+      required: true
+  - type: dropdown
+    id: component
+    attributes:
+      label: Component
+      description: Which component is principally affected?
+      options:
+        - Archery
+        - Benchmarking
+        - C
+        - C#
+        - C++
+        - C++ - Gandiva
+        - C++ - Plasma
+        - Compute IR
+        - Continuous Integration
+        - Dart
+        - Developer Tools
+        - Documentation
+        - FlightRPC
+        - Format
+        - GLib
+        - Go
+        - GPU
+        - Integration
+        - Java
+        - JavaScript
+        - Julia
+        - MATLAB
+        - Packaging
+        - Parquet
+        - Python
+        - R
+        - Ruby
+        - Rust
+        - Rust - Ballista
+        - Rust - DataFusion

Review Comment:
   Arrow Rust has its own repo, so these ones should probably be removed.



##########
.github/ISSUE_TEMPLATE/bug_report.yaml:
##########
@@ -0,0 +1,55 @@
+name: Bug Report
+description: File a bug report
+labels: ["Type: bug"]
+assignees: []
+body:
+  - type: textarea
+    id: description
+    attributes:
+      label: Describe the bug, including details regarding any error messages, version, and platform.
+      description: Please include what you expected.
+    validations:
+      required: true
+  - type: dropdown
+    id: component
+    attributes:
+      label: Component
+      description: Which component is principally affected?
+      options:
+        - Archery
+        - Benchmarking
+        - C
+        - C#
+        - C++
+        - C++ - Gandiva
+        - C++ - Plasma
+        - Compute IR
+        - Continuous Integration
+        - Dart
+        - Developer Tools
+        - Documentation
+        - FlightRPC
+        - Format
+        - GLib
+        - Go
+        - GPU
+        - Integration
+        - Java
+        - JavaScript
+        - Julia
+        - MATLAB
+        - Packaging
+        - Parquet
+        - Python
+        - R
+        - Ruby
+        - Rust
+        - Rust - Ballista
+        - Rust - DataFusion
+        - SQL

Review Comment:
   What is this?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] pitrou commented on a diff in pull request #14675: ARROW-18323: Enabling issue templates in GitHub issues

Posted by GitBox <gi...@apache.org>.
pitrou commented on code in PR #14675:
URL: https://github.com/apache/arrow/pull/14675#discussion_r1029027729


##########
.github/ISSUE_TEMPLATE/bug_report.yaml:
##########
@@ -0,0 +1,55 @@
+name: Bug Report
+description: File a bug report
+labels: ["Type: bug"]
+assignees: []
+body:
+  - type: textarea
+    id: description
+    attributes:
+      label: Describe the bug, including details regarding any error messages, version, and platform.
+      description: Please include what you expected.
+    validations:
+      required: true
+  - type: dropdown
+    id: component
+    attributes:
+      label: Component
+      description: Which component is principally affected?
+      options:
+        - Archery
+        - Benchmarking
+        - C
+        - C#
+        - C++
+        - C++ - Gandiva
+        - C++ - Plasma
+        - Compute IR
+        - Continuous Integration
+        - Dart
+        - Developer Tools
+        - Documentation
+        - FlightRPC
+        - Format
+        - GLib
+        - Go
+        - GPU
+        - Integration
+        - Java
+        - JavaScript
+        - Julia
+        - MATLAB
+        - Packaging
+        - Parquet
+        - Python
+        - R
+        - Ruby
+        - Rust
+        - Rust - Ballista
+        - Rust - DataFusion
+        - SQL

Review Comment:
   cc @lidavidm 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] pitrou commented on a diff in pull request #14675: ARROW-18323: Enabling issue templates in GitHub issues

Posted by GitBox <gi...@apache.org>.
pitrou commented on code in PR #14675:
URL: https://github.com/apache/arrow/pull/14675#discussion_r1028215612


##########
.github/ISSUE_TEMPLATE/bug_report.yaml:
##########
@@ -0,0 +1,55 @@
+name: Bug Report
+description: File a bug report
+labels: ["Type: bug"]
+assignees: []
+body:
+  - type: textarea
+    id: description
+    attributes:
+      label: Describe the bug, including details regarding any error messages, version, and platform.
+      description: Please include what you expected.
+    validations:
+      required: true
+  - type: dropdown
+    id: component
+    attributes:
+      label: Component
+      description: Which component is principally affected?
+      options:
+        - Archery
+        - Benchmarking
+        - C
+        - C#
+        - C++
+        - C++ - Gandiva
+        - C++ - Plasma
+        - Compute IR
+        - Continuous Integration
+        - Dart
+        - Developer Tools
+        - Documentation
+        - FlightRPC
+        - Format
+        - GLib
+        - Go
+        - GPU
+        - Integration
+        - Java
+        - JavaScript
+        - Julia

Review Comment:
   Arrow Julia is developed in a separate repository.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] pitrou commented on a diff in pull request #14675: ARROW-18323: Enabling issue templates in GitHub issues

Posted by GitBox <gi...@apache.org>.
pitrou commented on code in PR #14675:
URL: https://github.com/apache/arrow/pull/14675#discussion_r1028350549


##########
.github/ISSUE_TEMPLATE/usage_question.yaml:
##########
@@ -0,0 +1,66 @@
+name: Usage Question
+description: Ask a question
+labels: ["Type: usage"]
+assignees: []
+body:
+  - type: markdown
+    attributes:
+      value: |
+        While we enable issues as a mechanism for new contributors and passers-by who are unfamiliar with Apache Software Foundation projects to ask questions and interact with the project, we encourage users to ask such questions on public mailing lists:

Review Comment:
   Hmm, apparently if you replace the `|` character with `>`, those newlines will be converted into spaces:
   https://stackoverflow.com/a/21699210/10194
   https://yaml-multiline.info/
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] ursabot commented on pull request #14675: ARROW-18323: Enabling issue templates in GitHub issues

Posted by GitBox <gi...@apache.org>.
ursabot commented on PR #14675:
URL: https://github.com/apache/arrow/pull/14675#issuecomment-1324395460

   Benchmark runs are scheduled for baseline = 31dca2b262a9b73004519128ebf81acbb61e2fec and contender = 5b368d2265521c31c2fe03600a2da8da9574b99e. 5b368d2265521c31c2fe03600a2da8da9574b99e is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Finished :arrow_down:0.0% :arrow_up:0.0%] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/612d6c47993749af874852d1b538ee68...9186dfdbc653483287b8a18fb0148b74/)
   [Failed :arrow_down:0.64% :arrow_up:0.0%] [test-mac-arm](https://conbench.ursa.dev/compare/runs/093df85d19ef47138ce5a97045fef5f4...63270a52ae5143818bf1ea15bb9e3885/)
   [Finished :arrow_down:0.54% :arrow_up:0.0%] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/624416df9b0041dd996cc19b366c283e...e547858e844b42ff8ce2ea8f99562b5d/)
   [Finished :arrow_down:0.07% :arrow_up:0.0%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/e2c6be4e525b4522a9764b940606b3e7...1cba688fcd664eaa89d0cfca6415950d/)
   Buildkite builds:
   [Finished] [`5b368d22` ec2-t3-xlarge-us-east-2](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/1896)
   [Failed] [`5b368d22` test-mac-arm](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/1918)
   [Finished] [`5b368d22` ursa-i9-9960x](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/1887)
   [Finished] [`5b368d22` ursa-thinkcentre-m75q](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/1910)
   [Finished] [`31dca2b2` ec2-t3-xlarge-us-east-2](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/1895)
   [Failed] [`31dca2b2` test-mac-arm](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/1917)
   [Finished] [`31dca2b2` ursa-i9-9960x](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/1886)
   [Finished] [`31dca2b2` ursa-thinkcentre-m75q](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/1909)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
   test-mac-arm: Supported benchmark langs: C++, Python, R
   ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
   ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] toddfarmer commented on a diff in pull request #14675: ARROW-18323: Enabling issue templates in GitHub issues

Posted by GitBox <gi...@apache.org>.
toddfarmer commented on code in PR #14675:
URL: https://github.com/apache/arrow/pull/14675#discussion_r1028146550


##########
dev/release/rat_exclude_files.txt:
##########
@@ -7,7 +7,9 @@
 *.csv
 *.json
 *.snap
-.github/ISSUE_TEMPLATE/question.md
+.github/ISSUE_TEMPLATE/bug_report.yaml

Review Comment:
   "Prior art" :) This was how [I found question.md suppressed lint failures](https://github.com/apache/arrow/commit/55b9263b8106e8678a1f03a7ba98f4de6f56fd51), so I followed that pattern here.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] toddfarmer commented on a diff in pull request #14675: ARROW-18323: Enabling issue templates in GitHub issues

Posted by GitBox <gi...@apache.org>.
toddfarmer commented on code in PR #14675:
URL: https://github.com/apache/arrow/pull/14675#discussion_r1028331044


##########
.github/ISSUE_TEMPLATE/bug_report.yaml:
##########
@@ -0,0 +1,55 @@
+name: Bug Report
+description: File a bug report
+labels: ["Type: bug"]
+assignees: []
+body:
+  - type: textarea
+    id: description
+    attributes:
+      label: Describe the bug, including details regarding any error messages, version, and platform.
+      description: Please include what you expected.
+    validations:
+      required: true
+  - type: dropdown
+    id: component
+    attributes:
+      label: Component
+      description: Which component is principally affected?
+      options:
+        - Archery
+        - Benchmarking
+        - C
+        - C#
+        - C++
+        - C++ - Gandiva
+        - C++ - Plasma
+        - Compute IR
+        - Continuous Integration
+        - Dart
+        - Developer Tools
+        - Documentation
+        - FlightRPC
+        - Format
+        - GLib
+        - Go
+        - GPU
+        - Integration
+        - Java
+        - JavaScript
+        - Julia
+        - MATLAB
+        - Packaging
+        - Parquet
+        - Python
+        - R
+        - Ruby
+        - Rust
+        - Rust - Ballista
+        - Rust - DataFusion
+        - SQL

Review Comment:
   I guess [Flight SQL](https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARROW%20AND%20component%20%3D%20SQL), sort of? I'll include this in a task to reconcile the component list. This was directly copied from ASF Jira configuration.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] toddfarmer commented on a diff in pull request #14675: ARROW-18323: Enabling issue templates in GitHub issues

Posted by GitBox <gi...@apache.org>.
toddfarmer commented on code in PR #14675:
URL: https://github.com/apache/arrow/pull/14675#discussion_r1028153514


##########
.github/ISSUE_TEMPLATE/usage_question.yaml:
##########
@@ -0,0 +1,66 @@
+name: Usage Question
+description: Ask a question
+labels: ["Type: usage"]
+assignees: []
+body:
+  - type: markdown
+    attributes:
+      value: |
+        While we enable issues as a mechanism for new contributors and passers-by who are unfamiliar with Apache Software Foundation projects to ask questions and interact with the project, we encourage users to ask such questions on public mailing lists:
+        
+        * Development discussions: dev@arrow.apache.org (first subscribe by sending an e-mail to dev-subscribe@arrow.apache.org).
+
+        * User discussions: user@arrow.apache.org (first subscribe by sending an e-mail to user-subscribe@arrow.apache.org).
+        
+        Do not be surprised by responses to issues raised here directing you to those mailing lists, or to report a bug or feature request here.
+
+        Thank you!
+  - type: textarea
+    id: description
+    attributes:
+      label: Describe the usage question you have. Please include as many useful details as possible.
+    validations:
+      required: true
+  - type: dropdown
+    id: component
+    attributes:
+      label: Component
+      description: Which component does your question relate to?
+      options:
+        - Archery
+        - Benchmarking
+        - C
+        - C#
+        - C++
+        - C++ - Gandiva
+        - C++ - Plasma
+        - Compute IR
+        - Continuous Integration
+        - Dart
+        - Developer Tools
+        - Documentation
+        - FlightRPC
+        - Format
+        - GLib
+        - Go
+        - GPU
+        - Integration
+        - Java
+        - JavaScript
+        - Julia
+        - MATLAB
+        - Packaging
+        - Parquet
+        - Python
+        - R
+        - Ruby
+        - Rust
+        - Rust - Ballista
+        - Rust - DataFusion

Review Comment:
   Fair question, though I will note this is a very direct port of existing component behavior found in ASF Jira.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] toddfarmer commented on a diff in pull request #14675: ARROW-18323: Enabling issue templates in GitHub issues

Posted by GitBox <gi...@apache.org>.
toddfarmer commented on code in PR #14675:
URL: https://github.com/apache/arrow/pull/14675#discussion_r1027044080


##########
.github/ISSUE_TEMPLATE/bug_report.yaml:
##########
@@ -0,0 +1,59 @@
+name: Bug Report
+description: File a bug report
+labels: ["Type: bug"]
+assignees: []
+body:
+  - type: markdown
+    attributes:
+      value: |
+        Thanks for taking the time to fill out this bug report!

Review Comment:
   This probably isn't necessary. The resulting turn feels cluttered.



##########
.github/ISSUE_TEMPLATE/bug_report.yaml:
##########
@@ -0,0 +1,59 @@
+name: Bug Report
+description: File a bug report
+labels: ["Type: bug"]
+assignees: []
+body:
+  - type: markdown
+    attributes:
+      value: |
+        Thanks for taking the time to fill out this bug report!

Review Comment:
   Removed.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] assignUser commented on a diff in pull request #14675: ARROW-18323: Enabling issue templates in GitHub issues

Posted by GitBox <gi...@apache.org>.
assignUser commented on code in PR #14675:
URL: https://github.com/apache/arrow/pull/14675#discussion_r1028260933


##########
.github/ISSUE_TEMPLATE/bug_report.yaml:
##########
@@ -0,0 +1,55 @@
+name: Bug Report
+description: File a bug report
+labels: ["Type: bug"]
+assignees: []
+body:
+  - type: textarea
+    id: description
+    attributes:
+      label: Describe the bug, including details regarding any error messages, version, and platform.
+      description: Please include what you expected.
+    validations:
+      required: true
+  - type: dropdown
+    id: component
+    attributes:
+      label: Component
+      description: Which component is principally affected?

Review Comment:
   It is possible, see https://github.com/apache/arrow/pull/14688



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] github-actions[bot] commented on pull request #14675: ARROW-18323: Enabling issue templates in GitHub issues

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #14675:
URL: https://github.com/apache/arrow/pull/14675#issuecomment-1320372107

   https://issues.apache.org/jira/browse/ARROW-18323


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] toddfarmer commented on a diff in pull request #14675: ARROW-18323: Enabling issue templates in GitHub issues

Posted by GitBox <gi...@apache.org>.
toddfarmer commented on code in PR #14675:
URL: https://github.com/apache/arrow/pull/14675#discussion_r1028455127


##########
.github/ISSUE_TEMPLATE/feature_request.yaml:
##########
@@ -0,0 +1,58 @@
+name: Feature Request
+description: Request a new feature
+labels: ["Type: enhancement"]
+assignees: []
+body:
+  - type: markdown
+    attributes:
+      value: |
+        Thanks for taking the time to share your feedback on ways Apache Arrow can be improved!
+  - type: textarea
+    id: description
+    attributes:
+      label: Describe the feature requested.
+    validations:
+      required: true
+  - type: dropdown
+    id: component
+    attributes:
+      label: Component
+      description: Which component does the feature most apply to?

Review Comment:
   Removed in https://github.com/apache/arrow/pull/14688.



##########
.github/ISSUE_TEMPLATE/bug_report.yaml:
##########
@@ -0,0 +1,55 @@
+name: Bug Report
+description: File a bug report
+labels: ["Type: bug"]
+assignees: []
+body:
+  - type: textarea
+    id: description
+    attributes:
+      label: Describe the bug, including details regarding any error messages, version, and platform.
+      description: Please include what you expected.
+    validations:
+      required: true
+  - type: dropdown
+    id: component
+    attributes:
+      label: Component
+      description: Which component is principally affected?
+      options:
+        - Archery
+        - Benchmarking
+        - C
+        - C#
+        - C++
+        - C++ - Gandiva
+        - C++ - Plasma
+        - Compute IR
+        - Continuous Integration
+        - Dart
+        - Developer Tools
+        - Documentation
+        - FlightRPC
+        - Format
+        - GLib
+        - Go
+        - GPU
+        - Integration
+        - Java
+        - JavaScript
+        - Julia
+        - MATLAB
+        - Packaging
+        - Parquet
+        - Python
+        - R
+        - Ruby
+        - Rust
+        - Rust - Ballista
+        - Rust - DataFusion
+        - SQL
+        - Swift
+        - Website
+        - Wiki

Review Comment:
   Removed in https://github.com/apache/arrow/pull/14688.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] lidavidm commented on a diff in pull request #14675: ARROW-18323: Enabling issue templates in GitHub issues

Posted by GitBox <gi...@apache.org>.
lidavidm commented on code in PR #14675:
URL: https://github.com/apache/arrow/pull/14675#discussion_r1029274996


##########
.github/ISSUE_TEMPLATE/bug_report.yaml:
##########
@@ -0,0 +1,55 @@
+name: Bug Report
+description: File a bug report
+labels: ["Type: bug"]
+assignees: []
+body:
+  - type: textarea
+    id: description
+    attributes:
+      label: Describe the bug, including details regarding any error messages, version, and platform.
+      description: Please include what you expected.
+    validations:
+      required: true
+  - type: dropdown
+    id: component
+    attributes:
+      label: Component
+      description: Which component is principally affected?
+      options:
+        - Archery
+        - Benchmarking
+        - C
+        - C#
+        - C++
+        - C++ - Gandiva
+        - C++ - Plasma
+        - Compute IR
+        - Continuous Integration
+        - Dart
+        - Developer Tools
+        - Documentation
+        - FlightRPC
+        - Format
+        - GLib
+        - Go
+        - GPU
+        - Integration
+        - Java
+        - JavaScript
+        - Julia
+        - MATLAB
+        - Packaging
+        - Parquet
+        - Python
+        - R
+        - Ruby
+        - Rust
+        - Rust - Ballista
+        - Rust - DataFusion
+        - SQL

Review Comment:
   No, we shouldn't migrate this, we don't use it. I think it was mistakenly added. Flight SQL does not have its own component.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] assignUser commented on a diff in pull request #14675: ARROW-18323: Enabling issue templates in GitHub issues

Posted by GitBox <gi...@apache.org>.
assignUser commented on code in PR #14675:
URL: https://github.com/apache/arrow/pull/14675#discussion_r1028155049


##########
dev/release/rat_exclude_files.txt:
##########
@@ -7,7 +7,9 @@
 *.csv
 *.json
 *.snap
-.github/ISSUE_TEMPLATE/question.md
+.github/ISSUE_TEMPLATE/bug_report.yaml

Review Comment:
   Ah ok, makes sense in that case (because the header would show up at the top of every issue draft even if commented :scream: ).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] pitrou commented on a diff in pull request #14675: ARROW-18323: Enabling issue templates in GitHub issues

Posted by GitBox <gi...@apache.org>.
pitrou commented on code in PR #14675:
URL: https://github.com/apache/arrow/pull/14675#discussion_r1028208783


##########
.github/ISSUE_TEMPLATE/bug_report.yaml:
##########
@@ -0,0 +1,55 @@
+name: Bug Report
+description: File a bug report
+labels: ["Type: bug"]
+assignees: []
+body:
+  - type: textarea
+    id: description
+    attributes:
+      label: Describe the bug, including details regarding any error messages, version, and platform.
+      description: Please include what you expected.
+    validations:
+      required: true
+  - type: dropdown
+    id: component
+    attributes:
+      label: Component
+      description: Which component is principally affected?
+      options:
+        - Archery
+        - Benchmarking
+        - C
+        - C#
+        - C++
+        - C++ - Gandiva
+        - C++ - Plasma
+        - Compute IR

Review Comment:
   This one should be removed.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] pitrou commented on a diff in pull request #14675: ARROW-18323: Enabling issue templates in GitHub issues

Posted by GitBox <gi...@apache.org>.
pitrou commented on code in PR #14675:
URL: https://github.com/apache/arrow/pull/14675#discussion_r1028209514


##########
.github/ISSUE_TEMPLATE/bug_report.yaml:
##########
@@ -0,0 +1,55 @@
+name: Bug Report
+description: File a bug report
+labels: ["Type: bug"]
+assignees: []
+body:
+  - type: textarea
+    id: description
+    attributes:
+      label: Describe the bug, including details regarding any error messages, version, and platform.
+      description: Please include what you expected.
+    validations:
+      required: true
+  - type: dropdown
+    id: component
+    attributes:
+      label: Component
+      description: Which component is principally affected?

Review Comment:
   It would be nice if several values could be selected at once, but I guess that isn't possible?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] toddfarmer commented on a diff in pull request #14675: ARROW-18323: Enabling issue templates in GitHub issues

Posted by GitBox <gi...@apache.org>.
toddfarmer commented on code in PR #14675:
URL: https://github.com/apache/arrow/pull/14675#discussion_r1027043990


##########
.github/ISSUE_TEMPLATE/usage_question.yaml:
##########
@@ -0,0 +1,72 @@
+name: Usage Question
+description: Ask a question
+labels: ["Type: usage"]
+assignees: []
+body:
+  - type: markdown
+    attributes:
+      value: |
+        While we enable issues as a mechanism for new contributors and
+        passers-by who are unfamiliar with Apache Software Foundation projects
+        to ask questions and interact with the project, we encourage users to
+        ask such questions on public mailing lists:
+        
+        * Development discussions: dev@arrow.apache.org (first subscribe by
+          sending an e-mail to dev-subscribe@arrow.apache.org).
+        * User discussions: user@arrow.apache.org (first subscribe by
+          sending an e-mail to user-subscribe@arrow.apache.org).
+        
+        Do not be surprised by responses to issues raised here directing you
+        to those mailing lists, or to report a bug or feature request here.
+
+        Thank you!
+  - type: textarea
+    id: description
+    attributes:
+      label: Describe the bug, including details regarding any error messages, version, and platform.

Review Comment:
   This comment meds fixing - this is not a big report.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] pitrou commented on a diff in pull request #14675: ARROW-18323: Enabling issue templates in GitHub issues

Posted by GitBox <gi...@apache.org>.
pitrou commented on code in PR #14675:
URL: https://github.com/apache/arrow/pull/14675#discussion_r1028210487


##########
.github/ISSUE_TEMPLATE/bug_report.yaml:
##########
@@ -0,0 +1,55 @@
+name: Bug Report
+description: File a bug report
+labels: ["Type: bug"]
+assignees: []
+body:
+  - type: textarea
+    id: description
+    attributes:
+      label: Describe the bug, including details regarding any error messages, version, and platform.
+      description: Please include what you expected.
+    validations:
+      required: true
+  - type: dropdown
+    id: component
+    attributes:
+      label: Component
+      description: Which component is principally affected?
+      options:
+        - Archery
+        - Benchmarking
+        - C
+        - C#
+        - C++
+        - C++ - Gandiva
+        - C++ - Plasma
+        - Compute IR
+        - Continuous Integration
+        - Dart
+        - Developer Tools
+        - Documentation
+        - FlightRPC
+        - Format
+        - GLib
+        - Go
+        - GPU
+        - Integration
+        - Java
+        - JavaScript
+        - Julia
+        - MATLAB
+        - Packaging
+        - Parquet
+        - Python
+        - R
+        - Ruby
+        - Rust
+        - Rust - Ballista
+        - Rust - DataFusion
+        - SQL
+        - Swift
+        - Website
+        - Wiki

Review Comment:
   We don't really have a Wiki.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] toddfarmer commented on a diff in pull request #14675: ARROW-18323: Enabling issue templates in GitHub issues

Posted by GitBox <gi...@apache.org>.
toddfarmer commented on code in PR #14675:
URL: https://github.com/apache/arrow/pull/14675#discussion_r1028455730


##########
.github/ISSUE_TEMPLATE/bug_report.yaml:
##########
@@ -0,0 +1,55 @@
+name: Bug Report
+description: File a bug report
+labels: ["Type: bug"]
+assignees: []
+body:
+  - type: textarea
+    id: description
+    attributes:
+      label: Describe the bug, including details regarding any error messages, version, and platform.
+      description: Please include what you expected.
+    validations:
+      required: true
+  - type: dropdown
+    id: component
+    attributes:
+      label: Component
+      description: Which component is principally affected?
+      options:
+        - Archery
+        - Benchmarking
+        - C
+        - C#
+        - C++
+        - C++ - Gandiva
+        - C++ - Plasma
+        - Compute IR
+        - Continuous Integration
+        - Dart
+        - Developer Tools
+        - Documentation
+        - FlightRPC
+        - Format
+        - GLib
+        - Go
+        - GPU
+        - Integration
+        - Java
+        - JavaScript
+        - Julia
+        - MATLAB
+        - Packaging
+        - Parquet
+        - Python
+        - R
+        - Ruby
+        - Rust
+        - Rust - Ballista
+        - Rust - DataFusion
+        - SQL

Review Comment:
   The issues linked seem to reference Flight SQL - at least, that's how I read them.



##########
.github/ISSUE_TEMPLATE/bug_report.yaml:
##########
@@ -0,0 +1,55 @@
+name: Bug Report
+description: File a bug report
+labels: ["Type: bug"]
+assignees: []
+body:
+  - type: textarea
+    id: description
+    attributes:
+      label: Describe the bug, including details regarding any error messages, version, and platform.
+      description: Please include what you expected.
+    validations:
+      required: true
+  - type: dropdown
+    id: component
+    attributes:
+      label: Component
+      description: Which component is principally affected?
+      options:
+        - Archery
+        - Benchmarking
+        - C
+        - C#
+        - C++
+        - C++ - Gandiva
+        - C++ - Plasma
+        - Compute IR
+        - Continuous Integration
+        - Dart
+        - Developer Tools
+        - Documentation
+        - FlightRPC
+        - Format
+        - GLib
+        - Go
+        - GPU
+        - Integration
+        - Java
+        - JavaScript
+        - Julia
+        - MATLAB
+        - Packaging
+        - Parquet
+        - Python
+        - R
+        - Ruby
+        - Rust
+        - Rust - Ballista
+        - Rust - DataFusion

Review Comment:
   Removed in https://github.com/apache/arrow/pull/14688.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] toddfarmer commented on a diff in pull request #14675: ARROW-18323: Enabling issue templates in GitHub issues

Posted by GitBox <gi...@apache.org>.
toddfarmer commented on code in PR #14675:
URL: https://github.com/apache/arrow/pull/14675#discussion_r1028454463


##########
.github/ISSUE_TEMPLATE/usage_question.yaml:
##########
@@ -0,0 +1,66 @@
+name: Usage Question
+description: Ask a question
+labels: ["Type: usage"]
+assignees: []
+body:
+  - type: markdown
+    attributes:
+      value: |
+        While we enable issues as a mechanism for new contributors and passers-by who are unfamiliar with Apache Software Foundation projects to ask questions and interact with the project, we encourage users to ask such questions on public mailing lists:

Review Comment:
   Incorporated into https://github.com/apache/arrow/pull/14688.



##########
.github/ISSUE_TEMPLATE/usage_question.yaml:
##########
@@ -0,0 +1,66 @@
+name: Usage Question
+description: Ask a question
+labels: ["Type: usage"]
+assignees: []
+body:
+  - type: markdown
+    attributes:
+      value: |
+        While we enable issues as a mechanism for new contributors and passers-by who are unfamiliar with Apache Software Foundation projects to ask questions and interact with the project, we encourage users to ask such questions on public mailing lists:
+        
+        * Development discussions: dev@arrow.apache.org (first subscribe by sending an e-mail to dev-subscribe@arrow.apache.org).
+
+        * User discussions: user@arrow.apache.org (first subscribe by sending an e-mail to user-subscribe@arrow.apache.org).

Review Comment:
   Incorporated into https://github.com/apache/arrow/pull/14688.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] toddfarmer commented on a diff in pull request #14675: ARROW-18323: Enabling issue templates in GitHub issues

Posted by GitBox <gi...@apache.org>.
toddfarmer commented on code in PR #14675:
URL: https://github.com/apache/arrow/pull/14675#discussion_r1028455943


##########
.github/ISSUE_TEMPLATE/bug_report.yaml:
##########
@@ -0,0 +1,55 @@
+name: Bug Report
+description: File a bug report
+labels: ["Type: bug"]
+assignees: []
+body:
+  - type: textarea
+    id: description
+    attributes:
+      label: Describe the bug, including details regarding any error messages, version, and platform.
+      description: Please include what you expected.
+    validations:
+      required: true
+  - type: dropdown
+    id: component
+    attributes:
+      label: Component
+      description: Which component is principally affected?

Review Comment:
   Addressed in https://github.com/apache/arrow/pull/14688.



##########
.github/ISSUE_TEMPLATE/bug_report.yaml:
##########
@@ -0,0 +1,55 @@
+name: Bug Report
+description: File a bug report
+labels: ["Type: bug"]
+assignees: []
+body:
+  - type: textarea
+    id: description
+    attributes:
+      label: Describe the bug, including details regarding any error messages, version, and platform.
+      description: Please include what you expected.
+    validations:
+      required: true
+  - type: dropdown
+    id: component
+    attributes:
+      label: Component
+      description: Which component is principally affected?
+      options:
+        - Archery
+        - Benchmarking
+        - C
+        - C#
+        - C++
+        - C++ - Gandiva
+        - C++ - Plasma
+        - Compute IR

Review Comment:
   Removed as part of https://github.com/apache/arrow/pull/14688.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] pitrou commented on a diff in pull request #14675: ARROW-18323: Enabling issue templates in GitHub issues

Posted by GitBox <gi...@apache.org>.
pitrou commented on code in PR #14675:
URL: https://github.com/apache/arrow/pull/14675#discussion_r1028213730


##########
.github/ISSUE_TEMPLATE/usage_question.yaml:
##########
@@ -0,0 +1,66 @@
+name: Usage Question
+description: Ask a question
+labels: ["Type: usage"]
+assignees: []
+body:
+  - type: markdown
+    attributes:
+      value: |
+        While we enable issues as a mechanism for new contributors and passers-by who are unfamiliar with Apache Software Foundation projects to ask questions and interact with the project, we encourage users to ask such questions on public mailing lists:

Review Comment:
   Nit, but it would be nice to ensure text files are word-wrapped at not more than 90 characters per line.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] pitrou commented on a diff in pull request #14675: ARROW-18323: Enabling issue templates in GitHub issues

Posted by GitBox <gi...@apache.org>.
pitrou commented on code in PR #14675:
URL: https://github.com/apache/arrow/pull/14675#discussion_r1029027504


##########
.github/ISSUE_TEMPLATE/bug_report.yaml:
##########
@@ -0,0 +1,55 @@
+name: Bug Report
+description: File a bug report
+labels: ["Type: bug"]
+assignees: []
+body:
+  - type: textarea
+    id: description
+    attributes:
+      label: Describe the bug, including details regarding any error messages, version, and platform.
+      description: Please include what you expected.
+    validations:
+      required: true
+  - type: dropdown
+    id: component
+    attributes:
+      label: Component
+      description: Which component is principally affected?
+      options:
+        - Archery
+        - Benchmarking
+        - C
+        - C#
+        - C++
+        - C++ - Gandiva
+        - C++ - Plasma
+        - Compute IR
+        - Continuous Integration
+        - Dart
+        - Developer Tools
+        - Documentation
+        - FlightRPC
+        - Format
+        - GLib
+        - Go
+        - GPU
+        - Integration
+        - Java
+        - JavaScript
+        - Julia
+        - MATLAB
+        - Packaging
+        - Parquet
+        - Python
+        - R
+        - Ruby
+        - Rust
+        - Rust - Ballista
+        - Rust - DataFusion
+        - SQL

Review Comment:
   There would be more issues linked if it had been the case. I would vote for removing it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] toddfarmer commented on pull request #14675: ARROW-18323: Enabling issue templates in GitHub issues

Posted by GitBox <gi...@apache.org>.
toddfarmer commented on PR #14675:
URL: https://github.com/apache/arrow/pull/14675#issuecomment-1322199764

   > Thanks @toddfarmer !
   > 
   > Edit: Ah well I guess this can be done in a follow up grin
   
   I opened [ARROW-18373](https://issues.apache.org/jira/browse/ARROW-18373) to track.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] pitrou commented on a diff in pull request #14675: ARROW-18323: Enabling issue templates in GitHub issues

Posted by GitBox <gi...@apache.org>.
pitrou commented on code in PR #14675:
URL: https://github.com/apache/arrow/pull/14675#discussion_r1028214673


##########
.github/ISSUE_TEMPLATE/usage_question.yaml:
##########
@@ -0,0 +1,66 @@
+name: Usage Question
+description: Ask a question
+labels: ["Type: usage"]
+assignees: []
+body:
+  - type: markdown
+    attributes:
+      value: |
+        While we enable issues as a mechanism for new contributors and passers-by who are unfamiliar with Apache Software Foundation projects to ask questions and interact with the project, we encourage users to ask such questions on public mailing lists:
+        
+        * Development discussions: dev@arrow.apache.org (first subscribe by sending an e-mail to dev-subscribe@arrow.apache.org).
+
+        * User discussions: user@arrow.apache.org (first subscribe by sending an e-mail to user-subscribe@arrow.apache.org).

Review Comment:
   Can we also link to https://arrow.apache.org/community/ where the archives can be browsed from?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] pitrou commented on a diff in pull request #14675: ARROW-18323: Enabling issue templates in GitHub issues

Posted by GitBox <gi...@apache.org>.
pitrou commented on code in PR #14675:
URL: https://github.com/apache/arrow/pull/14675#discussion_r1028211559


##########
.github/ISSUE_TEMPLATE/feature_request.yaml:
##########
@@ -0,0 +1,58 @@
+name: Feature Request
+description: Request a new feature
+labels: ["Type: enhancement"]
+assignees: []
+body:
+  - type: markdown
+    attributes:
+      value: |
+        Thanks for taking the time to share your feedback on ways Apache Arrow can be improved!
+  - type: textarea
+    id: description
+    attributes:
+      label: Describe the feature requested.
+    validations:
+      required: true
+  - type: dropdown
+    id: component
+    attributes:
+      label: Component
+      description: Which component does the feature most apply to?

Review Comment:
   Hmm, do we have to repeat this one exactly?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] pitrou commented on a diff in pull request #14675: ARROW-18323: Enabling issue templates in GitHub issues

Posted by GitBox <gi...@apache.org>.
pitrou commented on code in PR #14675:
URL: https://github.com/apache/arrow/pull/14675#discussion_r1028212595


##########
.github/ISSUE_TEMPLATE/feature_request.yaml:
##########
@@ -0,0 +1,58 @@
+name: Feature Request
+description: Request a new feature
+labels: ["Type: enhancement"]

Review Comment:
   It would be nice if we didn't mix vocabulary here. "Enhancement" is broader than "new feature" (an enhancement can be a performance improvement, for example).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] pitrou commented on a diff in pull request #14675: ARROW-18323: Enabling issue templates in GitHub issues

Posted by GitBox <gi...@apache.org>.
pitrou commented on code in PR #14675:
URL: https://github.com/apache/arrow/pull/14675#discussion_r1028349350


##########
.github/ISSUE_TEMPLATE/bug_report.yaml:
##########
@@ -0,0 +1,55 @@
+name: Bug Report
+description: File a bug report
+labels: ["Type: bug"]
+assignees: []
+body:
+  - type: textarea
+    id: description
+    attributes:
+      label: Describe the bug, including details regarding any error messages, version, and platform.
+      description: Please include what you expected.
+    validations:
+      required: true
+  - type: dropdown
+    id: component
+    attributes:
+      label: Component
+      description: Which component is principally affected?
+      options:
+        - Archery
+        - Benchmarking
+        - C
+        - C#
+        - C++
+        - C++ - Gandiva
+        - C++ - Plasma
+        - Compute IR
+        - Continuous Integration
+        - Dart
+        - Developer Tools
+        - Documentation
+        - FlightRPC
+        - Format
+        - GLib
+        - Go
+        - GPU
+        - Integration
+        - Java
+        - JavaScript
+        - Julia
+        - MATLAB
+        - Packaging
+        - Parquet
+        - Python
+        - R
+        - Ruby
+        - Rust
+        - Rust - Ballista
+        - Rust - DataFusion
+        - SQL

Review Comment:
   I don't think so, otherwise it would have been "Flight SQL" explicitly. Looking at the linked issues (if any) would be informative.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] thisisnic merged pull request #14675: ARROW-18323: Enabling issue templates in GitHub issues

Posted by GitBox <gi...@apache.org>.
thisisnic merged PR #14675:
URL: https://github.com/apache/arrow/pull/14675


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org