Skip to content

Commit

Permalink
chore: commercial support request issue template (#4895)
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr authored Jan 13, 2025
1 parent 9c7d90e commit eeb8349
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/06_commercial_request.yml
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

0 comments on commit eeb8349

Please sign in to comment.