diff --git a/.github/ISSUE_TEMPLATE/01-feature.yml b/.github/ISSUE_TEMPLATE/01-feature.yml index 164acf1b..a7aab2fd 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: ["Symfony", "Feature"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/02-improvement.yml b/.github/ISSUE_TEMPLATE/02-improvement.yml index ae828cd7..ab64fdca 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: ["Symfony", "Improvement"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/03-bug.yml b/.github/ISSUE_TEMPLATE/03-bug.yml index 528f3942..a4a1d26b 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: ["Symfony", "Bug"] body: - type: dropdown id: type