Description
The repository is missing essential community standards files that help contributors understand how to engage with the project. These files improve the contributor experience and are recognized by GitHub's community standards checklist.
Acceptance criteria
Description
The repository is missing essential community standards files that help contributors understand how to engage with the project. These files improve the contributor experience and are recognized by GitHub's community standards checklist.
Create the following files:
CODE_OF_CONDUCT.md— Adopt the Contributor Covenant v2.1 at the repository rootCONTRIBUTING.md— Contribution guidelines referencing existing conventions inAGENTS.mdSECURITY.md— Instructions for reporting security vulnerabilities.github/ISSUE_TEMPLATE/— YAML-based issue forms using GitHub's form schemaconfig.yml— Template chooser configuration (disable blank issues, add contact links)bug_report.yml— Bug report form with input, textarea, dropdown, and checkbox fieldsfeature_request.yml— Feature request form with input, textarea, and dropdown fields.github/PULL_REQUEST_TEMPLATE.md— Standard PR template with checklistScope and constraints
.yml(YAML form schema), not legacy.mdtemplatesAGENTS.mdAcceptance criteria
CODE_OF_CONDUCT.mdexists at the repository root with Contributor Covenant v2.1CONTRIBUTING.mdexists at the repository root with setup, build, and PR guidelinesSECURITY.mdexists at the repository root with a vulnerability reporting process.github/ISSUE_TEMPLATE/config.ymlexists withblank_issues_enabled: falseand relevant contact links.github/ISSUE_TEMPLATE/bug_report.ymlexists using GitHub form schema with appropriate fields (description, steps to reproduce, expected vs actual behavior, environment).github/ISSUE_TEMPLATE/feature_request.ymlexists using GitHub form schema with appropriate fields (problem, solution, alternatives).github/PULL_REQUEST_TEMPLATE.mdexists with a description section and contributor checklist