docs: add CONTRIBUTING.md, CODE_OF_CONDUCT.md, PR template - #63
Conversation
|
Hey @MikeGatsby — thank you for #63. The docs look solid and we’re giving you credit. Why checks looked “missing” on your PR
We couldn’t push onto your fork branch from here, so we opened a same-repo follow-up that:
→ Follow-up PR: will link in a moment (branch Once that one is green, please close this PR as superseded — you still get the contribution credit. Appreciate you kicking this off. |
|
Sorry @MikeGatsby — ignore the earlier "supersede" comments. We are not replacing this PR. We'll continue the work here on #63. Thank you again. |
Follow-up on MikeGatsby's TelivityAI#54 onboarding files: add sanitize to the local checklist, note first-time-contributor workflow approval, and finish Contributor Covenant enforcement guidelines. Co-authored-by: telivity-otaip <telivity-otaip@users.noreply.github.com>
|
Pushed a small follow-up onto this branch (docs only): complete Covenant 2.1 enforcement guidelines, add sanitize to the local checklist, and note the first-time-contributor Actions approval. Could not update |
What this PR does
Adds the three required community-onboarding files this repo is currently
missing, per #54:
CONTRIBUTING.md— setup, the exactpytest/ruff check src tests scriptscommands, the 5 required CI checks, and the privacy/Contoso rulepulled from the README and
docs/LAUNCH.md.CODE_OF_CONDUCT.md— Contributor Covenant 2.1, as requested in the issue..github/PULL_REQUEST_TEMPLATE.md— the 4-item checklist from the issue'sacceptance criteria (tests/ruff pass, no personal writing or paths,
Contoso-safe docs/screenshots, linked issue).
Closes #54
Testing
scripts/sanitize_check.shpasses locally (Sanitize OK (96 files)) —this is the CI check that applies to a docs-only change; no Python
files were touched, so
pytest/ruffhave nothing new to exercise.pytestusing only
CONTRIBUTING.md's Setup + Running checks sections.CONTRIBUTING.md, not buried..github/PULL_REQUEST_TEMPLATE.mdwill appear on new PRs once merged(standard GitHub behavior for that path).
AI assistance disclosure
This PR was drafted with AI assistance (Claude, Anthropic) under human
review before submission. No repository policy on AI-assisted contributions
was found in CONTRIBUTING.md, AGENTS.md, README, or any PR template (none
existed prior to this PR) — disclosing regardless, per general good practice
around AI-assisted OSS contributions.