Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.24 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

43 lines (34 loc) · 1.24 KB

Description

Please describe what does this Pull Request fix or add?.

Information that is useful here:

  • The What: What is your change doing?
  • The Why: Why is the change necessary? What is the use case?
  • Type of change Examples:
    • Bugfix
    • New feature
    • Code Quality Improvement
    • Dependency Upgrade
    • Documentation
  • Breaking change: Yes or no? Backward compatible?
  • Related to an issue: Does this fix or close an issue?

Examples

Let us know how users can use or test this functionality.

// Example code

Checklist