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

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


The following commit(s) were added to refs/heads/main by this push:
     new d4c1b44e2b replace github .md templates with.yaml (#10096)
d4c1b44e2b is described below

commit d4c1b44e2b4de4b864dd9d15cf20de6979d62a88
Author: Konstantin Tarasov <[email protected]>
AuthorDate: Wed Jun 10 02:31:18 2026 -0400

    replace github .md templates with.yaml (#10096)
    
    # Which issue does this PR close?
    
    <!--
    We generally require a GitHub issue to be filed for all bug fixes and
    enhancements and this helps us generate change logs for our releases.
    You can link an issue to this PR using the GitHub syntax.
    -->
    
    - Closes #10095.
    
    # Rationale for this change
    
    - check issue
    <!--
    Why are you proposing this change? If this is already explained clearly
    in the issue then this section is not needed.
    Explaining clearly why changes are proposed helps reviewers understand
    your changes and offer better suggestions for fixes.
    -->
    
    # What changes are included in this PR?
    
    - Replaced old .md issue templates with new .yaml templates following
    DataFusion.
    - config.yaml is new, but has a convenient link to discussions since we
    get rid of `question` template
    <!--
    There is no need to duplicate the description in the issue here but it
    is sometimes worth providing a summary of the individual changes in this
    PR.
    -->
    
    # Are these changes tested?
    n/a
    <!--
    We typically require tests for all PRs in order to:
    1. Prevent the code from being accidentally broken by subsequent changes
    2. Serve as another way to document the expected behavior of the code
    
    If tests are not included in your PR, please explain why (for example,
    are they covered by existing tests)?
    
    If this PR claims a performance improvement, please include evidence
    such as benchmark results.
    -->
    
    # Are there any user-facing changes?
    
    - Yes, better UX for issue creation.
    <!--
    If there are user-facing changes then we may require documentation to be
    updated before approving the PR.
    
    If there are any breaking changes to public APIs, please call them out.
    -->
---
 .github/ISSUE_TEMPLATE/bug_report.md       | 28 ----------------------------
 .github/ISSUE_TEMPLATE/bug_report.yml      | 28 ++++++++++++++++++++++++++++
 .github/ISSUE_TEMPLATE/config.yml          |  5 +++++
 .github/ISSUE_TEMPLATE/feature_request.md  | 29 -----------------------------
 .github/ISSUE_TEMPLATE/feature_request.yml | 29 +++++++++++++++++++++++++++++
 .github/ISSUE_TEMPLATE/question.md         | 23 -----------------------
 6 files changed, 62 insertions(+), 80 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md 
b/.github/ISSUE_TEMPLATE/bug_report.md
deleted file mode 100644
index c2b7d626d1..0000000000
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-name: Bug report
-about: Create a report to help us improve
-title: ''
-labels: bug
-assignees: ''
-
----
-
-**Describe the bug**
-<!--
-A clear and concise description of what the bug is.
--->
-
-**To Reproduce**
-<!--
-Steps to reproduce the behavior:
--->
-
-**Expected behavior**
-<!--
-A clear and concise description of what you expected to happen.
--->
-
-**Additional context**
-<!--
-Add any other context about the problem here.
--->
\ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml 
b/.github/ISSUE_TEMPLATE/bug_report.yml
new file mode 100644
index 0000000000..ac5f082113
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -0,0 +1,28 @@
+name: Bug report
+description: Create a report to help us improve
+type: Bug
+labels: bug
+body:
+  - type: textarea
+    attributes:
+      label: Describe the bug
+      description: Describe the bug.
+      placeholder: >
+        A clear and concise description of what the bug is.
+    validations:
+      required: true
+  - type: textarea
+    attributes:
+      label: To Reproduce
+      placeholder: >
+        Steps to reproduce the behavior:
+  - type: textarea
+    attributes:
+      label: Expected behavior
+      placeholder: >
+        A clear and concise description of what you expected to happen.
+  - type: textarea
+    attributes:
+      label: Additional context
+      placeholder: >
+        Add any other context about the problem here.
diff --git a/.github/ISSUE_TEMPLATE/config.yml 
b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 0000000000..4d78ba3e05
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,5 @@
+blank_issues_enabled: true
+contact_links:
+  - name: Question or discussion
+    url: https://github.com/apache/arrow-rs/discussions
+    about: Have a question or want to discuss an idea? Please open a GitHub 
Discussion.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md 
b/.github/ISSUE_TEMPLATE/feature_request.md
deleted file mode 100644
index d7aad5e776..0000000000
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-name: Feature request
-about: Suggest an idea for this project
-title: ''
-labels: enhancement
-assignees: ''
-
----
-
-**Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
-<!--
-A clear and concise description of what the problem is. Ex. I'm always 
frustrated when [...] 
-(This section helps Arrow developers understand the context and *why* for this 
feature, in addition to  the *what*)
--->
-
-**Describe the solution you'd like**
-<!--
-A clear and concise description of what you want to happen.
--->
-
-**Describe alternatives you've considered**
-<!--
-A clear and concise description of any alternative solutions or features 
you've considered.
--->
-
-**Additional context**
-<!--
-Add any other context or screenshots about the feature request here.
--->
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml 
b/.github/ISSUE_TEMPLATE/feature_request.yml
new file mode 100644
index 0000000000..d812b61cf2
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -0,0 +1,29 @@
+name: Feature request
+description: Suggest an idea for this project
+type: Feature
+labels: enhancement
+body:
+  - type: textarea
+    attributes:
+      label: Is your feature request related to a problem or challenge?
+      description: Please describe what you are trying to do.
+      placeholder: >
+        A clear and concise description of what the problem is. Ex. I'm always 
frustrated when [...]
+        (This section helps Arrow developers understand the context and *why* 
for this feature, in addition to the *what*)
+    validations:
+      required: true
+  - type: textarea
+    attributes:
+      label: Describe the solution you'd like
+      placeholder: >
+        A clear and concise description of what you want to happen.
+  - type: textarea
+    attributes:
+      label: Describe alternatives you've considered
+      placeholder: >
+        A clear and concise description of any alternative solutions or 
features you've considered.
+  - type: textarea
+    attributes:
+      label: Additional context
+      placeholder: >
+        Add any other context or screenshots about the feature request here.
diff --git a/.github/ISSUE_TEMPLATE/question.md 
b/.github/ISSUE_TEMPLATE/question.md
deleted file mode 100644
index aafac7cb86..0000000000
--- a/.github/ISSUE_TEMPLATE/question.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-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.
--->

Reply via email to