Skip to content

Instantly share code, notes, and snippets.

@jeffreyrr
Last active March 24, 2022 15:46
Show Gist options
  • Save jeffreyrr/77960bab84fbb132e44e3de1eb6e8496 to your computer and use it in GitHub Desktop.
Save jeffreyrr/77960bab84fbb132e44e3de1eb6e8496 to your computer and use it in GitHub Desktop.
Standard PR Template for Github (.github/pull_request_template.md)

Description

Sample Description Text.

Fixes:

Type of change

  • 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 not work as expected)
  • This change requires a documentation update

Checklist:

  • I have broken down my PR into a contextual and digestible piece of work
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have done my own developer testing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment