- CONTRIBUTING.md: contributor onboarding, conventional commit rules, local setup - CODE_OF_CONDUCT.md: adopts Contributor Covenant 2.1 by reference - SECURITY.md: vulnerability reporting via GitHub private advisories, scope boundaries - .github/ISSUE_TEMPLATE/config.yml: disables blank issues, links to discussions and Honcho upstream Lifts the GitHub community profile score from 57% toward 100%.
9 lines
358 B
YAML
9 lines
358 B
YAML
blank_issues_enabled: false
|
|
contact_links:
|
|
- name: Honcho upstream issues
|
|
url: https://github.com/plastic-labs/honcho/issues
|
|
about: Bugs in the Honcho server itself, not the OpenConcho UI.
|
|
- name: Question or discussion
|
|
url: https://github.com/offendingcommit/openconcho/discussions
|
|
about: General questions, ideas, or design discussion.
|