asquare14 / Git-Cheat-Sheet

A cheatsheet for git commands.
39 stars 53 forks source link

Create pull request template #61

Open raul1991 opened 6 years ago

raul1991 commented 6 years ago

Created a basic template for pull requests that lists some basic things.

raul1991 commented 6 years ago

Fixes issue #60

vibhavagarwal5 commented 6 years ago

@raul1991 This looks good. Any clue how to auto add this template when sending a PR? @aSquare14 your thoughts?

raul1991 commented 6 years ago

Yes. As per my understanding when a new pull request is sent to this repository github will read the .github directory for the templates and would render it on the gui. Here is a documentation for the same

vibhavagarwal5 commented 6 years ago

@aSquare14 any thoughts?

raul1991 commented 6 years ago

Merging this pull request would show the template automatically. You can read about it on the link I have posted in my previous comment.

raul1991 commented 6 years ago

Did you read about it ?

vibhavagarwal5 commented 6 years ago

yes

asquare14 commented 6 years ago

@vibhavagarwal5 I will get back on this :)