chore: Add Issue Template#101
Conversation
|
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. |
There was a problem hiding this comment.
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.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
|
||
| name: Enhancement Request | ||
| description: Request an enhancement to the project | ||
| type: Feature |
|
|
||
| name: Bug Report | ||
| description: File a bug report | ||
| type: Bug |
| 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: |
| name: Usage Question | ||
| description: Ask a question |
There was a problem hiding this comment.
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.
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.