mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 13:38:13 -08:00
Added ideas.yml
This commit is contained in:
parent
23caf5c0e9
commit
c95c32d70c
3 changed files with 7 additions and 3 deletions
|
|
@ -1,6 +1,4 @@
|
|||
name: "💡 Feature Request"
|
||||
description: Create a new ticket for a new feature request
|
||||
title: "💡 <title>"
|
||||
title: "<title>"
|
||||
labels: ["question"]
|
||||
body:
|
||||
- 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.
|
||||
title: "🐛 <title>"
|
||||
labels: ["bug"]
|
||||
type: "Bug"
|
||||
body:
|
||||
- type: textarea
|
||||
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."
|
||||
Loading…
Add table
Add a link
Reference in a new issue