From 6fbbb1a3a3d96eaca9f780c4f5080d6ae85ece2d Mon Sep 17 00:00:00 2001 From: Sther <72408918+stherzada@users.noreply.github.com> Date: Mon, 3 Aug 2026 19:44:34 -0300 Subject: [PATCH 1/3] docs(issues): update templates issues --- .github/ISSUE_TEMPLATE/bug_report.md | 48 ++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 55 ++++++++++ .../prd---m\303\263dulo-de-dom\303\255nio.md" | 103 ++++++++++++++++++ 3 files changed, 206 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 ".github/ISSUE_TEMPLATE/prd---m\303\263dulo-de-dom\303\255nio.md" diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..f448ab54 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,48 @@ +--- +name: Bug report +about: Reporte um comportamento inesperado para nos ajudar a melhorar +title: '' +labels: bug +assignees: '' +type: Bug + +--- + +## Descrição do problema + + + +## Comportamento esperado + + + +## Comportamento atual + + + +## Passos para reproduzir + +1. Vá até '...' +2. Clique em '...' +3. Preencha '...' +4. Veja o erro + + +## Ambiente + +- **Sistema operacional:** +- **Navegador / versão:** +- **Ambiente:** + + +## Evidências + + + +## Sugestão de correção (opcional) + + + +## Contexto adicional + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..6af5a632 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,55 @@ +--- +name: Feature request +about: Descreve uma feature a ser construída, com critérios de aceite e testes +title: '' +labels: type:feat +assignees: '' +type: Feature + +--- + +## Parent + +# + + +## O que construir + +- +- +- + + +## Critérios de aceite + +- [ ] +- [ ] +- [ ] + + +## Teste + +### BDD + +```gherkin + +Funcionalidade: + + Cenário: + Dado + E + Quando + Então + E + + Cenário: + Dado + Então +``` + + +## Bloqueada por + +- [ ] # +- [ ] # diff --git "a/.github/ISSUE_TEMPLATE/prd---m\303\263dulo-de-dom\303\255nio.md" "b/.github/ISSUE_TEMPLATE/prd---m\303\263dulo-de-dom\303\255nio.md" new file mode 100644 index 00000000..dbf733cc --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/prd---m\303\263dulo-de-dom\303\255nio.md" @@ -0,0 +1,103 @@ +--- +name: PRD / Módulo de Domínio +about: Documento de requisitos para uma nova feature ou módulo de domínio +title: '' +labels: prd +assignees: '' + +--- + +# + +> Uma linha resumindo o que este documento entrega. + +--- + +## Descrição do problema + + + +## Solução + + + +## User Stories + + +- Como ****, quero ****, para que ****. +- Como ****, quero ****, para que ****. +- Como ****, quero ****, para que ****. + + +## Decisões de implementação + + +### Módulo / Namespace + + +### Autoridade & Autorização + + +### Modelo de dados + + +| Tabela | Colunas-chave | Constraints / Índices | Observações | +|--------|---------------|-----------------------|-------------| +| `` | `` | `` | `` | + +### Enums + + +### Gates / Pré-condições + + +### Actions + + +### Invariantes + + + +## Decisões de teste + + +- **:** +- **:** +- **:** + +**Prior art / referências:** + + +## Fora de escopo + + +- +- + + +## 📝 Notas adicionais + + +- **Follow-up:** +- **Evolução:** + + +## Subtarefas + + +--- + +### 🔗 Referências + + +- ADR-XXXX — +- From c094225dd6621de387290f8d8f3474969c0d0784 Mon Sep 17 00:00:00 2001 From: Sther <72408918+stherzada@users.noreply.github.com> Date: Mon, 3 Aug 2026 19:52:45 -0300 Subject: [PATCH 2/3] chore: lint docs --- .github/ISSUE_TEMPLATE/feature_request.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 6af5a632..ae496303 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,6 @@ --- name: Feature request -about: Descreve uma feature a ser construída, com critérios de aceite e testes +about: Descreva uma feature a ser construída, com critérios de aceite e testes title: '' labels: type:feat assignees: '' @@ -8,12 +8,12 @@ type: Feature --- -## Parent +## Parent # -## O que construir +## O que construir - @@ -21,7 +21,7 @@ type: Feature - -## Critérios de aceite +## Critérios de aceite - [ ] - [ ] @@ -33,6 +33,7 @@ type: Feature ### BDD ```gherkin +# language: pt Funcionalidade: From b02815ea5add59c2a5a015f14ebb69ed7e33abea Mon Sep 17 00:00:00 2001 From: Sther <72408918+stherzada@users.noreply.github.com> Date: Mon, 3 Aug 2026 20:07:08 -0300 Subject: [PATCH 3/3] chore: remove hash and edit portuguese sentence --- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index ae496303..9ec38b66 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -9,8 +9,8 @@ type: Feature --- ## Parent - -# + + ## O que construir