Thank you for your interest in contributing to fuzzmap. To ensure a smooth collaboration and maintain a clean codebase, please follow these guidelines.
- Fork this repository.
- Clone your fork:
git clone https://github.com/YOUR_GITHUB/fuzzmap.git - Create a new branch:
git checkout -b feat/your-feature-name(orfix/issue-description)
- Consistency: Follow the existing coding style of the project.
- Formatting: Please run standard formatting tools before committing.
- Clean Code: Do not include unnecessary binaries, debug logs, or temporary files.
- Documentation: If you add new logic, please provide a brief comment explaining the "why" behind the implementation.
If you encounter a bug, please open an Issue and include:
- The version of the tool you are using.
- Your operating system.
- Steps to reproduce the issue.
Before starting work on a major new feature, please open an Issue to discuss it first. This ensures we are aligned and saves time for everyone.
- Each Pull Request should address one specific issue or feature. Avoid bundling multiple unrelated changes.
- Ensure the build passes before submitting.
- Thank you for helping to improve fuzzmap.