We need to automate the verification of the conventions applied to the makecode-steami repository to ensure consistency and quality.
The conventions include:
-
Conventional Commits: Ensure that all commit messages follow the Conventional Commits standard.
-
Branch Naming Policy: Enforce a branch naming policy inspired by GitHub Flow to maintain clarity and ease of collaboration.
-
File Formatting Checks: Verify that code formatting follows the project's defined style guidelines.
-
Prohibited Comments: Ensure there are no TODO or FIXME comments left in the codebase.
Automating these checks will help maintain the quality and consistency of the repository and reduce the need for manual review. Tools like Git Hooks, GitHub Actions, Commitlint, and custom scripts could be used to implement these checks.
We need to automate the verification of the conventions applied to the makecode-steami repository to ensure consistency and quality.
The conventions include:
Conventional Commits: Ensure that all commit messages follow the Conventional Commits standard.
Branch Naming Policy: Enforce a branch naming policy inspired by GitHub Flow to maintain clarity and ease of collaboration.
File Formatting Checks: Verify that code formatting follows the project's defined style guidelines.
Prohibited Comments: Ensure there are no TODO or FIXME comments left in the codebase.
Automating these checks will help maintain the quality and consistency of the repository and reduce the need for manual review. Tools like Git Hooks, GitHub Actions, Commitlint, and custom scripts could be used to implement these checks.