Skip to content

Commit

Permalink
Create --early-adopters.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonichigo authored Aug 29, 2023
1 parent e54c7b1 commit 3a060ee
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/--early-adopters.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: Early Adopters
description: Let us know how keploy has helped you.
title: " "
labels: [early adopters]
body:
- type: markdown
attributes:
value: |
Thank you for taking the time to fill out this report.
- type: textarea
attributes:
label: How are you using Keploy.
description: Explain how keploy has solved the use cases for you
validations:
required: true
- type: textarea
attributes:
label: Share the Project Link
description: Add the screenshots, Project URL, and Repository Link.
validations:
required: true
- type: dropdown
id: env
attributes:
label: Environment
options:
- Production
- Release
- Deploy preview
validations:
required: false
- type: dropdown
id: version
attributes:
label: Version
options:
- Cloud
- Self-hosted
- Local
validations:
required: true

0 comments on commit 3a060ee

Please sign in to comment.