Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.64 KB

CONTRIBUTING.md

File metadata and controls

24 lines (19 loc) · 1.64 KB

Contributing Guidelines

First off, thank you for considering contributing to Hacktoberfest 2019. It's people like you that make the Open Source Community great.

All members of our community are expected to follow our Code of Conduct. Please make sure you are welcoming and friendly in all of our spaces.

Get in touch

  • Ask usage questions (“How do I?”) on StackOverflow.
  • Search for issues or make new ones on GitHub.

Contributing to the repository

  • Fork this repository and Star it.
  • Search for an issue that interests you. Check whether someone is already working on it. If not, claim the issue by commenting on it.
  • Clone the forked repository to your system.
  • Make the relevant changes according to the issue description and make sure you follow the directory structure mentioned there.
  • Commit and push the changes to your forked repository.
  • Make a Pull Request to the Hacktoberfest-2k19 repository. Please stick to the Pull Request template provided.
  • Follow up on any changes requested and wait for it to be approved.
  • You're done. Thanks for the contribution. Keep contributing :)

Making new issues

If you would like to work on an issue which is not currently present, you can do so by:

  • You can go ahead and create an issue on the repository by following the Issue template provided.
  • The issue will then be assigned to you. You can start working on it.