Skip to content

Commit

Permalink
Update and rename feature_request.md to feature_request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelfolaron authored Sep 23, 2024
1 parent 53a5c0e commit 2f7807e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Feature request
description: Suggest an idea for this project.
title: "[Feature]: "
labels: ["Feature"]
assignees:
- marcelfolaron
body:
- type: markdown
attributes:
value: "Thank you for taking the time to submit a feature request. If you have problems with the installation or other questions please use the [discussion forum](https://github.com/Leantime/leantime/discussions) or our [discord server](https://discord.gg/4zMzJtAq9z)"
- type: dropdown
attributes:
label: What is your set up?
options:
- Cloud Hosted
- Self Hosted Server
- Self Hosted Docker
validations:
required: true
- type: textarea
attributes:
label: Is your feature request related to a problem? Please describe
placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
- type: textarea
attributes:
label: Describe the solution you'd like
placeholder: A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
attributes:
label: Additional context
description: "Add any other context or screenshots about the feature request here."
validations:

0 comments on commit 2f7807e

Please sign in to comment.