diff --git a/.forgejo/ISSUE_TEMPLATE/bug-report.yaml b/.forgejo/ISSUE_TEMPLATE/bug-report.yaml index 5ac2e1ce3..8d99c2136 100644 --- a/.forgejo/ISSUE_TEMPLATE/bug-report.yaml +++ b/.forgejo/ISSUE_TEMPLATE/bug-report.yaml @@ -1,6 +1,5 @@ name: 🐞 Bug Report description: Report a problem you've encountered -title: "bug: " labels: - bug body: @@ -67,4 +66,4 @@ body: label: Additional context description: Add any other context or comments that may be useful. validations: - required: false \ No newline at end of file + required: false diff --git a/.forgejo/ISSUE_TEMPLATE/feature-request.yaml b/.forgejo/ISSUE_TEMPLATE/feature-request.yaml index 91a2a6678..b87596114 100644 --- a/.forgejo/ISSUE_TEMPLATE/feature-request.yaml +++ b/.forgejo/ISSUE_TEMPLATE/feature-request.yaml @@ -1,6 +1,5 @@ name: "💡 Feature Request" description: "Suggest an idea or improvement for CoMaps" -title: "feat: " labels: - "enhancement" body: @@ -44,4 +43,4 @@ body: label: "Additional context" description: "Any other context, comments, or screenshots to support your request." validations: - required: false \ No newline at end of file + required: false