Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 2.57 KB

CONTRIBUTING.md

File metadata and controls

54 lines (40 loc) · 2.57 KB

Contribution Guide

General Instructions:

  1. Fork this Repository, by clicking on the fork button in the upper right corner:
  2. Clone your forked repository to your local machine:
  3. Create a file in the CONTRIBUTORS folders with the name "your_github_username".txt
  4. In the file, add one sentence using the term "Open Source". For example "This is my first Open Source Contribution!"
  5. Commit and push your changes to your local repository.
  6. Create a Pull Request.
  • The title of your pull request should be:
    • OSD 2022 Git Workshop PR
  • The description of your pull request should contain the following checklist:
 [ ] The file name is consistent with my GitHub username.
 [ ] One sentence has been added to the file.
 [ ] The sentence added to the file contains the term "Open Source"

Detailed Instructions:

  1. Fork this Repository, by clicking on the fork button in the upper right corner:

  fork_button

  1. Clone your forked repository to your local machine:

fork_name

git_clone

git-clone-terminal

  1. Create a file in the CONTRIBUTORS folders with the name "your_github_username".txt create_file

  2. In the file, add one sentence using the term "Open Source". For example "This is my first Open Source Contribution!" open-source-text-file

  3. Commit and push your changes to your local repository. git-commit-push

  4. Create a Pull Request.

  • The title of your pull request should be:
    • OSD 2022 Git Workshop PR
  • The description of your pull request should contain the following checklist:
 [ ] The file name is consistent with my GitHub username.
 [ ] One sentence has been added to the file.
 [ ] The sentence added to the file contains the term "Open Source"

Screenshot from 2022-09-16 01-55-33