Skip to content

Add GitHub issue templates#32

Draft
WestonVoglesonger wants to merge 1 commit into
mainfrom
issue-30-issue-templates
Draft

Add GitHub issue templates#32
WestonVoglesonger wants to merge 1 commit into
mainfrom
issue-30-issue-templates

Conversation

@WestonVoglesonger
Copy link
Copy Markdown

Summary

  • Adds form-style GitHub issue templates for bug reports and feature requests under .github/ISSUE_TEMPLATE/.
  • Includes config.yml with blank_issues_enabled: true so contributors can still open a blank issue when neither form fits.
  • Direct port of imuGAP PR #37, with wording adapted to reference hestia.

Files

  • .github/ISSUE_TEMPLATE/bug_report.yml — description, repro, sessionInfo(), OS dropdown (labels: bug).
  • .github/ISSUE_TEMPLATE/feature_request.yml — use case, proposed solution, alternatives (labels: enhancement).
  • .github/ISSUE_TEMPLATE/config.yml — enables blank issues.

Notes

Closes #30
Refs #22

Test plan

  • Verify GitHub renders the two forms on the "New issue" page.
  • Confirm submitted issues get the expected bug / enhancement label automatically.
  • Confirm the "Open a blank issue" link still appears under the form chooser.

Add form-style bug report and feature request templates plus a
config.yml that keeps blank issues enabled. Ported from imuGAP
PR #37, with wording adapted to reference hestia.

Closes #30
Refs #22

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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 templates

1 participant