diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 0000000..fac9fbb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,18 @@ +--- +name: Feature +about: Nova feature a ser implementada +title: "[FEATURE]" +labels: feature +assignees: '' + +--- + +**Descrição** + +**Tasks** + +- [ ] Tarefa 1; +- [ ] Tarefa 2; + + +**Historia de usuário relacionada** diff --git a/.github/ISSUE_TEMPLATE/template-de-bug-report.md b/.github/ISSUE_TEMPLATE/template-de-bug-report.md index 382a49e..3af2783 100644 --- a/.github/ISSUE_TEMPLATE/template-de-bug-report.md +++ b/.github/ISSUE_TEMPLATE/template-de-bug-report.md @@ -1,7 +1,7 @@ --- name: Bug Report about: Reporte um bug -title: '' +title: "[BUG]" labels: bug assignees: '' @@ -33,4 +33,4 @@ assignees: '' ### Browser -### Tipo de Usuário \ No newline at end of file +### Tipo de Usuário