Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 816 Bytes

2017-09-20-submitting-your-first-pr.markdown

File metadata and controls

27 lines (20 loc) · 816 Bytes
layout title date categories
post
Submitting your first PR!
2017-09-20 19:08:30 +0530
contribution walkthrough

Welcome

0. Create an issue

  1. Go to Issue section of the repository. ![Create new issue](/images/DEMO - 01.png)
  2. Click on the green button labelled 'New Issue', in the right top corner.
  3. Give a title and description to the issue. ![Submit issue](/images/DEMO - 02.png)
  4. Assign label my-first-pr to the issue.
  5. Click on green button labelled 'Submit' to submit the issue.

Congrats! You've created your first issue! Follow the next steps to complete your PR journey!

1. Fork the repository.

2. Make necessary changes.

3. Commit with a proper commit message.

4. Initiate a Pull Request.