Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.77 KB

CONTRIBUTING.md

File metadata and controls

50 lines (33 loc) · 1.77 KB

Contributing to GDorks

Welcome to GDorks! We appreciate your interest in contributing to our project. By contributing, you help improve and enhance the capabilities of GDorks for the entire community.

Table of Contents

Getting Started

To contribute to GDorks, follow these steps:

  1. Fork the GDorks repository.
  2. Create a branch for your contribution: git checkout -b feature/YourFeature (replace "YourFeature" with a descriptive name).
  3. Make your changes and commit them: git commit -m 'Add your contribution'.
  4. Push your changes to your fork: git push origin feature/YourFeature.
  5. Open a pull request from your branch to the main branch of the GDorks repository.

Contributing Guidelines

  • Ensure that your contribution aligns with the purpose and goals of GDorks.
  • Follow consistent coding styles and conventions.
  • Provide clear and concise commit messages.
  • Test your changes thoroughly before submitting a pull request.
  • Keep discussions and interactions respectful and constructive.

Bug Reports

If you encounter a bug or unexpected behavior, please submit a detailed bug report. Include information such as:

  • Steps to reproduce the bug.
  • Expected behavior.
  • Actual behavior.
  • Screenshots or error messages.

Feature Requests

We welcome suggestions for new features or improvements. When making a feature request, provide:

  • A clear description of the proposed feature.
  • Use cases or scenarios where the feature would be valuable.

We appreciate your contributions and efforts in making GDorks a valuable resource for the community!

Happy dorking! 🌟