mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
Merge branch 'develop' into weblate-fladder-fladder
This commit is contained in:
commit
5fc2a56cfb
4 changed files with 7 additions and 37 deletions
1
.github/DISCUSSION_TEMPLATE/ideas.yml
vendored
1
.github/DISCUSSION_TEMPLATE/ideas.yml
vendored
|
|
@ -1,4 +1,5 @@
|
||||||
title: "💡 Feature Request <title> "
|
title: "💡 Feature Request <title> "
|
||||||
|
title: "<title>"
|
||||||
labels: ["question"]
|
labels: ["question"]
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
|
||||||
1
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
1
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
|
|
@ -2,6 +2,7 @@ name: "🐛 Bug Report"
|
||||||
description: Create a new ticket for a bug.
|
description: Create a new ticket for a bug.
|
||||||
title: "🐛 <title>"
|
title: "🐛 <title>"
|
||||||
labels: ["bug"]
|
labels: ["bug"]
|
||||||
|
type: "Bug"
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
|
|
|
||||||
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
blank_issues_enabled: false
|
||||||
|
contact_links:
|
||||||
|
- name: "💡 Feature Request"
|
||||||
|
url: "https://github.com/DonutWare/Fladder/discussions/new?category=ideas"
|
||||||
|
about: "Suggest a new feature or enhancement."
|
||||||
37
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
37
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
|
@ -1,37 +0,0 @@
|
||||||
name: "💡 Feature Request"
|
|
||||||
description: Create a new ticket for a new feature request
|
|
||||||
title: "💡 <title>"
|
|
||||||
labels: ["question"]
|
|
||||||
body:
|
|
||||||
- type: textarea
|
|
||||||
id: summary
|
|
||||||
attributes:
|
|
||||||
label: "Summary"
|
|
||||||
description: Provide a brief explanation of the feature
|
|
||||||
placeholder: Describe in a few lines your feature request
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: basic_example
|
|
||||||
attributes:
|
|
||||||
label: "Basic Example"
|
|
||||||
description: Indicate here some basic examples of your feature.
|
|
||||||
placeholder: A few specific words about your feature request.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: drawbacks
|
|
||||||
attributes:
|
|
||||||
label: "Drawbacks"
|
|
||||||
description: What are the drawbacks/impacts of your feature request ?
|
|
||||||
placeholder: Identify the drawbacks and impacts while being neutral on your feature request
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: unresolved_question
|
|
||||||
attributes:
|
|
||||||
label: "Unresolved questions"
|
|
||||||
description: What questions still remain unresolved ?
|
|
||||||
placeholder: Identify any unresolved issues.
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue