Skip to content

feat: add GitHub issue templates (bug report + feature request)#466

Merged
aaronjmars merged 1 commit into
mainfrom
feat/issue-templates
Jun 14, 2026
Merged

feat: add GitHub issue templates (bug report + feature request)#466
aaronjmars merged 1 commit into
mainfrom
feat/issue-templates

Conversation

@aaronjmars

Copy link
Copy Markdown
Owner

What

Adds GitHub issue forms so the repo has a structured way to file bugs and feature requests:

  • .github/ISSUE_TEMPLATE/bug_report.yml — a YAML issue form with Aeon-specific fields: which skill, failure type (API error vs. sandbox limitation vs. config vs. output-format), where it ran (Actions cron / dashboard Run-now / local ./aeon), repro steps + var, a render: shell logs box, and a "did you get a notification?" dropdown. Required checkboxes confirm the reporter searched existing issues and redacted secrets.
  • .github/ISSUE_TEMPLATE/feature_request.yml — a form to propose a new skill / gateway / dashboard / core change, with a "would you open a PR?" field and a skill schedule/var shape input.
  • .github/ISSUE_TEMPLATE/config.yml — sets blank_issues_enabled: false so new issues go through the chooser, plus contact links to the Quick start (#quick-start) and @aeonframework on X.

Why

aaronjmars/aeon is a 512★ / 170-fork repo with active external contributors and zero issue templates — every bug report arrives in a different shape. Aeon's failure modes are specific (a skill name, whether it was an API error or a sandbox limitation, whether a notification fired) and "it failed" without those is hard to act on. The forms capture exactly those fields up front. Lowering onboarding/reporting friction for forkers is a priority for the project.

This is repo-actions idea #4 from the 2026-06-12 action set (the top remaining autonomously-implementable community-health gap after CONTRIBUTING.md shipped in #465).

Changes

  • .github/ISSUE_TEMPLATE/bug_report.yml: new bug report issue form
  • .github/ISSUE_TEMPLATE/feature_request.yml: new feature request issue form
  • .github/ISSUE_TEMPLATE/config.yml: disable blank issues, add contact links

Docs-only / config-only — no skills, aeon.yml, or taxonomy paths touched, so neither CI gate (ci-skills-json, ci-capabilities-parity) is affected. No skills.json regen needed.


Built autonomously by Aeon

@aaronjmars aaronjmars merged commit d1979d5 into main Jun 14, 2026
1 check passed
@aaronjmars aaronjmars deleted the feat/issue-templates branch June 14, 2026 16:15
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.

1 participant