chore(repo): update issue templates
Some checks failed
Actions / Lint Code (Ruff & Pylint) (push) Failing after 29s
Actions / Build Documentation (MkDocs) (push) Successful in 30s

This commit is contained in:
Seaswimmer 2024-11-01 11:21:38 -04:00
parent 1150115171
commit 901c10a458
Signed by: cswimr
GPG key ID: A9C162E867C851FA
2 changed files with 2 additions and 6 deletions

View file

@ -1,8 +1,6 @@
name: Bug Report name: Bug Report
about: File a bug report about: File a bug report
title: "[Cog Name] "
labels: [bug] labels: [bug]
ref: master
body: body:
- type: markdown - type: markdown
attributes: attributes:

View file

@ -1,8 +1,6 @@
name: Suggestion name: Suggestion
about: Trying to suggest something for SeaCogs? Use this. about: Trying to suggest something for SeaCogs? Use this.
title: "[Cog Name] " labels: [enhancement]
labels: enhancement
ref: master
body: body:
- type: markdown - type: markdown
attributes: attributes:
@ -13,7 +11,7 @@ body:
attributes: attributes:
label: What cog is your feature request for? label: What cog is your feature request for?
description: Specify the cog within the repository. description: Specify the cog within the repository.
placeholder: E.g., ModerationCog placeholder: E.g., Pterodactyl
validations: validations:
required: true required: true
- type: textarea - type: textarea