Skip to content

Automate conventions verification on the repository #7

@nedseb

Description

@nedseb

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.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions