diff --git a/.github/ISSUE_TEMPLATE/issue_template.yml b/.github/ISSUE_TEMPLATE/issue_template.yml index 299647c..4c1a2eb 100644 --- a/.github/ISSUE_TEMPLATE/issue_template.yml +++ b/.github/ISSUE_TEMPLATE/issue_template.yml @@ -1,6 +1,6 @@ name: Cadastro de palestra description: Use este template para cadastrar sua palestra. - +labels: ["Palestras"] body: - type: input id: titulo @@ -20,12 +20,15 @@ body: validations: required: true - - type: input + - type: dropdown id: nivel attributes: label: Nível description: Nível da palestra. - placeholder: "básico" + options: + - Iniciante + - Intermediário + - Avançado validations: required: true diff --git a/.github/ISSUE_TEMPLATE/palestrante_template.yml b/.github/ISSUE_TEMPLATE/palestrante_template.yml index 24f22d8..30342c2 100644 --- a/.github/ISSUE_TEMPLATE/palestrante_template.yml +++ b/.github/ISSUE_TEMPLATE/palestrante_template.yml @@ -1,6 +1,6 @@ name: Palestrante description: Use este template para cadastrar informações do palestrante. - +labels: ["Palestrantes"] body: - type: input id: nome