27 lines
996 B
YAML
27 lines
996 B
YAML
---
|
|
name: 🚀 Feature request
|
|
description: Suggest an idea to make FreeSewing better
|
|
title: '[feature]: '
|
|
labels: [':gem: enhancement']
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: "You've got a great idea to make FreeSewing better? Tell us all about it :point_down:"
|
|
- type: textarea
|
|
id: desc
|
|
attributes:
|
|
label: 'What is it that you would like to see happen? 🤔'
|
|
description: Please provide a clear and concise description of what you want to happen
|
|
placeholder: |
|
|
I would like to be able to export patterns as a Gitlab snippet, just like they can be exported as a Github gist
|
|
- type: textarea
|
|
id: extra
|
|
attributes:
|
|
label: Additional context
|
|
description: Add any other context or screenshots you think will be helpful here.
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Please keep in mind that **FreeSewing is a non-profit project** that depends on **[your support](https://freesewing.org/patrons/join/)**.
|
|
---
|
|
|