Skip to content

docs(community): issue forms + CODE_OF_CONDUCT — shaping inbound before GTM (#68)#84

Merged
danielPoloWork merged 1 commit into
mainfrom
docs/community-standards
Jul 2, 2026
Merged

docs(community): issue forms + CODE_OF_CONDUCT — shaping inbound before GTM (#68)#84
danielPoloWork merged 1 commit into
mainfrom
docs/community-standards

Conversation

@danielPoloWork

Copy link
Copy Markdown
Owner

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, no CODE_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-labels bug, 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-labels enhancement.
  • config.ymlblank_issues_enabled: false; questions routed to Discussions. ⚠️ Owner action: enable Discussions on the repo (Settings → Features) or tell me and I'll drop the contact link.
  • CODE_OF_CONDUCT.md — Contributor Covenant 2.1, owner as enforcement contact.
  • README — the Repository section gains a short Contributing paragraph linking CONTRIBUTING, the issue forms chooser, the Covenant, and SECURITY.

Acceptance check

  • New issue → template chooser with the two forms; blank issues disabled (verifiable once merged, on the New issue page).
  • Community-standards checklist (Insights → Community): README ✓, CONTRIBUTING ✓ (existing), LICENSE ✓ (existing), SECURITY ✓ (existing), Code of Conduct ✓ (new), Issue templates ✓ (new), PR template ✓ (existing) — fully green except Discussions, which is the owner's call.
  • All three forms parse as valid YAML; check_docs green; 97/97 tests untouched.

Closes #68

🤖 Generated with Claude Code

…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>
@danielPoloWork danielPoloWork added the documentation Improvements or additions to documentation label Jul 2, 2026
@danielPoloWork danielPoloWork self-assigned this Jul 2, 2026
@danielPoloWork danielPoloWork marked this pull request as ready for review July 2, 2026 21:44
@danielPoloWork danielPoloWork merged commit cd6914c into main Jul 2, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs(community): issue templates + CODE_OF_CONDUCT before GTM

1 participant