Summary
The repository is missing key documentation for security and community standards. We need to add the following files:
SECURITY.md – Guidelines for reporting vulnerabilities and best practices.
CODE_OF_CONDUCT.md – Expected behavior for community members.
CODEOWNERS – File ownership and automatic reviewer assignments.
Note: CONTRIBUTING.md already exists and does not need to be added.
Objectives
-
Security
- Add
SECURITY.md detailing how to report vulnerabilities securely.
- Include supported versions and security best practices.
-
Community Standards
- Add
CODE_OF_CONDUCT.md outlining acceptable behavior and reporting.
-
Repository Management
- Add
CODEOWNERS to assign automatic reviewers for files and directories.
Acceptance Criteria
Summary
The repository is missing key documentation for security and community standards. We need to add the following files:
SECURITY.md– Guidelines for reporting vulnerabilities and best practices.CODE_OF_CONDUCT.md– Expected behavior for community members.CODEOWNERS– File ownership and automatic reviewer assignments.Objectives
Security
SECURITY.mddetailing how to report vulnerabilities securely.Community Standards
CODE_OF_CONDUCT.mdoutlining acceptable behavior and reporting.Repository Management
CODEOWNERSto assign automatic reviewers for files and directories.Acceptance Criteria
SECURITY.mdadded and complete.CODE_OF_CONDUCT.mdadded and complete.CODEOWNERSadded with correct maintainers.