Skip to main content

Pull Request

Creating a Pull Request

  • Small pull request is much preferred to a large one
  • Make sure your branch is up-to-date with the base branch
  • Be descriptive in the pull request description
  • At the minimum, request a review from the team that owns the repo
  • Don't let the pull request sit out there too long. If nobody reviews your PR, follow up with your team members or the repo owner

Reviewing Pull Requests

  • Every developer at any level is encourage to review a pull request
  • Be professional and kind when reviewing the pull request
  • Once merged, delete the working branch

Naming Pull Requests

  • For tracking and auditing purposes it is important to use the Jira ticket number in the pull request title. Please start the PR with the Jira ticket number followed by a short description of the change. For example:
    • ABC-123: Add new feature to the application
    • ABC-456: Fix bug in the user login flow