Priority: Medium
Difficulty: Easy
Description:
Add standardized templates and policies to the repository for better collaboration and code quality.
- Create
.github/ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE files.
- Add a
CODEOWNERS file for code review assignment.
- Set up a linter or workflow to enforce Conventional Commits for commit messages.
Acceptance Criteria:
- New issues and PRs use the correct templates
- CODEOWNERS file assigns reviewers as expected
- Commits are checked for Conventional Commit compliance automatically
Priority: Medium
Difficulty: Easy
Description:
Add standardized templates and policies to the repository for better collaboration and code quality.
.github/ISSUE_TEMPLATEandPULL_REQUEST_TEMPLATEfiles.CODEOWNERSfile for code review assignment.Acceptance Criteria: