Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Latest commit

 

History

History
39 lines (31 loc) · 2.43 KB

CONTRIBUTING.md

File metadata and controls

39 lines (31 loc) · 2.43 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 documentation was created to guide attendees of the Hacktoberfest Online Meetup in Ado-Ekiti.

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. emmanuelJet/HFA-Doc
  2. aekiti/hacktoberfest2020
  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 emmanuelJet/HFA-Doc.
  2. Create a new branch: git checkout -b my-branch-name.
  3. Add your changes to the docs folder and mkdocs.yml file appropriately.

NOTE: If you are not sure about what to change 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