Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.87 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

57 lines (42 loc) · 1.87 KB

Type of Change

  • 🌟 New Feature
  • 🤗 Bug Fix
  • 🤯 Breaking Change
  • 📚 Documentation Update
  • 🎨 Style and UI
  • 🔨 Code Refactor
  • ⚡ Performance Improvements
  • ✅ New Test
  • 👷 Build and CI

Description

Related Tickets & Documents

  • Fixes # (issue)

How Has This Been Tested?

  • Screenshot A
  • Screenshot B

Did you add or update any tests?

  • 👍 Yes
  • 🙅 No, and this is why: Please replace this line with details on why tests have not been included.
  • 🙋 I need help with writing tests

Checklist:

  • My code follows the style guidelines of this project.
  • I have performed a self-review of my code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • I have added proof (e.g., screenshots) that my fix is effective and that my feature works.
  • I have added tests that prove my fix is effective and that my feature works.
  • New and existing unit tests pass locally with my changes.