Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...)

Expand Down Expand Up @@ -44,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:

Expand Down
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Entregas Executivas

## Status Report – Nível Gerente
## Status Report – Gerente

### Status Report – Projeto [Nome do Projeto]

Expand Down
10 changes: 5 additions & 5 deletions docs/pt-br/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading