Skip to content

Instantly share code, notes, and snippets.

@jermainee
Created June 11, 2026 12:53
Show Gist options
  • Select an option

  • Save jermainee/52444333b8c448568f531610b7bc7be9 to your computer and use it in GitHub Desktop.

Select an option

Save jermainee/52444333b8c448568f531610b7bc7be9 to your computer and use it in GitHub Desktop.
Github Copilot Instructions

Instructions

Branching

  • All code changes must be made in a dedicated branch.
  • Branch names must be short, lowercase, and use hyphens (e.g., feature/update-laravel-version, bugfix/fix-null-pointer-login, feature/add-user-endpoint).
  • Direct commits and pushes to develop, staging and main are strictly forbidden.

Commits

  • Commit messages must be written in English.
  • Use the imperative mood (e.g., "Update Laravel version to 12.4.7", "Fix null pointer exception in UserService", "Add pagination to users endpoint").
  • Do not include a Co-authored-by trailer or any similar attribution in commit messages.

Code Style

  • Do not add inline comments or block comments to code.
  • Let the code speak for itself - use clear naming and structure instead of explanatory comments.
  • Javadoc and similar API documentation annotations are also not required unless explicitly requested.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment