Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 618 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (14 loc) · 618 Bytes

Contributing to This Project

Branching Strategy

  • Main Branch: Contains stable production-ready code.
  • Feature Branches: Develop new features in branches named feature/[name] (e.g., feature/ new-enemy).
  • Bugfix Branches: Use bugfix/[name] for hotfixes.

Commit Guidelines

  • Use the following commit prefixes:
  • feat: [description] for new features.
  • fix: [description] for bug fixes.
  • chore: [description] for maintenance tasks.

Pull Requests

  • Ensure your changes follow the coding conventions described in CONVENTIONS.md.
  • Provide detailed explanations in your pull requests.