Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.09 KB

File metadata and controls

50 lines (32 loc) · 1.09 KB

Contributing to Threat Hunting & Blue Team Toolkit

Thank you for considering contributing! Your contributions help improve this toolkit for the community.


How to Contribute

  1. Fork the repository
  2. Create a branch for your feature or fix:
git checkout -b feature/your-feature
  1. Make your changes
  2. Commit your changes with a meaningful message:
git commit -m "Add feature: <description>"
  1. Push to your branch:
git push origin feature/your-feature
  1. Open a Pull Request against the main branch.

Guidelines

  • Keep code/scripts well-documented and readable.
  • Test any scripts before committing.
  • Follow existing folder structure for new content (playbooks, case studies, tools).
  • Avoid adding sensitive or proprietary data.

Reporting Issues

  • Open an issue if you find bugs or want to suggest a new tool or playbook.
  • Include clear steps to reproduce issues or describe your suggestion.

Code of Conduct

By contributing, you agree to follow a respectful and professional conduct in this project.