From b98c324ac17aa1189bc677e367a247bd8ad0d85c Mon Sep 17 00:00:00 2001 From: Stephanie Anderson Date: Fri, 25 Apr 2025 14:29:21 +0200 Subject: [PATCH] Update GH issue templates for Linear compatibility --- .github/ISSUE_TEMPLATE/01-feature.yml | 2 +- .github/ISSUE_TEMPLATE/02-improvement.yml | 2 +- .github/ISSUE_TEMPLATE/03-bug.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-feature.yml b/.github/ISSUE_TEMPLATE/01-feature.yml index 164acf1b..d9e00aca 100644 --- a/.github/ISSUE_TEMPLATE/01-feature.yml +++ b/.github/ISSUE_TEMPLATE/01-feature.yml @@ -1,6 +1,6 @@ name: 💡 Feature Request description: Propose new functionality for the SDK -type: Feature +labels: ["Laravel", "Feature"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/02-improvement.yml b/.github/ISSUE_TEMPLATE/02-improvement.yml index ae828cd7..b0e1353b 100644 --- a/.github/ISSUE_TEMPLATE/02-improvement.yml +++ b/.github/ISSUE_TEMPLATE/02-improvement.yml @@ -1,6 +1,6 @@ name: 💡 Improvement description: Propose an improvement for existing functionality of the SDK -type: Improvement +labels: ["Laravel", "Improvement"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/03-bug.yml b/.github/ISSUE_TEMPLATE/03-bug.yml index 6b6c91f5..fd8a1633 100644 --- a/.github/ISSUE_TEMPLATE/03-bug.yml +++ b/.github/ISSUE_TEMPLATE/03-bug.yml @@ -1,6 +1,6 @@ name: 🐞 Bug Report description: Tell us about something that's not working the way we (probably) intend. -type: Bug +labels: ["Laravel", "Bug"] body: - type: dropdown id: type