Skip to content

docs: add open source community standards#34

Merged
belaytzev merged 1 commit into
mainfrom
docs/community-standards
Jun 10, 2026
Merged

docs: add open source community standards#34
belaytzev merged 1 commit into
mainfrom
docs/community-standards

Conversation

@belaytzev

Copy link
Copy Markdown
Owner

What

Implements the opensource.guide recommended community documentation:

  • CONTRIBUTING.md — dev setup (uv, Python 3.14+), test/lint/format commands, code style (black 24.10.0 pin, E704 Protocol stub gotcha, MD031), Conventional Commits, PR process, bug report guidance
  • CODE_OF_CONDUCT.md — canonical Contributor Covenant 2.1, enforcement contact via GitHub
  • SECURITY.md — private vulnerability reporting via GitHub Security Advisories, scope notes for credentials/session data
  • .github/ISSUE_TEMPLATE/ — structured bug report and feature request forms + config routing security reports to private advisories
  • .github/PULL_REQUEST_TEMPLATE.md — checklist mirroring the CI verification suite
  • README.md — badges (CI, MIT, Python 3.14+, contributions welcome) and new Contributing/License sections

Why

Repo had LICENSE + README but none of the other community health files GitHub surfaces to contributors. These set contribution expectations and route security reports away from public issues.

Notes

  • Code of Conduct text downloaded from contributor-covenant.org, not paraphrased
  • No code changes; pre-commit hooks pass on all new files

🤖 Generated with Claude Code

Add CONTRIBUTING.md, CODE_OF_CONDUCT.md (Contributor Covenant 2.1),
SECURITY.md, GitHub issue forms, and a PR template. Link them from
README with new Contributing/License sections and status badges.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@belaytzev belaytzev merged commit 7be241a into main Jun 10, 2026
3 of 4 checks passed
@belaytzev belaytzev deleted the docs/community-standards branch June 10, 2026 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant