October Swimmer Development
Pull Request Checklist
Initializing search
    • Home
      • Using LiquidPlanner and Git/GitHub
      • Developing With Git and Salesforce
      • Merging Pull Requests
      • Branch lifecycle
      • Coding Conventions
      • Example git commit message
      • Readable, Maintainable, Testable Code
      • Writing Tests
      • Code Review
      • Pull Request Checklist
      • Code Review Checklist
      • Continuous Integration for Salesforce

    Pull Request Checklist

    • Code follows Coding Conventions
    • Branch has been rebased against master
    • Branch history is clean (generally a single commit)
    • Commit includes a well-written commit message
    • Tests pass
    • Bug fixes and new code is covered by well-written tests
    Previous Code Review
    Next Code Review Checklist
    Made with Material for MkDocs