Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 783 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (17 loc) · 783 Bytes

Contributing Guide

Quick Start 🚀

  1. Fork & Clone

    git clone https://github.com/yourusername/php-sec-ci.git
    composer install
  2. Branch Names

    • main - Production branch, do not push your shiet to it.
    • dev - Development branch, merge to main when ready.
    • litteraly-anything-else - Feature branch, do your shiet here if you need more than one commit and then merge to dev.
  3. Commit Standards We try to follow the Conventional Commits standard.

    Please, pretty PLEASE follow the format.

Need Help ? ❓

  • Ask us on our Issues (Guaranteed answer before 2050).

Thank you for contributing! 🙏