-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
41 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,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 |