This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Revamp the file
This repository is for practice only and therefore it will not count towards hacktoberfest. |
Comment on lines
-8
to
+22
1. [Fork](https://help.github.com/articles/fork-a-repo/) this awesome project. This will create a copy of this repo in your github account. | ||
2. [Clone](https://help.github.com/articles/fork-a-repo/#step-2-create-a-local-clone-of-your-fork) your forked version `git clone [email protected]:<YOUR-USERNAME>/open-source-practice.git` | ||
3. Make changes | ||
4. Create a new [branch](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches#working-with-branches) | ||
5. [Commit](https://help.github.com/articles/adding-a-file-to-a-repository-using-the-command-line/) your changes (write a short descriptive message of what you have done) | ||
6. [Push](https://help.github.com/articles/pushing-to-a-remote/) your changes to your forked version | ||
7. Go to the original project on GitHub & Create a [Pull Request](https://help.github.com/articles/about-pull-requests/) | ||
1. **Fork** the repository by clicking on the 'Fork' button on the top right of the repository page. This creates a copy of the project in your GitHub account. | ||
|
||
2. **Clone** your forked repository to your local machine using the following command: | ||
|
||
## DONE 🥳 | ||
git clone [email protected]:<YOUR-USERNAME>/open-source-practice.git | ||
|
||
|
||
3. **Make your changes** in your local copy of the repository. | ||
|
||
4. Create a new **branch** to encapsulate your changes. Branch names should be descriptive of the feature or fix you are implementing. | ||
|
||
5. **Commit** your changes with a clear and concise commit message that describes the purpose of your changes. | ||
|
||
6. **Push** your changes to your forked repository: | ||
|
||
7. Navigate to the original repository on GitHub and click on the **'New Pull Request'** button. Fill out the necessary details in the pull request template and submit your pull request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that there is no reason in removing the linked articles.
Thanks four your contribution please only adjust the readme and add your name if not already done. Thanks for your understanding |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Revamp the file
Related issue
What changes does this PR do?
Screenshots (If any)
Questions