Thank you for considering contributing! Your contributions help improve this toolkit for the community.
- Fork the repository
- Create a branch for your feature or fix:
git checkout -b feature/your-feature- Make your changes
- Commit your changes with a meaningful message:
git commit -m "Add feature: <description>"- Push to your branch:
git push origin feature/your-feature- Open a Pull Request against the
mainbranch.
- 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.
- 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.
By contributing, you agree to follow a respectful and professional conduct in this project.