Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.29 KB

File metadata and controls

28 lines (22 loc) · 1.29 KB

Contributing to fuzzmap

Thank you for your interest in contributing to fuzzmap. To ensure a smooth collaboration and maintain a clean codebase, please follow these guidelines.

Getting Started

  1. Fork this repository.
  2. Clone your fork: git clone https://github.com/YOUR_GITHUB/fuzzmap.git
  3. Create a new branch: git checkout -b feat/your-feature-name (or fix/issue-description)

Coding Guidelines

  • 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.

Reporting Bugs

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.

Feature Requests

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.

Pull Requests

  • 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.