Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.46 KB

File metadata and controls

53 lines (37 loc) · 1.46 KB

Contributing to the Project

Thank you for considering contributing to our project! We appreciate your time and effort.

How to Contribute

  1. Fork the Repository

    • Click the "Fork" button at the top right of the repository page.
  2. Clone Your Fork

    • Clone your forked repository to your local machine:
      git clone https://github.com/your-username/Resources.git
  3. Create a Branch

    • Create a new branch for your feature or bugfix:
      git checkout -b feature/your-feature-name
  4. Make Changes

    • Make your changes to the codebase.
  5. Commit Your Changes

    • Commit your changes with a descriptive commit message:
      git add .
      git commit -m "Add feature: your feature name"
  6. Push to Your Fork

    • Push your changes to your forked repository:
      git push origin feature/your-feature-name
  7. Create a Pull Request

    • Go to the original repository and create a pull request from your forked repository.

Code of Conduct

Please read and follow our Code of Conduct to ensure a welcoming and inclusive environment.

Reporting Issues

If you find any bugs or have feature requests, please open an issue on the Issues page.

Contact

If you have any questions, feel free to reach out to the maintainers.

Thank you for your contributions!