Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 2.49 KB

Contributions.md

File metadata and controls

47 lines (34 loc) · 2.49 KB

Contribution Guidelines

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, to make it awesome. This repository is created to help developers kickstart their Open Source journey with amazing projects during Hacktoberfest. When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

How to Contribute

  • Fork this repository - How to fork a repository
  • Clone the forked repository into local space
  • Make a branch with [YOUR NAME] and work on that
  • Please do not make changes in any other file, but if you want to work on bug/improvement then add an issue first
  • Don't forget to add your name, image url, country and the language used in contributors table in the README.md file
  • Generate a Pull Request and wait for it to be reviewed and merged (if we found it useful)
  • That's it, you have successfully completed your 1 out of 5 PRs. Well Done!

Opening an Issue

Thank you for taking the time to open an issue, your feedback helps make Hacktoberfest better. Before opening an issue, please be sure that your issue hasn't already been asked by using GitHub search

Here are a few things that will help us help resolve your issues:

  • A descriptive title that gives an idea of what your issue refers to
  • A thorough description of the issue, (one word descriptions are very hard to understand)
  • Screenshots (if appropriate)
  • Links (if appropriate)

Submitting a pull request

  1. Fork and clone the repository
  2. Create a new branch: git checkout -b my-branch-name
  3. To merge create an issue with your username that is to be reviewed
{
    "github-username": "YOUR-GITHUB-USERNAME",
}
  1. Wait for your pull request to be reviewed and merged!
  2. Don't forget to give a star to the repo :)

Your First Pull Request

References