Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/obiwan04kanobi/github-contribution-challenge-test
Test Repository for Github Contribution Challenge
https://github.com/obiwan04kanobi/github-contribution-challenge-test
Last synced: 18 days ago
JSON representation
Test Repository for Github Contribution Challenge
- Host: GitHub
- URL: https://github.com/obiwan04kanobi/github-contribution-challenge-test
- Owner: obiwan04kanobi
- Created: 2024-02-22T16:10:13.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-24T03:14:09.000Z (11 months ago)
- Last Synced: 2024-11-13T00:27:43.465Z (3 months ago)
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 37
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Contribution-Challenge-Test
## Fork this repository
Fork this repo by clicking on the fork button on the top right of this page.
This will create a copy of this repository in your account.## Clone the repository
Now clone this repo to your machine.
IMPORTANT: DO NOT CLONE THE ORIGINAL REPO. Go to your fork and clone it.
To clone the repo, click on "Clone or Download" and then click on "Open in Desktop".
A pop up window will open. Click on "Open GitHubDesktop.exe".
After you click on "Open GitHubDesktop.exe" the contents will be downloaded to your computer.
Now you have copied the contents of the first-contributions repository in github to your computer.
## Create a branch
Now create a branch by clicking on the "Current branch" icon at the top and then click on "New branch":
Name your branch . For example, "add-james-smith"
Click on `Create branch`
## Make necessary changes and commit those changes
Now, go to history tab and open `Contributors.md` file in a text editor by right clicking and open in text editor. Scroll to the bottom of the page and add your name to it, then save the file.
Example: If your name is James Smith, It should look like this.
\[James Smith](https://github.com/jamessmith)
You can see that there are changes to Contributors.md and they have been added to the Github Desktop.
Now commit those changes:
Write the message "Add `` to Contributors list" in the _summary_ field.
Replace `` with your name.
Click on the button that says `Commit to add-your-name`.
At the bottom, you can see that the commit has been created.
## Push changes to github
Click on File->Options and sign-in to Github.com. Type in your Github username and password.
Click the `Publish` button on the top right.
## Submit your changes for review
If you go to your repository on github, you'll see `Compare & pull request` button. click on that button.
Now submit the pull request.
Soon I'll be merging all your changes into the master branch of this project. You will get a notification email once the changes have been merged.
## Where to go from here?
Congrats! You just completed the standard fork -> clone -> edit -> pull request workflow that you'll often encounter as a contributor!
Now Add your name in the [Contributors.md](https://github.com/obiwan04kanobi/Github-Contribution-Challenge-Test/blob/main/Contributors.md) file and continue to fix bugs in [this repo](https://github.com/obiwan04kanobi/Github-Contribution-Challenge-2024)