-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Daniel Stinson-Diess <[email protected]>
- Loading branch information
1 parent
f2e0a8d
commit c4d8849
Showing
542 changed files
with
5,453 additions
and
11,987 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
name: Become an Adopter | ||
description: Add the name of your organization to the list of adopters. | ||
title: '[organization] has adopted Substation!' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for supporting Substation! By adding your organization to the list of adopters, you help raise awareness for the project and grow our community of users. Please fill out the information below to be added to the [list of adopters](https://github.com/brexhq/substation/blob/main/ADOPTERS.md). | ||
- type: input | ||
id: org-name | ||
attributes: | ||
label: Organization Name | ||
description: Name of your organization. | ||
placeholder: ex. Acme Corp | ||
validations: | ||
required: true | ||
- type: input | ||
id: org-url | ||
attributes: | ||
label: Organization Website | ||
description: Link to your organization's website. | ||
placeholder: ex. https://www.example.com | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: stage | ||
attributes: | ||
label: Stage of Adoption | ||
description: What is your current stage of adoption? | ||
options: | ||
- We're learning about Substation | ||
- We're testing Substation | ||
- We're using Substation in production | ||
- We're driving broad adoption of Substation | ||
default: 0 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: use-case | ||
attributes: | ||
label: Description of Use | ||
description: Write one or two sentences about how your organization is using Substation. | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Adopters | ||
|
||
If you're using Substation in your organization, please try to add your company name to this list. By [adding your name to this list](https://github.com/brexhq/substation/issues/new?assignees=&labels=&template=adopters.md&title=), you help raise awareness for the project and grow our community of users! | ||
|
||
| Organization | Contact | Description of Use | | ||
|--------------|---------|--------------------| | ||
| [Brex](https://www.brex.com) | [@jshlbrd](https://github.com/jshlbrd) | All security event and audit logs (~5 TB/day) used by Security are handled by Substation. | |
Oops, something went wrong.