Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.19 KB

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 1.19 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

Submitting a pull request

  • Fork and clone the repository
  • Create a new branch: git checkout -b my-branch-name.
  • Add your quotes to the quotes.js file in the js folder
  • Please do not submit more than 10 quotes at a time, if you have more quotes, create a new PR.
  • If you are not sure about the appropriate section you can open an issue to discuss with the community.
  • Push to your fork and submit 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

  • Pat yourself on the back and wait for your pull request (PR) to be reviewed and merged.