We welcome contributions to the PMEDIA-Tag-Remover project! Here’s how you can help:
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
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
To contribute code, please follow these steps:
- Fork the repository on GitHub.
- Create a new branch for your changes (
git checkout -b feature/your-feature-name
). - Make your changes and test thoroughly.
- Commit your changes with a clear message (
git commit -am 'Add new feature'
). - Push your branch to your fork (
git push origin feature/your-feature-name
). - 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!
By participating, you agree to abide by our Code of Conduct.