Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 2.49 KB

CONTRIBUTING.md

File metadata and controls

58 lines (39 loc) · 2.49 KB

Contributing to YouTube Ad Muter

First off, thank you for considering contributing to YouTube Ad Muter! It's people like you that make this project possible.

How Can I Contribute?

Reporting Bugs

If you find a bug, please report it by opening an issue using the bug report template. Be sure to include as much detail as possible, including steps to reproduce the bug, your environment, and any relevant screenshots.

Suggesting Features

If you have an idea for a new feature, please open an issue using the feature request template. Describe your idea in detail, including any potential use cases and alternatives you've considered.

Submitting Changes

  1. Fork the repository: Click the "Fork" button at the top right of the repository page.
  2. Clone your fork:
    git clone https://github.com/your-username/youtube-ad-muter.git
    cd youtube-ad-muter
  3. Create a new branch:
    git checkout -b feature-branch
  4. Make your changes: Implement your changes in the codebase.
  5. Commit your changes:
    git commit -am 'Add new feature'
  6. Push to your branch:
    git push origin feature-branch
  7. Create a Pull Request: Go to the original repository and click the "New Pull Request" button. Select your branch and submit the pull request.

Code Style

Please follow the existing code style in the project. This includes indentation, naming conventions, and commenting. Consistent code style helps keep the project maintainable and readable.

Testing

If your changes include new functionality, please add tests to cover the new code. Ensure that all existing and new tests pass before submitting your pull request.

Documentation

If your changes affect the usage or behavior of the project, please update the documentation accordingly. This includes the README file and any other relevant documentation files.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Security Issues

If you discover a security vulnerability, please report it to us by sending an email to purewebdev@gmail.com or contacting us on Twitter @purewebdev. We will respond as quickly as possible to address the issue.

Thank you for contributing!