Bookmarklet used at WorkshopX to prefill GitHub PR description textboxes to ensure enough info is provided.
Created
February 18, 2015 16:53
-
-
Save fabien-d/955aab38f31c9ace7242 to your computer and use it in GitHub Desktop.
WorkshopX GitHub pull request bookmarklet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){document.getElementById('pull_request_body').value='#### What does this PR do?\n#### Todos:\n#### What are the dependent PRs?\n#### How should this be manually tested?\n#### Any background context you want to provide?\n#### What are the relevant stories?\n#### Screenshots (if appropriate)\n#### Questions:'}()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment