Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.9 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

63 lines (41 loc) · 1.9 KB

Description

Type of Change

  • 🚀 New feature (non-breaking change which adds functionality)
  • 🐞 Bug fix (non-breaking change which fixes an issue)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)
  • 🔄 Code refactor
  • ⚙️ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B

Pre-launch Checklist:

  • I have read the Contributor Guide and followed the process for submitting PRs.
  • I have followed the Flutter Style Guide, including widget expectations.
  • I have signed the CLA.
  • I have listed at least one issue that this PR fixes.
  • I updated or added relevant documentation.
  • Is the code as simple and readable as possible?
  • I added tests for the changes I made (or marked as test-exempt).
  • I have ensured that all tests are passing.