Hacktoberfest2021

HF2020 Events 1600x400 Centered

- Follow the Contribution guidelines**
Repo Maintainer

Akhil Johny

How You Can Contribute to this repo

Follow below steps for contribution.

  1. Add your python and c# code file in respective folder.

    2.Any other type of contribution are also welcomed
  • You can not add the same type of program again so, make sure the concepts are unique. OR You can add different examples to same file. That would also be counted.
  • Just give your name and github url.

Make a Pull Request for your changes and wait to be merged.

How to Begin

⭐⭐⭐ Star this repository ⭐⭐⭐

1. Fork this repository

2. Clone this repo to your local environment

git clone https://github.com/akljohny/HactoberFest-Programs.git
cd HactoberFest-Programs

3. Set your streams (For sync your clone with the original repo)

git remote add upstream https://github.com/akljohny/HactoberFest-Programs.git
git pull upstream master

4. Make your contribution .

5. Create a branch

git checkout -b your-branch-name

6. Pull from the upstream again (This is to ensure we still have the latest code)

git pull origin master

7. Commit and Push your changes

git add .
git commit -m "commit message"
git push origin your-branch-name
  • Create a new Pull Request from your forked repository, click the New Pull Request button located at the top of your repository
  • Wait for you PR to be reviewed and merge approval