Skip to content

Instantly share code, notes, and snippets.

@mirie
Last active January 15, 2017 16:08
Show Gist options
  • Save mirie/f961ac4689d9f14fa3073d909546ec0a to your computer and use it in GitHub Desktop.
Save mirie/f961ac4689d9f14fa3073d909546ec0a to your computer and use it in GitHub Desktop.
Simplified PR Template Draft (Drupal project)

Addresses Ticket(s):

URL to ticket(s):

Overview of work completed:

How Should this be Manually Tested?

Checklist:

  • My change requires a change to the/addition of documentation.
    • I have updated the documentation accordingly.
  • My code adds new modules/themes/libraries:
    • Has composer.json been updated?
    • Has composer.lock been updated?
    • Has the install profile's info file been updated?
    • Have you run a test build locally to confirm your new modules/themes get downloaded and enabled properly?
  • My code adds new configuration:
    • Has all the required configuration been added?
    • Have you run a test build locally to confirm that the configuration gets installed correctly?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment