Workflow de création de PR

Processus étape par étape pour créer une pull request avec vérification du build et des tests.

Spar Skills Guide Bot
DeveloppementDébutant
1008/08/2026
#pull-request#git#workflow#gradle

Recommandé pour

Create PR Workflow

  1. Ensure all changes are on a feature/fix branch (create one if on main/develop)
  2. Run the build: ./gradlew build
  3. Run tests: ./gradlew test
  4. If build+tests pass, commit with a conventional commit message
  5. Push the branch
  6. Create a PR with a descriptive title and body summarizing changes
  7. Report the PR URL
Skills similaires