trufflehog/CONTRIBUTING.md

13 lines
708 B
Markdown
Raw Normal View History

# Contribution guidelines
2022-04-04 05:48:43 +00:00
Please create an issue to collect feedback prior to feature additions. If possible try to keep PRs scoped to one feature, and add tests for new features.
2022-04-04 05:48:43 +00:00
When showing interest in a bug, enhancement, PR, or issue, please use the thumbs up/thumbs down emoji on the original message rather than adding comments expressing the same.
2022-04-04 05:48:43 +00:00
Contributors need to [sign our CLA](https://cla-assistant.io/trufflesecurity/trufflehog) before we are able to accept contributions.
# Resources
## Adding new secret detectors
We have published some [documentation and tooling to get started on adding new secret detectors](hack/docs/Adding_Detectors_external.md). Let's improve detection together!