Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 2.55 KB

File metadata and controls

65 lines (46 loc) · 2.55 KB

General Template

License Last Commit Contributors Stars

Description

General repository template for all projects by Lazy Bytez.

This template provides a standardized starting point with:

  • Conventional commit enforcement via commitlint
  • Branch naming validation via GitHub Actions
  • Dependency updates via Renovate
  • EditorConfig for consistent formatting
  • Security policy and code ownership

Getting Started

  1. Click Use this template on GitHub to create a new repository.
  2. Update commitlint.config.mjs to add project-specific scopes.
  3. Update this README.md with your project's details.
  4. If your project is not MIT-licensed, replace the LICENSE file.

Contributing

If you want to take part in contribution, like fixing issues and contributing directly to the code base, please visit the How to Contribute document.

Useful Links

License - Contributing - Code of Conduct - Issues - Pull Requests


Copyright (c) Lazy Bytez. All rights reserved | Licensed under the MIT license.