Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.34 KB

CONTRIBUTING.md

File metadata and controls

30 lines (20 loc) · 1.34 KB

Contributing to Search Engine Blocker

🎉 Thank you for your interest in contributing to Search Engine Blocker! 🎉

We welcome contributions from everyone.

How Can I Contribute?

Reporting Bugs

Before submitting a bug report, please check the issues to see if it has already been reported. If not, please open a new issue with the following information:

Description: A clear and concise description of the issue.
Steps to Reproduce: Steps to reproduce the behavior.
Expected Behavior: A clear description of what you expected to happen.
Screenshots: If applicable, add screenshots to help explain your problem.
Environment: Include relevant details about your environment (e.g., browser version).

Suggesting Enhancements

We welcome suggestions for how we can improve Search Engine Blocker. Please provide detailed information and, if possible, examples to demonstrate the enhancement. You can open an issue to discuss your ideas. Pull Requests

We actively welcome your pull requests. To contribute code changes:

  • Fork the repository and create your branch from main.
  • Make your changes and ensure the code style follows our conventions.
  • Write tests if applicable.
  • Ensure your code passes existing tests.
  • Open a pull request, providing a clear description of your changes and referencing any related issue numbers.