fixup issue_templates

This commit is contained in:
alfrix
2023-07-31 01:49:41 -03:00
parent fe81370825
commit 32d853472e
3 changed files with 3 additions and 18 deletions

12
.github/FUNDING.yml vendored
View File

@@ -1,12 +0,0 @@
# These are supported funding model platforms
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: klipperscreen
open_collective: # Replace with a single Open Collective username
ko_fi: klipperscreen
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

View File

@@ -1,8 +1,7 @@
name: Bug report
about: Create a report to help us improve
description: Create a report to help us improve
title: "[BUG] <title>"
labels: 'bug'
assignees: ''
body:
- type: markdown
attributes:

View File

@@ -1,8 +1,6 @@
name: Feature request
about: Suggest an idea for this project
description: Suggest an idea for this project
title: "[FR] <title>"
labels: ''
assignees: ''
body:
- type: markdown
attributes:
@@ -31,7 +29,7 @@ body:
- type: textarea
id: alternative
attributes:
label: 'Describe alternatives you've considered'
label: 'Describe alternatives you have considered'
description: A clear and concise description of any alternative solutions or features you've considered.
validations:
required: false