Create PR Workflow
- •Ensure all changes are on a feature/fix branch (create one if on main/develop)
- •Run the build:
./gradlew build - •Run tests:
./gradlew test - •If build+tests pass, commit with a conventional commit message
- •Push the branch
- •Create a PR with a descriptive title and body summarizing changes
- •Report the PR URL