Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 991 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (10 loc) · 991 Bytes

Contributing to Hacktoberfest2023

Thank you for considering contributing to Hacktoberfest2023! We welcome your contributions and appreciate your interest in making this project better. By participating in this project, you agree to abide by our Code of Conduct.

Getting Started

Before you start contributing, please take a moment to read our README to understand the project's goals and how it works.

How to Contribute

We welcome contributions in the form of bug reports, feature requests, documentation improvements, code enhancements, and more. To get started, follow these steps:

  1. Fork the Repository: Click the "Fork" button on the top right corner of this repository's page, and clone your forked repository to your local machine.

  2. Create a New Branch: Create a new branch for your contribution. Choose a descriptive name that indicates the purpose of your changes.

    git checkout -b feature/your-feature-name