From fc27569c162800823cebe200d24e9b2b18a29303 Mon Sep 17 00:00:00 2001 From: letsdevapps Date: Sat, 4 Jul 2026 14:07:11 -0300 Subject: [PATCH 1/4] Update pt-br Executive Deliverables --- ...-report-diretor.md => executive-status-report-director.md} | 4 ++-- .../{licoes-aprendidas.md => lessons-learned.md} | 0 ...tus-report-gerente.md => project-status-report-manager.md} | 2 +- .../{resumo-projeto.md => project-summary.md} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename docs/pt-br/08-executive-deliverables/{status-report-diretor.md => executive-status-report-director.md} (86%) rename docs/pt-br/08-executive-deliverables/{licoes-aprendidas.md => lessons-learned.md} (100%) rename docs/pt-br/08-executive-deliverables/{status-report-gerente.md => project-status-report-manager.md} (94%) rename docs/pt-br/08-executive-deliverables/{resumo-projeto.md => project-summary.md} (100%) diff --git a/docs/pt-br/08-executive-deliverables/status-report-diretor.md b/docs/pt-br/08-executive-deliverables/executive-status-report-director.md similarity index 86% rename from docs/pt-br/08-executive-deliverables/status-report-diretor.md rename to docs/pt-br/08-executive-deliverables/executive-status-report-director.md index 71019f6..279f8cf 100644 --- a/docs/pt-br/08-executive-deliverables/status-report-diretor.md +++ b/docs/pt-br/08-executive-deliverables/executive-status-report-director.md @@ -1,8 +1,8 @@ # Entregas Executivas -## Status Report – Nível Diretor +## Status Report Executivo - Diretor -### Status Report Executivo – Projeto [Nome do Projeto] +### Status Report Executivo - Projeto [Nome do Projeto] **Período:** [data] **Sponsor / Diretor Responsável:** [nome] diff --git a/docs/pt-br/08-executive-deliverables/licoes-aprendidas.md b/docs/pt-br/08-executive-deliverables/lessons-learned.md similarity index 100% rename from docs/pt-br/08-executive-deliverables/licoes-aprendidas.md rename to docs/pt-br/08-executive-deliverables/lessons-learned.md diff --git a/docs/pt-br/08-executive-deliverables/status-report-gerente.md b/docs/pt-br/08-executive-deliverables/project-status-report-manager.md similarity index 94% rename from docs/pt-br/08-executive-deliverables/status-report-gerente.md rename to docs/pt-br/08-executive-deliverables/project-status-report-manager.md index 6c8c37d..dd23326 100644 --- a/docs/pt-br/08-executive-deliverables/status-report-gerente.md +++ b/docs/pt-br/08-executive-deliverables/project-status-report-manager.md @@ -1,6 +1,6 @@ # Entregas Executivas -## Status Report – Nível Gerente +## Status Report – Gerente ### Status Report – Projeto [Nome do Projeto] diff --git a/docs/pt-br/08-executive-deliverables/resumo-projeto.md b/docs/pt-br/08-executive-deliverables/project-summary.md similarity index 100% rename from docs/pt-br/08-executive-deliverables/resumo-projeto.md rename to docs/pt-br/08-executive-deliverables/project-summary.md From e9635ec83d38b5034acda60f0885bd6c236a9dd9 Mon Sep 17 00:00:00 2001 From: letsdevapps Date: Sat, 4 Jul 2026 14:07:24 -0300 Subject: [PATCH 2/4] Update Readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4c4c31a..6c3a770 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ ![GitHub release](https://img.shields.io/github/v/release/letsdevapps/doc-templates) ![GitHub last commit](https://img.shields.io/github/last-commit/letsdevapps/doc-templates) +![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/letsdevapps/doc-templates/build-ci.yml?label=status%20integration) + +![CI](https://img.shields.io/badge/ci-enabled-blue) +![Status](https://img.shields.io/badge/status-active-success) Software Project Documentation Framework (...in Progress...) From f10ce1239c12a087f09558cbea6f81f7d9a99ca1 Mon Sep 17 00:00:00 2001 From: letsdevapps Date: Sun, 5 Jul 2026 09:18:31 -0300 Subject: [PATCH 3/4] Update Readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6c3a770..142342e 100644 --- a/README.md +++ b/README.md @@ -48,11 +48,11 @@ Each document contains guiding questions and ready-made structures to facilitate 2. [Logging and Monitoring](docs/en-us/07-maintenance/logging-monitoring.md) 3. [Change Management](docs/en-us/07-maintenance/change-management.md) 8. Executive Deliverables - 1. [Project Status Report (Manager)](docs/pt-br/08-executive-deliverables/status-report-gerente.md) - 2. [Executive Status Report (Director)](docs/pt-br/08-executive-deliverables/status-report-diretor.md) - 3. [Project Summary](docs/pt-br/08-executive-deliverables/resumo-projeto.md) + 1. [Project Status Report (Manager)](docs/pt-br/08-executive-deliverables/project-status-report-manager.md) + 2. [Executive Status Report (Director)](docs/pt-br/08-executive-deliverables/executive-status-report-director.md) + 3. [Project Summary](docs/pt-br/08-executive-deliverables/project-summary.md) 4. [Business Case](docs/pt-br/08-executive-deliverables/business-case.md) - 5. [Lessons Learned](docs/pt-br/08-executive-deliverables/licoes-aprendidas.md) + 5. [Lessons Learned](docs/pt-br/08-executive-deliverables/lessons-learned.md) How to use: From f9abea47862dff142831ee69069109b82507b1ab Mon Sep 17 00:00:00 2001 From: letsdevapps Date: Sun, 5 Jul 2026 09:19:11 -0300 Subject: [PATCH 4/4] Update pt-br Executive Deliverables --- docs/pt-br/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/pt-br/README.md b/docs/pt-br/README.md index 9738f82..173a54e 100644 --- a/docs/pt-br/README.md +++ b/docs/pt-br/README.md @@ -39,11 +39,11 @@ Cada documento contém perguntas orientadoras e estruturas prontas para facilita 2. [Logs e Monitoramento](07-maintenance/logging-monitoring.md) 3. [Gerenciamento de Mudança](07-maintenance/change-management.md) 8. Entregas Executivas - 1. [Status Report Gerente](08-entregas-executivas/status-report-gerente.md) - 2. [Status Report Diretor](08-entregas-executivas/status-report-diretor.md) - 3. [Resumo do Projeto](08-entregas-executivas/resumo-projeto.md) - 4. [Business Case](08-entregas-executivas/business-case.md) - 5. [Lições Aprendidas](08-entregas-executivas/licoes-aprendidas.md) + 1. [Status Report Gerente](08-executive-deliverables/project-status-report-manager.md) + 2. [Status Report Diretor](08-executive-deliverables/executive-status-report-director.md) + 3. [Resumo do Projeto](08-executive-deliverables/project-summary.md) + 4. [Business Case](08-executive-deliverables/business-case.md) + 5. [Lições Aprendidas](08-executive-deliverables/lessons-learned.md) ## Como usar - Clone este repositório.