An opensource intiative organised by DigitalOcean and Intel SO this is an An Open Source repository to Teach people How to contribute to open sources.
Bonus - Create 4 PRs and you'll get a chance to earn a t-shirt or plant a tree.
This repository is for people who want to contribute to open source in order to change the World with your small intiative. Different projects are welcome to this repository. Feel free to connect with maintainers and owners!
Note - Your Project Must be valid
Do not Copy anyone else's Project or work.
-
Anyone can add any type of valid code snippet.Its on you.
-
You can add any small projects you have made.
-
You can add programs too, in any programming language, but your program must be something different or unique and should have a explanation.
-
Do not just re-edit the file or make some small changes this kind of PRs will not be accepted.
-
Do not add anyone else's work in this repository.It will leads to failure of your pull request.
-
Do not make any other change except the changes you made.This may lead to strict actions against you!
Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.
Now clone the forked repository to your system. Go to your GitHub account, open the forked repository, click on the code button and then clone the repository.
if you want to use the terminal, use the following commands after you fork the repository , open the terminal type the given command
git clone https://github.com/{your-github-username}/Hacktober-2021.git
Then create a branch on your local repository to solve a problem.
Terminal commands to be used
git checkout -b name_of_your_new_branch
Make necessary changes and commit those changes by using following commands.
git add .
git commit -m "your-commit-message"
Finally push your local repository to remote repository Come to your github and see Compare & Submit a Pull Request. Press this button and create Pull Request
git push origin <branch-name>
We're happy to merge valid pull requests to this repository!