docs: add OSS community health files

- 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%.
This commit is contained in:
Offending Commit
2026-05-01 09:57:57 -05:00
parent 2349a1d41d
commit 3fa4d599fe
4 changed files with 120 additions and 0 deletions

8
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -0,0 +1,8 @@
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.