Nov DEC Jan
29
2015 2016 2017
success
fail

About this capture

COLLECTED BY

Organization: Internet Archive

The Internet Archive discovers and captures web pages through many different web crawls. At any given time several distinct crawls are running, some for months, and some every day or longer. View the web archive through the Wayback Machine.

Collection: Hackernews crawl number 0

Hacker News Crawl of their links.
TIMESTAMPS

The Wayback Machine - http://web.archive.org/web/20161229093452/https://help.github.com/articles/creating-a-pull-request-template-for-your-repository/
 


GitHub Help






Creating a pull request template for your repository




mac  

windows  

linux  

all  





When you add a pull request template to your repository, project contributors will automatically see the template's contents in the pull request form body. Templates customize and standardize the information you'd like included when contributors create pull requests.
 

Sample pull request template
Contributors can use templates to describe the proposed changes in their pull requests according to the repository's contributing guidelines. For more information, see "Setting guidelines for repository contributors."


Tip: You must create your template in your repository's default branch. Templates created in other branches are not available for collaborators to use.

Adding a pull request template



On GitHub, navigate to the main page of the repository.

Above the file list, click Create new file. The New file button

Decide whether to store your pull request template in the repository's root or in a hidden directory called .github. Then, in the file name field, type the name and extension for the file. Pull request template filenames are not case sensitive, and can have an extension such as .mdor.txt. New file name

To make your pull request template visible in the repository's root directory, type PULL_REQUEST_TEMPLATE.

To store your file in a hidden directory, type .github/ to create the new directory, then PULL_REQUEST_TEMPLATE.




In the new file, add your pull request template. This could include:


Areference to a related issue in your repository.

A description of the changes proposed in the pull request.

@mentions of the person or team responsible for reviewing proposed changes.



At the bottom of the page, type a short, meaningful commit message that describes the change you made to the file. Commit message for your change
Below the commit message fields, decide whether to add your commit to the current branch or to a new branch. If your current branch is master, you should choose to create a new branch for your commit and then create a pull request. Commit branch options
Click Propose new file. Commit new file button

Further reading



"Creating a pull request"

 



Contact a human  




Article versions



GitHub.com

GitHub Enterprise 2.8  

GitHub Enterprise 2.7  

GitHub Enterprise 2.6  

GitHub Enterprise 2.5  

GitHub Enterprise 2.4  









© 2016 GitHub Inc. All rights reserved.  


Terms of Service

Privacy

Security

Support