Add PR Template
arshadkazmi42 opened this issue · 7 comments
Add a PULL_REQUEST_TEMPLATE.md
with following details
Fixes #issuenumber
Check everything which applies
[] I have added the issue number for which this pull request is created.
i would like to help.... But i am a total new comer to open source contribution, So can you guide me?
Go ahead create a PR.
You can follow these steps.
- Fork this repo
- Clone the forked repo
- Create a new branch using
git checkout -b new_branch
- Create a new file in root directory with this name
PULL_REQUEST_TEMPLATE.md
- Add the contents mentioned in the issue details to the file
- Commit and push your changes.
- Open this repo in browser, you will get a option to create PR.
- Create PR and you are done.
To understand the github workflow you can try completing the task in this repo https://github.com/firstcontributions/first-contributions
ok working on this..... Will send a PR soon :)
hey there... I forked and cloned the forked repo and made a new branch along with the file " PULL_REQUEST_TEMPLATE.md" in root directory.... Now i am confused as to what contents to add in the file? Can you please guide me .....
You have to add this in the file
Fixes #issuenumber
Check everything which applies
[] I have added the issue number for which this pull request is created.
thanks a lot.... will send PR right away
sent a PR please have a look... I am excited as well as confused... first try .. haha