mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-06-09 01:35:18 +02:00
Formalize the public contribution surface. Maintainers keep a separate internal process and are exempt from the intake gates; everyone stays bound by review, CODEOWNERS, and branch protection. Model: - Issues = problem reports only (bug form + config.yml redirects ideas to Discussions and disables blank issues). - Discussions = ideas + RFC incubation. - RFCs = anyone (incl. external) authors docs/rfcs/NNNN-*.md; a maintainer merging it is acceptance. Distinct from the maintainer-internal docs/dev/rfc-00N-* track. - PRs = link an `accepted` issue or accepted RFC, or use the trivial fast-lane (typos/docs/deps). Enforced softly to start (template + review). Adds GOVERNANCE.md, rewrites CONTRIBUTING.md, adds docs/rfcs/ (README + template), .github issue/PR/discussion templates. Wires docs/rfcs/ into the doc-link checker (excluded like releases; linked from docs/dev/index.md). Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
13 lines
782 B
YAML
13 lines
782 B
YAML
# Issues are for problem reports only. Disable blank issues so everything is
|
|
# routed: bugs through the form, everything else to Discussions / SECURITY.md.
|
|
blank_issues_enabled: false
|
|
contact_links:
|
|
- name: 💡 Idea, feature request, or RFC
|
|
url: https://github.com/ModernRelay/omnigraph/discussions
|
|
about: Propose features and designs in Discussions. RFCs graduate from there into a docs/rfcs/ pull request.
|
|
- name: ❓ Question or help
|
|
url: https://github.com/ModernRelay/omnigraph/discussions
|
|
about: Ask in Discussions — questions are not tracked as Issues.
|
|
- name: 🔒 Security vulnerability
|
|
url: https://github.com/ModernRelay/omnigraph/blob/main/SECURITY.md
|
|
about: Report security issues privately per SECURITY.md — never as a public Issue.
|