Skip to content

Instantly share code, notes, and snippets.

@kwhite
Forked from indiesquidge/pull_request_template.md
Last active July 30, 2020 14:37
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kwhite/79f59eba02c7ee511d03110ae70d78c5 to your computer and use it in GitHub Desktop.
Save kwhite/79f59eba02c7ee511d03110ae70d78c5 to your computer and use it in GitHub Desktop.
An example PR template

Description

As a developer, I need to start with a story.

A few sentences describing the overall goals of the pull request's commits. What is the current behavior of the app? What is the updated/expected behavior with this PR? Include your acceptance critiera! If your tasks were well-written, you can probably copy/paste some of this.

Affected URL

link_to_relevant_multidev_or_test_site

Related Tickets

Steps to Validate

  1. A list of steps to validate
  2. Include direct links to test sites -- specific nodes, admin screens, etc
  3. Be explicit

Deploy Notes

Notes regarding deployment of the contained body of work. These should note any new dependencies, new scripts, etc.

New scripts:

  • script : script details

New dependencies:

  • dependency : dependency details

New dev dependencies:

  • dependency : dependency details
@thejimbirch
Copy link

@kwhite As a developer, I'd love to be able to double click the link title and urls for increased productivity on a mac.

Adding underscores instead of spaces will allow for this.

## Affected URL
[link_to_relevant_multidev_or_test_site](insert_link_here)


## Related Tickets

* [insert_ticket_name_here](insert_link_here)

underscores for double clicky increase productivity

@kwhite
Copy link
Author

kwhite commented Oct 10, 2018

@kwhite As a developer, I'd love to be able to double click the link title and urls for increased productivity on a mac.

Adding underscores instead of spaces will allow for this.

Done! Thanks Jim!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment