-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #352 from kenhys/testimonials
github: add form to collect user use-case/testimonials
- Loading branch information
Showing
1 changed file
with
39 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
name: Feedback your Fluentd use-case/testimonial | ||
description: Feedback your Fluentd use-case/testimonial, How do you use Fluentd in your service? | ||
labels: "use-case" | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
We want to collect Fluentd's use-case. | ||
If you use Fluentd implicitly in your services and simply not published yet, | ||
Please consider to feedback us! Your use-case helps to spread Fluentd! | ||
See current testimonials in https://www.fluentd.org/testimonials. | ||
- type: textarea | ||
id: caption | ||
attributes: | ||
label: What is your service or company name which use Fluentd? | ||
description: Descripbe your service name or company name. See https://www.fluentd.org/testimonials in details. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: image | ||
attributes: | ||
label: What is your service or company logo? (optional) | ||
description: Descripbe URI to your service or company logo which is accessible publicly. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: testimonial | ||
attributes: | ||
label: What is your service or company and How do you use Fluentd in your service or company? | ||
description: Write the actual use-case about Fluentd. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: addtional-context | ||
attributes: | ||
label: Additional context | ||
description: Add any other context about your use-case/testimonial. | ||
validations: | ||
required: false |