{"id":19945017,"url":"https://github.com/obiwan04kanobi/github-contribution-challenge-test","last_synced_at":"2025-03-01T13:42:21.054Z","repository":{"id":223900411,"uuid":"761858032","full_name":"obiwan04kanobi/Github-Contribution-Challenge-Test","owner":"obiwan04kanobi","description":"Test Repository for Github Contribution Challenge","archived":false,"fork":false,"pushed_at":"2024-02-24T03:14:09.000Z","size":80,"stargazers_count":0,"open_issues_count":0,"forks_count":37,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T05:12:49.620Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/obiwan04kanobi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-22T16:10:13.000Z","updated_at":"2024-02-22T16:12:37.000Z","dependencies_parsed_at":"2024-11-13T00:25:52.938Z","dependency_job_id":null,"html_url":"https://github.com/obiwan04kanobi/Github-Contribution-Challenge-Test","commit_stats":null,"previous_names":["obiwan04kanobi/github-contribution-challenge-test"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obiwan04kanobi%2FGithub-Contribution-Challenge-Test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obiwan04kanobi%2FGithub-Contribution-Challenge-Test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obiwan04kanobi%2FGithub-Contribution-Challenge-Test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obiwan04kanobi%2FGithub-Contribution-Challenge-Test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/obiwan04kanobi","download_url":"https://codeload.github.com/obiwan04kanobi/Github-Contribution-Challenge-Test/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241374519,"owners_count":19952544,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T00:23:56.981Z","updated_at":"2025-03-01T13:42:21.030Z","avatar_url":"https://github.com/obiwan04kanobi.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Contribution-Challenge-Test\n\n\n\u003cimg align=\"right\" width=\"300\" src=\"https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/fork.png\" alt=\"fork this repository\" /\u003e\n\n## Fork this repository\n\nFork this repo by clicking on the fork button on the top right of this page.\nThis will create a copy of this repository in your account.\n\n## Clone the repository\n\nNow clone this repo to your machine.\n\nIMPORTANT: DO NOT CLONE THE ORIGINAL REPO. Go to your fork and clone it.\n\nTo clone the repo, click on \"Clone or Download\" and then click on \"Open in Desktop\".\n\n\u003cimg src=\"https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/dt1-clonetodesktop.png\" alt=\"clone this repository\" /\u003e\n\nA pop up window will open. Click on \"Open GitHubDesktop.exe\".\n\n\u003cimg src=\"https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/dt1-open-githubdesktop.png\" alt=\"clone this repository\" /\u003e\n\nAfter you click on \"Open GitHubDesktop.exe\" the contents will be downloaded to your computer.\n\n\u003cimg src=\"https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/dt1-downloaded.png\" alt=\"clone this repository\" /\u003e\n\nNow you have copied the contents of the first-contributions repository in github to your computer.\n\n## Create a branch\n\nNow create a branch by clicking on the \"Current branch\" icon at the top and then click on \"New branch\":\n\n\u003cimg src=\"https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/dt1-create-branch.png\" alt=\"make a branch\" /\u003e\n\nName your branch \u003cadd-your-name\u003e. For example, \"add-james-smith\"\n\n\u003cimg src=\"https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/dt1-create-branch-name.png\" alt=\"name your branch\" /\u003e\n\nClick on `Create branch`\n\n## Make necessary changes and commit those changes\n\nNow, 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.\n\nExample: If your name is James Smith, It should look like this.\n\n\\[James Smith](https://github.com/jamessmith)\n\nYou can see that there are changes to Contributors.md and they have been added to the Github Desktop.\n\n\u003cimg src=\"https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/dt1-status.png\" alt=\"check status\" /\u003e\n\nNow commit those changes:\n\nWrite the message \"Add `\u003cyour-name\u003e` to Contributors list\" in the _summary_ field.\n\nReplace `\u003cyour-name\u003e` with your name.\n\nClick on the button that says `Commit to add-your-name`.\n\n\u003cimg src=\"https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/dt1-commit1.png\" alt=\"commit your changes\" /\u003e\n\nAt the bottom, you can see that the commit has been created.\n\n\u003cimg src=\"https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/dt1-commit2.png\" alt=\"commit your changes\" /\u003e\n\n## Push changes to github\n\nClick on File-\u003eOptions and sign-in to Github.com. Type in your Github username and password.\n\n\u003cimg src=\"https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/dt1-sign-in.png\" alt=\"log-in to Github\" /\u003e\n\nClick the `Publish` button on the top right.\n\n\u003cimg src=\"https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/dt1-publish1.png\" alt=\"push your changes\" /\u003e\n\n## Submit your changes for review\n\nIf you go to your repository on github, you'll see `Compare \u0026 pull request` button. click on that button.\n\n\u003cimg src=\"https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/compare-and-pull.png\" alt=\"create a pull request\" /\u003e\n\nNow submit the pull request.\n\n\u003cimg src=\"https://firstcontributions.github.io/assets/gui-tool-tutorials/github-desktop-tutorial/submit-pull-request.png\" alt=\"submit pull request\" /\u003e\n\nSoon 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.\n\n## Where to go from here?\n\nCongrats! You just completed the standard fork -\u003e clone -\u003e edit -\u003e pull request workflow that you'll often encounter as a contributor!\n\nNow 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)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobiwan04kanobi%2Fgithub-contribution-challenge-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobiwan04kanobi%2Fgithub-contribution-challenge-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobiwan04kanobi%2Fgithub-contribution-challenge-test/lists"}