Skip to content

Commit

Permalink
Create testimonial.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tushar98644 authored Mar 31, 2024
1 parent 5229e5c commit 6f5274d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/testimonial.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: 🏆 Testimonial
title: New Testimonial
description: Make a testimonial for the Terraform user
labels: ["testimonial"]
body:
- type: input
id: name
attributes:
label: Name
description: Enter the GitHub username of the person this testimonial is for
validations:
required: true
- type: input
id: title
attributes:
label: Title
description: Please provide a title for the testimonial
validations:
required: true
- type: textarea
id: description
attributes:
label: Description
description: Please provide a brief description of the testimonial you are creating for this user
validations:
required: true

0 comments on commit 6f5274d

Please sign in to comment.