Skip to content

chore: Add Issue Template#101

Merged
kou merged 5 commits into
apache:mainfrom
Benjamin-Philip:bp/issue-template
Jul 9, 2026
Merged

chore: Add Issue Template#101
kou merged 5 commits into
apache:mainfrom
Benjamin-Philip:bp/issue-template

Conversation

@Benjamin-Philip

@Benjamin-Philip Benjamin-Philip commented Jul 8, 2026

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 chores.
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 Outdated
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.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Do you want to remove the usage question issue template as well?

@Benjamin-Philip Benjamin-Philip Jul 9, 2026

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Looking through that PR, I saw that usage question issues were deleted.

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.

Yes. Sorry for not mentioning it explicitly.

Copilot AI review requested due to automatic review settings July 9, 2026 17:31

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 no new comments.

@Benjamin-Philip

Copy link
Copy Markdown
Collaborator Author

I've created a "Task Request" to track small generic chores like the rust
caching or grammar fix PRs from earlier.

@Benjamin-Philip
Benjamin-Philip requested a review from kou July 9, 2026 17:35

@kou kou left a comment

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.

+1

@kou
kou merged commit bfb2b49 into apache:main Jul 9, 2026
11 checks passed
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