HarshKapadia2 / HarshKapadia2/git_basics

Features to be added to the `GitHub` section.

Open
#5 6 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
JavaScript
Stars
106
Forks
24
PR merge metrics
No merged PRs in 30d

Description

Add the following features:
- [ ] PRs
- [ ] [Learn how to make a PR](https://github.com/firstcontributions/first-contributions) (Can be added to the resources section as well.)
- [ ] 'Allow maintainers to edit' checkbox implies that maintainers of the project can push code to the branch of the fork from which the PR was made to make changes to the PR.
- ([Example](https://github.com/HarshKapadia2/one-or-two/pull/3/commits): Look at the owners of the two commits in the PR)
- [Making changes in a PR on your repo](https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork) (Only if 'Allow edits by maintainers' checkbox is checked.)
![https://github.com/urmilshroff/flutter_actions_demo/pull/3 (bottom right)](https://user-images.githubusercontent.com/50140864/90960133-28a3d980-e4bd-11ea-98f1-1e2761206fdc.png)
- [ ] [Draft PRs](https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/about-pull-requests#draft-pull-requests)
- [ ] [How to pull a PR to check it?](https://stackoverflow.com/questions/15397059/how-do-i-get-a-specific-pull-request-on-my-machine#32447815)
- To update the new PR branch: In the PR branch (Eg: 'pr-123') run `git fetch origin pull/123/head` and then `git merge FETCH_HEAD`

- [ ] Issues
- [x] General info
- [ ] [Linking a pull request to an issue using a keyword](https://docs.github.com/en/free-pro-team@latest/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword)

- [x] CONTRIBUTING.md & contents

- [x] README.md & contents

- [x] Syncing a fork to the original repo.
- Use [this](https://medium.com/@john_pels/sync-your-git-fork-to-the-original-repo-a57d5084e20e)
- Or use [this](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/syncing-a-fork)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.