Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.23 KB

CONTRIBUTING.md

File metadata and controls

33 lines (23 loc) · 1.23 KB

Contributing

We welcome contributions to the PMEDIA-Tag-Remover project! Here’s how you can help:

Reporting Bugs

If you find a bug, please open an issue on GitHub with the following details:

  • Steps to reproduce the issue
  • What you expected to happen
  • What actually happened
  • Any error messages or logs

Suggesting Enhancements

If you have suggestions for new features or improvements, please open an issue and provide:

  • A clear description of the enhancement
  • The problem it solves or the value it adds

Code Contributions

To contribute code, please follow these steps:

  1. Fork the repository on GitHub.
  2. Create a new branch for your changes (git checkout -b feature/your-feature-name).
  3. Make your changes and test thoroughly.
  4. Commit your changes with a clear message (git commit -am 'Add new feature').
  5. Push your branch to your fork (git push origin feature/your-feature-name).
  6. Open a Pull Request on GitHub with a description of your changes and why they should be merged.

Please ensure your code adheres to the existing coding style and is well-tested. We appreciate your contributions!

Code of Conduct

By participating, you agree to abide by our Code of Conduct.