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