Skip to content

Commit e142b28

Browse files
committed
Update issue templates to standardize title format across bug report, mentorship feedback, new task, and research PoC
1 parent a59a865 commit e142b28

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: '🐞 Relato de Bug'
22
description: 'Reporte um erro ou comportamento inesperado no pipeline ou nas ferramentas.'
3-
title: "[BUG]: "
3+
title: "Issue #<number>: [BUG] "
44
labels: ["bug"]
55
projects: ["sua-org/numero-do-projeto"]
66
assignees: []

.github/ISSUE_TEMPLATE/feedback_mentoria.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: '💡 Feedback da Mentoria'
22
description: 'Capture um insight ou uma nova demanda vinda da sessão de mentoria.'
3-
title: "[MENTORIA]: "
3+
title: "Issue #<number>: [MENTORIA] "
44
labels: ["mentorship-feedback"]
55
projects: ["sua-org/numero-do-projeto"]
66
assignees: []

.github/ISSUE_TEMPLATE/nova_tarefa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: '🚀 Nova Tarefa / Funcionalidade'
22
description: 'Crie uma nova tarefa ou funcionalidade que faz parte do plano do projeto.'
3-
title: "[TAREFA]: "
3+
title: "Issue #<number>: [TAREFA] "
44
labels: ["task", "enhancement"]
55
projects: ["sua-org/numero-do-projeto"]
66
assignees: []

.github/ISSUE_TEMPLATE/pesquisa_poc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: '🔬 Tarefa de Pesquisa / Prova de Conceito (PoC)'
22
description: 'Utilize este modelo para tarefas de pesquisa de ferramentas ou validação de conceitos.'
3-
title: "[PESQUISA]: "
3+
title: "Issue #<number>: [PESQUISA] "
44
labels: ["research", "PoC"]
55
projects: ["sua-org/numero-do-projeto"]
66
assignees: []

0 commit comments

Comments
 (0)