chore(github): issue forms + PR template for community reporting#39
Merged
Conversation
Give consumers/contributors a structured path to report bugs and request enhancements on GitHub: - ISSUE_TEMPLATE/bug_report.yml — guided defect report (repro, traceback, version, affected package, env). - ISSUE_TEMPLATE/feature_request.yml — problem-first enhancement form with a ForgeSight area dropdown. - ISSUE_TEMPLATE/config.yml — disable blank issues; route security reports to private advisories and questions to Discussions. - pull_request_template.md — summary, tests, local-gate output, and a checklist matching ForgeSight's conventions (branch names, Conventional Commits, vendor-neutral core, conformance tests, CHANGELOG [Unreleased]). Also enabled repo Discussions + private vulnerability reporting so the config links resolve. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a structured GitHub issue/PR process (mirrors
agentforge-py, adapted to ForgeSight) so consumers and contributors can report bugs and request enhancements.ISSUE_TEMPLATE/bug_report.yml— guided bug form: description, minimal repro, traceback, ForgeSight version, affected-package dropdown (all 17), Python/OS, context.ISSUE_TEMPLATE/feature_request.yml— problem-first ENH form with an Area dropdown (core / exporters / integrations / governance / cost / eval / registry / audit / docs).ISSUE_TEMPLATE/config.yml— blank issues off; routes security → private advisories (per SECURITY.md) and questions → Discussions.pull_request_template.md— summary, tests, local-gate output, checklist matching ForgeSight conventions (branch names, Conventional Commits, vendor-neutral core, conformance tests, CHANGELOG[Unreleased]).Also enabled repo Discussions + private vulnerability reporting so the config links resolve.
🤖 Generated with Claude Code