Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 2.34 KB

CONTRIBUTING.md

File metadata and controls

40 lines (32 loc) · 2.34 KB

Contribution Guidelines

Welcome hackers! It is awesome to have you here! Before you start contributing with this project make sure you read our Code Of Conduct, it is really important 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 it too and start contributing.

NOTE: Check out issues labelled as hacktoberfest and start contributing!

  1. aekiti/hacktoberfest2020
  2. emmanuelJet/hfado-doc
  3. DSCEksu/hacktoberfest2020

Submitting a pull request

Tips: Make sure that you are submitting and committing things that are of quality substance, otherwise maintainers can invalidate your pull request. Check the full contribution guidelines for more information.

  1. Fork and clone the repository: gh repo fork aekiti/hacktoberfest2020.
  2. Create a new branch: git checkout -b my-branch-name.
  3. Add your contribution
  4. Add your profile.

NOTE: If you are not sure about how to contribute, you can open an issue to discuss with the community.

  1. Commit and push your fork
git add .
git commit -m '@username: Commit message'
git push origin my-branch-name
  1. Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)
  2. Star the repository
  3. Pat yourself on the back and wait for your pull request to be reviewed and merged.

Resources