Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 2.61 KB

CONTRIBUTING.md

File metadata and controls

62 lines (40 loc) · 2.61 KB

Contributing Guidelines

Welcome to the JioTV Go Project

We're thrilled that you're considering contributing to our project. Before you get started, please take a moment to review the following guidelines to help make your contribution process as smooth as possible.

Table of Contents

Code of Conduct

Please review our Code of Conduct to understand the standards of behavior expected in our community.

How Can I Contribute?

Reporting Bugs

If you encounter a bug while using our project, please open an issue on our issue tracker with a detailed description of the problem, steps to reproduce, and your system information.

Suggesting Enhancements

If you have an idea for an enhancement or a new feature, feel free to open an issue on our issue tracker. Be sure to provide a clear description of your proposal and why it would be valuable.

Code Contribution

  1. Fork the project repository.
  2. Create a new branch for your feature or bug fix: git checkout -b feature/my-new-feature or git checkout -b bugfix/issue-description.
  3. Commit your changes with clear, concise commit messages.
  4. Push your changes to your forked repository.
  5. Open a pull request against our main repository's main branch.

Documentation

Improvements to project documentation are also welcome. If you see any areas that could be clarified or extended, please submit a pull request with your changes.

Pull Request Process

Before submitting a pull request, ensure the following:

  • Your code follows our coding guidelines.
  • Your commit messages are clear and follow our guidelines.
  • You have added or updated tests where necessary.
  • The documentation is updated if needed.

Our team will review your pull request, and once approved, it will be merged. Thank you for your contribution!

Community

Join our community on Community Platform/Chat Room to discuss ideas, ask questions, or get help.

We appreciate your interest in contributing to the JioTV Go project.