Contributing - Goldenfreddy0703/Otaku-Testing GitHub Wiki

🤝 Contributing

We welcome contributions to the Otaku Kodi addon! Whether you want to report a bug, suggest a feature, or contribute code, your help is appreciated.

🐛 Reporting Bugs

If you find a bug, please report it by creating an issue on GitHub:

When reporting a bug, please include as much detail as possible:

  • Steps to reproduce the issue
  • Expected and actual results
  • Screenshots or logs, if applicable

💡 Suggesting Features

We are always looking for ways to improve Otaku. If you have a feature suggestion, please create an issue on GitHub:

🛠️ Contributing Code

If you would like to contribute code, please follow these steps:

  1. Fork the Repository

    • Fork the Otaku repository to your GitHub account.
  2. Clone the Repository

    • Clone the forked repository to your local machine:
      git clone https://github.com/Goldenfreddy0703/Otaku-Testing.git
      
  3. Create a Branch

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

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

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

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

    • Create a pull request from your forked repository to the main Otaku repository.

📄 Documentation

If you would like to contribute to the documentation, please follow the same steps as contributing code. Documentation improvements are always welcome!

📞 Contact

If you have any questions about contributing, feel free to reach out:

Thank you for your interest in contributing to Otaku! Your help is greatly appreciated.