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.
To contribute to GDorks, follow these steps:
- Fork the GDorks repository.
- Create a branch for your contribution:
git checkout -b feature/YourFeature
(replace "YourFeature" with a descriptive name). - Make your changes and commit them:
git commit -m 'Add your contribution'
. - Push your changes to your fork:
git push origin feature/YourFeature
. - Open a pull request from your branch to the
main
branch of the GDorks repository.
- 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.
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.
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! 🌟