docs(community): issue forms + CODE_OF_CONDUCT — shaping inbound before GTM (#68)#84
Merged
Merged
Conversation
…re GTM (#68) .github/ shipped a PR template and CODEOWNERS but nothing shaping inbound traffic once the repo goes public (and #51 already invites testers). - ISSUE_TEMPLATE/bug_report.yml: structured form mirroring the exhaustive-PR bar — the manifest (or minimal YAML repro) and the exact command are required, expected-vs-actual with full output, OS mandatory (the Windows/Unicode class of bug makes platform non-optional) + Python version + EAMOS version. Auto-labels bug, auto-assigns the owner. - ISSUE_TEMPLATE/feature_request.yml: asks which AXIS the request belongs to (archetype / altitude / function / context / deliverable / gate / …) and for the proposed shape as YAML — reinforcing knowledge-is-data at the front door and pre-sorting triage. Auto-labels enhancement. - ISSUE_TEMPLATE/config.yml: blank issues disabled; questions routed to Discussions (needs the owner to enable Discussions — else drop the contact link). - CODE_OF_CONDUCT.md: Contributor Covenant 2.1, owner as enforcement contact. - README Repository section: a Contributing paragraph linking CONTRIBUTING, the issue forms, the Covenant, and SECURITY. All three forms parse as valid YAML; check_docs green; 97/97 tests untouched. Closes #68 Co-Authored-By: Claude Fable 5 <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.
Problem (#68)
.github/ships a PR template and CODEOWNERS, but nothing that shapes inbound traffic once the repo goes public at GTM (and #51 already invites testers): no issue forms, noCODE_OF_CONDUCT.md, no routing of questions away from the tracker.What's added (doc-only)
bug_report.yml— a structured form mirroring the exhaustive-PR bar: the manifest (or minimal YAML repro) and the exact command are required fields; expected-vs-actual with full output; OS mandatory (the Windows/Unicode class of bug makes platform non-optional) + Python version + EAMOS version. Auto-labelsbug, auto-assigns @danielPoloWork.feature_request.yml— asks which axis the request belongs to (archetype / altitude / function pack / context / deliverable family / gate / …) and for the proposed shape as YAML — reinforcing knowledge is data at the front door and pre-sorting triage. Auto-labelsenhancement.config.yml—blank_issues_enabled: false; questions routed to Discussions.CODE_OF_CONDUCT.md— Contributor Covenant 2.1, owner as enforcement contact.Acceptance check
check_docsgreen; 97/97 tests untouched.Closes #68
🤖 Generated with Claude Code