diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a47bb0f..e445945 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,8 +1,8 @@ name: 🐛 Bug Report description: Report a bug or unexpected behavior in the SDK title: "[BUG]: " -labels: ["bug", "needs-triage"] -assignees: ["danielalfarourrea","luismeli10","orojaspardo"] +labels: ["bug"] +assignees: ["luismeli10","orojaspardo","barajas-d"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 6c48f03..b9227dd 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,8 +1,8 @@ name: ✨ Feature Request description: Propose a new feature for the Mercado Pago SDK title: "[FEATURE]: " -labels: ["enhancement", "needs-triage"] -assignees: ["danielalfarourrea","luismeli10","orojaspardo"] +labels: ["enhancement"] +assignees: ["luismeli10","orojaspardo","barajas-d"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index e13d48e..76d4342 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -1,8 +1,8 @@ name: 💬 Question description: Ask a question about the Mercado Pago SDK title: "[QUESTION]: " -labels: ["question", "needs-triage"] -assignees: ["danielalfarourrea","luismeli10","orojaspardo"] +labels: ["question"] +assignees: ["luismeli10","orojaspardo","barajas-d"] body: - type: markdown