Skip to content

chore: Add Issue Template#101

Open
Benjamin-Philip wants to merge 2 commits into
apache:mainfrom
Benjamin-Philip:bp/issue-template
Open

chore: Add Issue Template#101
Benjamin-Philip wants to merge 2 commits into
apache:mainfrom
Benjamin-Philip:bp/issue-template

Conversation

@Benjamin-Philip

Copy link
Copy Markdown
Collaborator

What issue does this PR close?

Closes #54.

What's Changed

Added issue templates for bug reports, feature requests and usage questions.
Based on apache/arrow-swift#36.

Copilot AI review requested due to automatic review settings July 8, 2026 15:50
@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown

Preview URL: https://Benjamin-Philip.github.io/arrow-erlang-1

If the preview URL doesn't work, you may have forgotten to configure your fork repository for preview.
See https://github.com/apache/arrow-erlang/blob/main/CONTRIBUTING.md#forks for instructions on how to configure.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds GitHub issue forms to standardize how users file bug reports, request enhancements, and ask usage questions, aligning this repo with other Apache Arrow language bindings.

Changes:

  • Added issue form templates for bug reports, feature requests, and usage questions.
  • Added an issue template config disabling blank issues.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.

File Description
.github/ISSUE_TEMPLATE/usage_question.yml Adds a usage-question issue form with guidance toward discussions/mailing lists.
.github/ISSUE_TEMPLATE/feature_request.yml Adds an enhancement request issue form.
.github/ISSUE_TEMPLATE/bug_report.yml Adds a bug report issue form.
.github/ISSUE_TEMPLATE/config.yml Disables blank issues to funnel users into the templates.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/ISSUE_TEMPLATE/usage_question.yml Outdated
Comment thread .github/ISSUE_TEMPLATE/feature_request.yml
Comment thread .github/ISSUE_TEMPLATE/bug_report.yml
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@Benjamin-Philip Benjamin-Philip requested review from Copilot and kou July 8, 2026 15:59

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.


name: Enhancement Request
description: Request an enhancement to the project
type: Feature

name: Bug Report
description: File a bug report
type: Bug
Comment on lines +23 to +26
value: |
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 or GitHub discussions:
Comment on lines +18 to +19
name: Usage Question
description: Ask a question

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's use the following in config.yml like we did in apache/arrow apache/arrow#46904 (comment) .

contact_links:
  - name: GitHub Discussions
    url: https://github.com/apache/arrow/discussions
    about: Please ask any questions you have here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add .github/ISSUE_TEMPLATE/

3 participants