Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 1.4 KB

CONTRIBUTING.md

File metadata and controls

59 lines (35 loc) · 1.4 KB

Contributing Guidelines

To contribute to this repository, follow the steps below:

  1. Fork this repository with the button on the top right corner.

  2. Clone the forked repository to your local machine

git clone https://github.com/iiitu-foss/hacktoberfest2022.git
  1. Create a new branch
git checkout -b <your-new-branch-name>
  1. Make changes in the repository

  2. Stage and commit your changes

git add .
git commit -m "your-commit-message"
  1. Push your local branch to the remote repository
git push -u origin <your-new-branch-name>
  1. Create a pull request

    - Go to your forked repository, and click on the `Compare & pull request` button.
    - Then add a descriptive title and description to your pull request that explains your contribution.
    
  2. Star this repository

  3. Wait for your PR review and merge approval!

  4. Celebrate - you've done your first pull request!!

Acceptance Criteria

  • The PR should be made from a branch other than main.

  • The PR should be made to the main branch.

  • The PR should have a descriptive title and description.

  • The programs should be in the respective language folders.

  • Your name should be added to the CONTRIBUTORS.md file.

  • The PR should not be spam.

  • For further acceptable criteria, refer to the Hacktoberfest 2022 website.