From 64b39085f5c72a7eefc4e08f5b50ef04a1db3ee5 Mon Sep 17 00:00:00 2001 From: Digital39999 Date: Sat, 31 Aug 2024 02:11:25 +0200 Subject: [PATCH] chore: Update issue templates and configuration files --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 13 ++----------- .github/ISSUE_TEMPLATE/documentation_update.yml | 2 +- 3 files changed, 4 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 4f8cf96..5dbe4b6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,5 @@ name: 🐛 Bug Report -description: Report a bug or unexpected behavior in `ts-prisma`. +description: Report a bug or unexpected behavior in ts-prisma. title: "[BUG] " labels: [bug] body: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 4267651..7d35a0f 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,14 +1,5 @@ blank_issues_enabled: false contact_links: - - name: "Bug Report" - url: https://github.com/Digital39999/ts-prisma/issues/new?assignees=&labels=bug&template=bug_report.yml&title= - about: "Report a bug or unexpected behavior in ts-prisma." - - name: "Feature Request" - url: https://github.com/Digital39999/ts-prisma/issues/new?assignees=&labels=enhancement&template=feature_request.yml&title= - about: "Suggest a new feature or improvement for ts-prisma." - - name: "Documentation Update" - url: https://github.com/Digital39999/ts-prisma/issues/new?assignees=&labels=documentation&template=documentation_update.yml&title= - about: "Suggest improvements or corrections to the documentation." - - name: "General Question" + - name: "❓ Question or Support" url: https://github.com/Digital39999/ts-prisma/discussions/new?category=q-a - about: "Ask a question about using ts-prisma." + about: "Ask a question about using ts-prisma or request support for a specific issue." diff --git a/.github/ISSUE_TEMPLATE/documentation_update.yml b/.github/ISSUE_TEMPLATE/documentation_update.yml index d4798fa..979ceba 100644 --- a/.github/ISSUE_TEMPLATE/documentation_update.yml +++ b/.github/ISSUE_TEMPLATE/documentation_update.yml @@ -6,7 +6,7 @@ body: - type: markdown attributes: value: | - Help us improve the `ts-prisma` documentation! Please provide details about the needed update. + Help us improve the ts-prisma documentation! Please provide details about the needed update. - type: input id: section attributes: