Skip to content

Latest commit

 

History

History
69 lines (55 loc) · 2.84 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

69 lines (55 loc) · 2.84 KB

What type of PR is this? (check all applicable)

  • 🍕 Feature
  • 🐛 Bug Fix
  • 📝 Documentation Update
  • 🎨 Style
  • 🧑‍💻 Code Refactor
  • 🔥 Performance Improvements
  • ✅ Test
  • 🤖 Build
  • 🔁 CI
  • ⏩ Revert

Description

Related Tickets & Documents

  • Related Issue #
  • Closes #
  • Related Basecamp To-do URL:
  • Related Support Ticket URL:

Proof of Functionality

Accessibility checklist

If your PR includes UI changes, please utilize this checklist:

  • Semantic HTML implemented?
  • Keyboard operability supported?
  • Checked with Accessibility Checker or WAVE and addressed Error and Warning issues?

For more info, check out the Accessibility Checker Documentation.

Quality assurance

  • I have tested this code to the best of my abilities.
  • I have run local linting and tests.
  • I have checked that the base branch is correctly set.
  • I have updated the documentation or README.md accordingly.

[optional] Are there any post deployment tasks we need to perform?

Additional Notes