-
-
Notifications
You must be signed in to change notification settings - Fork 512
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: commercial support request issue template (#4895)
- Loading branch information
Showing
1 changed file
with
26 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,26 @@ | ||
name: 💳 Commercial Support Request | ||
description: A request for Commercial Support with Biome. We will try to bring you into contact with a freelancer who can help you. | ||
title: "💳 <TITLE> " | ||
labels: ["paid-support"] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: A detailed description of the request. What would you like to see implemented? What requirements need to be fulfilled for the contract to be considered Done? | ||
validations: | ||
required: true | ||
- type: input | ||
id: country | ||
attributes: | ||
label: Country | ||
description: Country from which the freelancer would be hired | ||
validations: | ||
required: true | ||
- type: input | ||
id: timeframe | ||
attributes: | ||
label: Timeframe | ||
description: How urgent is your request? | ||
validations: | ||
required: true |