mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
Add feature-request.yml template (#28029)
We're testing .yml templates, so we can add default project to issue template
This commit is contained in:
parent
cf9759973b
commit
ed9bb83352
1 changed files with 33 additions and 32 deletions
65
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
65
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
|
|
@ -1,34 +1,35 @@
|
|||
name: 💡 Feature request
|
||||
about: Propose a new feature or enhancement in Fleet.
|
||||
title: ""
|
||||
name: 💡💡 Feature request
|
||||
description: Propose a new feature or enhancement in Fleet.
|
||||
labels: [":product"]
|
||||
projects: ["fleetdm/67"]
|
||||
assignees: ""
|
||||
body: |
|
||||
<!--
|
||||
Thanks for filing an issue! Please use the prompts below to provide as much context as you can about your use case and motivations.
|
||||
-->
|
||||
|
||||
Gong snippet: TODO <!-- Insert the link to the relevant, private Gong snippet ("Share internally" button). Remove this item if you don't have access to Fleet's Gong or there is no Gong recording available -->
|
||||
|
||||
## Problem
|
||||
|
||||
<!-- Describe the problem you're trying to solve. What are you trying to accomplish?
|
||||
|
||||
Example: I want to order a pair of shoes from my food delivery app, which does not show options for stores that don't carry food. -->
|
||||
|
||||
## What have you tried?
|
||||
|
||||
<!-- Described what actions you have taken in the product today to try and solve this problem. Why didn't that workflow or result work for you? What is missing?
|
||||
|
||||
Example: I searched for shoe stores in my food delivery app, but there were no results available. -->
|
||||
|
||||
## Potential solutions
|
||||
|
||||
<!-- Propose a solution. What would your ideal workflow look like? You can also attach any screenshots or other visuals that might help convey your meaning.
|
||||
|
||||
Example: My food delivery app should have a new search mapping for other categories of goods that can be delivered like 'clothing' or 'home goods' in the suggested searches menu. -->
|
||||
|
||||
## What is the expected workflow as a result of your proposal?
|
||||
|
||||
<!-- Example: I search for the shoe store > I click on the pair of shoes in the size and color I want > I am given an estimated delivery time and price > I pay for my order > A driver picks up the order and delivers it to me > I am able to track the delivery in the same way I would track a food order. -->
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
<!--
|
||||
Thanks for filing an issue! Please use the prompts below to provide as much context as you can about your use case and motivations.
|
||||
-->
|
||||
|
||||
Gong snippet: TODO <!-- Insert the link to the relevant, private Gong snippet ("Share internally" button). Remove this item if you don't have access to Fleet's Gong or there is no Gong recording available -->
|
||||
|
||||
## Problem
|
||||
|
||||
<!-- Describe the problem you're trying to solve. What are you trying to accomplish?
|
||||
|
||||
Example: I want to order a pair of shoes from my food delivery app, which does not show options for stores that don't carry food. -->
|
||||
|
||||
## What have you tried?
|
||||
|
||||
<!-- Described what actions you have taken in the product today to try and solve this problem. Why didn't that workflow or result work for you? What is missing?
|
||||
|
||||
Example: I searched for shoe stores in my food delivery app, but there were no results available. -->
|
||||
|
||||
## Potential solutions
|
||||
|
||||
<!-- Propose a solution. What would your ideal workflow look like? You can also attach any screenshots or other visuals that might help convey your meaning.
|
||||
|
||||
Example: My food delivery app should have a new search mapping for other categories of goods that can be delivered like 'clothing' or 'home goods' in the suggested searches menu. -->
|
||||
|
||||
## What is the expected workflow as a result of your proposal?
|
||||
|
||||
<!-- Example: I search for the shoe store > I click on the pair of shoes in the size and color I want > I am given an estimated delivery time and price > I pay for my order > A driver picks up the order and delivers it to me > I am able to track the delivery in the same way I would track a food order. -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue