diff --git a/.github/ISSUE_TEMPLATE/01-feature.md b/.github/ISSUE_TEMPLATE/01-feature.md index 64a5a5424..ff6ffe569 100644 --- a/.github/ISSUE_TEMPLATE/01-feature.md +++ b/.github/ISSUE_TEMPLATE/01-feature.md @@ -1,7 +1,7 @@ --- name: 💡 Feature Request about: Propose new functionality for the SDK -type: Feature +labels: ["Ruby", "Feature"] --- **Describe the idea** diff --git a/.github/ISSUE_TEMPLATE/02-improvement.md b/.github/ISSUE_TEMPLATE/02-improvement.md index 121c7277c..e6aea9131 100644 --- a/.github/ISSUE_TEMPLATE/02-improvement.md +++ b/.github/ISSUE_TEMPLATE/02-improvement.md @@ -1,7 +1,7 @@ --- name: 💡 Improvement about: Propose an improvement for existing functionality of the SDK -type: Improvement +labels: ["Ruby", "Improvement"] --- **Describe the idea** diff --git a/.github/ISSUE_TEMPLATE/03-bug.yml b/.github/ISSUE_TEMPLATE/03-bug.yml index 81a5e224c..fc9ccf4d8 100644 --- a/.github/ISSUE_TEMPLATE/03-bug.yml +++ b/.github/ISSUE_TEMPLATE/03-bug.yml @@ -1,6 +1,6 @@ name: 🐞 Bug Report description: "Report an unexpected problem or behavior of this SDK" -type: Bug +labels: ["Ruby", "Bug"] body: - type: textarea attributes: