Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add discussion template for adopters #3702

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions .github/DISCUSSION_TEMPLATE/adopters.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
title: "<company name>"
labels: ["adopters"]
body:
- type: textarea
id: info
attributes:
label: "[Optional] How do you use Tracee?"
validations:
required: false
- type: textarea
id: info
attributes:
label: "[Optional] Can you provide us with a quote on your favourite part of Tracee? This may be used in marketing material."
validations:
required: false
- type: checkboxes
attributes:
label: "[Optional] What type of events are you monitoring (see https://aquasecurity.github.io/tracee/latest/docs/events/)?"
options:
- label: "security"
- label: "network"
- label: "lsm"
- label: "containers"
- label: "misc"
- label: "syscalls"
- label: "custom"
- type: markdown
attributes:
value: |
## Get in touch
We are always looking for
* User feedback
* Collaboration with other companies and organisations
* Or just to have a chat with you about Tracee.
If any of this interests you or your marketing team, please reach out at: opensourcegroup@aquasec.com
We would love to hear from you!