* chore: add PR template, issue templates, and contribution policy Drive-by feature PRs are becoming a problem. This adds guardrails: - PR template with type selection, checklist, and AI disclosure - Bug report issue template (structured YAML form) - Issue config that redirects features to Discussions and disables blank issues - PR compliance workflow that enforces template completion and requires a Discussion link for feature PRs - Contribution policy in CONTRIBUTING.md (acceptance tiers, AI PR rules) - Agent-facing rules in AGENTS.md (follow the template, no bulk changes) * fornat
9 lines
387 B
YAML
9 lines
387 B
YAML
blank_issues_enabled: false
|
|
contact_links:
|
|
- name: Feature request
|
|
url: https://github.com/emdash-cms/emdash/discussions/categories/ideas
|
|
about: Propose a feature in Discussions. Feature PRs without a prior approved Discussion will be closed.
|
|
- name: Question
|
|
url: https://github.com/emdash-cms/emdash/discussions/categories/q-a
|
|
about: Ask a question in Discussions.
|