Skip to content

echobind/pr-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pull Request Templates

Purpose

Adding a pull request template to your project helps add clarity around contributing guidelines. The template helps enforce consistency and transparency around contributions to your code base. By supplementing your pull request with a detailed description, you help the contributor aggregate their work into a meaningful summary while providing more context for the code reviewer.

This repo was created to share properties of a pull request description we consider to be useful during our code review process. We've taken some time to split these templates based on the type of project (e.g backend, frontend, open source library, etc...). Please feel free to use these templates within your own projects, and share with us by contributing to this project.

Installation

Check out your default branch, most of the time this is master:

git checkout master

Create a .github directory:

mkdir .github && cd .github

Once thats created, you need to download the template from this repo. To download the template you would like to use, you can run the following cURL command:

curl -O https://raw.githubusercontent.com/echobind/pr-templates/master/frontend/PULL_REQUEST_TEMPLATE

Every template is named PULL_REQUEST_TEMPLATE for easy installation, so you just need to update the path in order to retrieve the correct template.

Copyright (c)

Legal

Echobind LLC (c) 2016 @echobind Licensed under the MIT license

About

Pull request templates to help teams distribute consistent information with their contributions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •