suyashsachdeva / Hacktoberfest23

Fork this repository to contribute you programs for Hacktoberfest . Give this repo a star ⭐️. Happy hacking!!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacktoberfest Contributions Guidelines

Welcome to our Hacktoberfest Contributions repository! We're thrilled that you're considering contributing to our open-source project. Before you get started, please take a moment to read through the following guidelines.

Getting Started

  1. Fork the Repository: Click on the "Fork" button at the top right corner of this repository's page to create your own copy.

  2. Clone the Repository: Clone the forked repository to your local machine using the following command:

    git clone https://github.com/your-username/Hacktoberfest-Contributions.git
  3. Create a New Branch: Create a new branch for your contributions. Use a descriptive name that reflects the nature of your work.

    git checkout -b your-feature

Making Contributions

  • We welcome contributions in the following forms:

    • Bug fixes
    • New features
    • Documentation improvements
    • Code optimizations
  • Please adhere to the existing code style and conventions. If there are none, try to match the prevailing style as closely as possible.

  • Ensure that your code is well-documented. This includes adding comments for non-trivial sections and updating relevant documentation files.

  • Commit your changes with clear and concise messages that explain the purpose of the commit.

  • Make sure to Fork This Repo

Submitting a Pull Request

  1. Push Changes: Once you've made your contributions, push your changes to your forked repository.

    git add .
    git commit -m <commit-msg>
    git push origin your-feature
  2. Create a Pull Request (PR): Go to the original repository and click on the "New Pull Request" button. Ensure that your base branch is the main repository's main branch.

    • PR Description:

      • Provide a clear title for your PR.
      • Include a brief description of the changes you've made.
    • Code Review:

      • Your PR will undergo a code review. Please be open to feedback and be responsive to any requested changes.

Additional Information

  • If you have any questions or need further clarification on anything related to this project, feel free to open an issue or join our community chat.

Thank you for your contributions and helping us make this project even better!

About

Fork this repository to contribute you programs for Hacktoberfest . Give this repo a star ⭐️. Happy hacking!!


Languages

Language:Python 100.0%