Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 3.21 KB

CONTRIBUTING.md

File metadata and controls

53 lines (39 loc) · 3.21 KB

Contribution Guidelines

Welcome hackers! It is awesome to have you here! Before you start contributing to this project, make sure you read our Code Of Conduct, it is essential to make this inclusive and open to everyone, otherwise, it would not be awesome This repository was created to help developers get started with Open Source during Hacktoberfest.

Have you found some awesome repositories participating in Hacktoberfest?

Add them to this list so others can find them too and start contributing. However, make sure that these repositories are beginner-friendly!

NOTE: Check out issues labelled as Hacktoberfest and start contributing! NOTE: Check if the repository is participating in hacktoberfest by being labeled with hacktoberfest label

INSTRUCTIONS-

  • Fork this Repository using the button at the top on right corner.
  • Clone your forked repository to your pc ( git clone "url from clone option.)
  • Create a new branch for your modifications (ie. git branch new-user and check it out git checkout new-user or simply do git checkout -b new-user)
  • Add your files (git add -A), commit (git commit -m "added myself") and push (git push origin new-user)
  • Create a pull request
  • Star this repository

Tips: Make sure that you are submitting and committing things that are of quality substance, otherwise maintainers can invalidate your pull request There are a lot of good websites that you can research before opening a request instead of just writing "cool" or "Hello World"

Wait for Pull Request to merge

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

'''
Always make more then 4 pull requests.
Lets say you have made only 4 pull request to different projects,
but one project is excluded from hackoctoberfest event then your pull request will not be counted and 
then you have remaining 3 valid pull requests if these projects is not excluded.
If you fail to make 4 pull requests then you can't get digital-swags.
I will recommend you to make pull request to your own repo which is very very safest side for you..
keep in mind that repo has hacktoberfest topic..
'''

Do not send spam

Uploading random code such as my_form.html, algoritmX.py or any piece of code that is not related to this awesome list is considered spam, this repository is not intended to give you a quick, easy and non-sense contribution, you can contribute helping other's to find awesome repositories to contribute in hacktoberfest.

Spams will be marked with spam label, and you can be banned from hacktoberfest by spam

Resources