An open API service indexing awesome lists of open source software.

https://github.com/purwar1997/pr-workflow

Learning pull-request workflows in GitHub
https://github.com/purwar1997/pr-workflow

github github-issues pull-request workflow

Last synced: 11 months ago
JSON representation

Learning pull-request workflows in GitHub

Awesome Lists containing this project

README

          

# Git Pull Request

- Pull requests are one of the best ways to collaborate in GitHub.
- PRs can be created to add a new feature or to fix a bug.
- PRs are first reviewed by the author and can only be merged into the main branch after being approved.

## Online resources to learn about PR creation

- [Hitesh Choudhary Channel](https://www.youtube.com/watch?v=mqJIGIxRkEs)
- [Anurag Singh Channel](https://www.youtube.com/watch?v=1akLzbfK0XU)
- [CodeWithHarry Channel](https://www.youtube.com/playlist?list=PLu0W_9lII9agwhy658ZPA0MTStKUJTWPi)
- [Kunal Kushwaha Channel](https://www.youtube.com/watch?v=apGV9Kg7ics)