Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.6 KB

CONTRIBUTING.md

File metadata and controls

40 lines (22 loc) · 1.6 KB

Contributing to Youtube_Clone

Welcome to Youtube_Clone! We appreciate your interest in contributing. By contributing to this project, you agree to abide by the Code of Conduct.

How to Contribute

We welcome contributions in the form of bug reports, feature requests, code improvements, documentation enhancements, and more.

Bug Reports

If you come across a bug or unexpected behavior, please follow these steps:

  1. Check if the bug has already been reported by searching the GitHub Issues.
  2. If not, open a new issue. Clearly describe the issue, including steps to reproduce it.

Feature Requests

If you have an idea for a new feature, please follow these steps:

  1. Check if the feature has already been requested by searching the GitHub Issues.
  2. If not, open a new issue. Clearly describe the feature, including its use case and potential benefits.

Code Contributions

We welcome code contributions via pull requests (PRs). Before submitting a PR, please follow these guidelines:

  1. Fork the repository and create a new branch for your feature or bug fix.
  2. Ensure that your code follows the project's coding standards.
  3. Include tests if applicable to validate the changes.
  4. Update documentation as needed.
  5. Open a pull request, providing a clear description of the changes made.

Documentation

Improvements to documentation are always appreciated. If you find an area that can be clarified or expanded, feel free to submit a PR.

Thank you for your contributions!