Skip to content

Latest commit

 

History

History
52 lines (27 loc) · 2.11 KB

CONTRIBUTING.md

File metadata and controls

52 lines (27 loc) · 2.11 KB

Hacktoberfest® is open to everyone in our global community. Whether you’re a developer or a student learning to code.

Enter your email on their website to register.

Website - https://hacktoberfest.digitalocean.com/

How to Participate

  1. Fork the Repo

    Give a start and ⭐ Click on fork button in the right corner. It will create a copy of repositiry in your account.

  2. Clone the Repo

    You can clone your repository in your local pc with use of Github_Desktop application or for your Terminal/bash.

    For Terminal -

    git clone <url_name>
  3. Upload your Code or Change

    Please make sure you are assigned to the issue before making any changes related to the issue.

    Make what change you want to make in Repo. You can add/update codes or fix bugs/documentation in existing buckets or create new buckets.

    It is a beginner friendly repository but please keep in mind not to spam with unnecessary edits.

    Please make sure to use camelcase or "-" or "_" while naming files(Just adds a cleaner structure).

    All Buckets are open for contributions.

  4. Push it and Make a PR

    Push it to your repository and Issue a PR(Pull Request) in main repository.

  5. Join Discord Server

    Click Here To Join the discord server for interacting with reviewers and maintainers to know more about Contributing Guidelines and for help regarding this repo and open source in general.

    The Discord Server helps you interact with fellow developers and makes you a part of the community. Be sure to Join.

And, that's it!