Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 1.77 KB

pull_request_template.md

File metadata and controls

46 lines (39 loc) · 1.77 KB

✍️ Title:

⚠️(Required)


📝 Description:

⚠️(Required)

~Screenshots (if applicable):

🤔 Reason for PR & what it fixes/accomplishes:

⚠️(Required)

Fixes Issue #


🧮 How Has This Been Tested? (if applicable):


ℹ️ Types of changes:

  • General (misc updates, features, fixes, etc.)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

☑️ Checklist:

  • I have checked my code and corrected any misspellings.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • My changes generate no new warnings.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly. (if applicable)*
  • My code follows the style guidelines of this project (if applicable)

@kwing25