Skip to content

Commit

Permalink
Merge pull request #352 from kenhys/testimonials
Browse files Browse the repository at this point in the history
github: add form to collect user use-case/testimonials
  • Loading branch information
ashie authored Jan 27, 2025
2 parents adc6f7f + e8c8519 commit f3bd4fb
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/testimonials.yml
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

0 comments on commit f3bd4fb

Please sign in to comment.