diff --git a/.forgejo/ISSUE_TEMPLATE/bug_report.yaml b/.forgejo/ISSUE_TEMPLATE/bug_report.yaml index 7fa4c8d..86bb98c 100644 --- a/.forgejo/ISSUE_TEMPLATE/bug_report.yaml +++ b/.forgejo/ISSUE_TEMPLATE/bug_report.yaml @@ -1,8 +1,6 @@ name: Bug Report about: File a bug report -title: "[Cog Name] " labels: [bug] -ref: master body: - type: markdown attributes: diff --git a/.forgejo/ISSUE_TEMPLATE/suggestion.yaml b/.forgejo/ISSUE_TEMPLATE/suggestion.yaml index 7c70ad3..f6c1fb8 100644 --- a/.forgejo/ISSUE_TEMPLATE/suggestion.yaml +++ b/.forgejo/ISSUE_TEMPLATE/suggestion.yaml @@ -1,8 +1,6 @@ name: Suggestion about: Trying to suggest something for SeaCogs? Use this. -title: "[Cog Name] " -labels: enhancement -ref: master +labels: [enhancement] body: - type: markdown attributes: @@ -13,7 +11,7 @@ body: attributes: label: What cog is your feature request for? description: Specify the cog within the repository. - placeholder: E.g., ModerationCog + placeholder: E.g., Pterodactyl validations: required: true - type: textarea