Pull Request Naming Guideline
When creating a Pull Request (PR), follow this naming format:
activity-name [LASTNAME]
Rules:
Activity name → all lowercase, use a dash (-) instead of spaces. Last name → all uppercase, enclosed in square brackets [ ]. No extra words or symbols outside this format.
Examples:
calculator [AMPATIN] , fix-user-login [SMITH]
✅ This ensures PRs are consistent and easy to track.