From 1c6f0c5d01a2b79e2ab7ae1d764ac7408d1f1783 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Messias?= <41485190+joaomas@users.noreply.github.com> Date: Wed, 23 Jul 2025 21:40:25 -0300 Subject: [PATCH 01/14] Create pull_request_template.md --- .github/pull_request_template.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..afcdae7 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,22 @@ +# ### Descrição do Pull Request + +O que este Pull Request contém? O que foi alterado? + +(...) + +### Tipo de Mudança + +- [ ] Bug fix +- [ ] Nova funcionalidade +- [ ] Melhoria em funcionalidade atual +- [ ] Refatoração +- [ ] Outro: _____________ + +### Testes e Qualidade + +- [ ] Código foi escrito seguindo a DTN-01 (Padrão de Codificação) do MONAN. +- [ ] Teste de compilação e execução do modelo foi realizado. + +### 🧪 Impacto científico + +(...) From f30123ac544f9d946094cab3c9ee449d154ffd08 Mon Sep 17 00:00:00 2001 From: Joao Messias Date: Wed, 23 Jul 2025 21:44:22 -0300 Subject: [PATCH 02/14] Update pullrequest --- .github/{ => PR_TEMPLATE}/pull_request_template.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename .github/{ => PR_TEMPLATE}/pull_request_template.md (88%) diff --git a/.github/pull_request_template.md b/.github/PR_TEMPLATE/pull_request_template.md similarity index 88% rename from .github/pull_request_template.md rename to .github/PR_TEMPLATE/pull_request_template.md index afcdae7..5398586 100644 --- a/.github/pull_request_template.md +++ b/.github/PR_TEMPLATE/pull_request_template.md @@ -1,4 +1,7 @@ -# ### Descrição do Pull Request +### PULL REQUEST MONAN + + +### Descrição do Pull Request O que este Pull Request contém? O que foi alterado? From 8926e3c99a2aa2f021d56e4fcc0d9ea45ecd3b13 Mon Sep 17 00:00:00 2001 From: Joao Messias Date: Wed, 23 Jul 2025 23:57:49 -0300 Subject: [PATCH 03/14] Up pr --- .github/PR_TEMPLATE/pull_request_template.md | 25 -------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/PR_TEMPLATE/pull_request_template.md diff --git a/.github/PR_TEMPLATE/pull_request_template.md b/.github/PR_TEMPLATE/pull_request_template.md deleted file mode 100644 index 5398586..0000000 --- a/.github/PR_TEMPLATE/pull_request_template.md +++ /dev/null @@ -1,25 +0,0 @@ -### PULL REQUEST MONAN - - -### Descrição do Pull Request - -O que este Pull Request contém? O que foi alterado? - -(...) - -### Tipo de Mudança - -- [ ] Bug fix -- [ ] Nova funcionalidade -- [ ] Melhoria em funcionalidade atual -- [ ] Refatoração -- [ ] Outro: _____________ - -### Testes e Qualidade - -- [ ] Código foi escrito seguindo a DTN-01 (Padrão de Codificação) do MONAN. -- [ ] Teste de compilação e execução do modelo foi realizado. - -### 🧪 Impacto científico - -(...) From 953339a6f631a72946f112cd328771d360f345a4 Mon Sep 17 00:00:00 2001 From: Joao Messias Date: Wed, 23 Jul 2025 23:58:33 -0300 Subject: [PATCH 04/14] up pr --- .../pull_request_template.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..5398586 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,25 @@ +### PULL REQUEST MONAN + + +### Descrição do Pull Request + +O que este Pull Request contém? O que foi alterado? + +(...) + +### Tipo de Mudança + +- [ ] Bug fix +- [ ] Nova funcionalidade +- [ ] Melhoria em funcionalidade atual +- [ ] Refatoração +- [ ] Outro: _____________ + +### Testes e Qualidade + +- [ ] Código foi escrito seguindo a DTN-01 (Padrão de Codificação) do MONAN. +- [ ] Teste de compilação e execução do modelo foi realizado. + +### 🧪 Impacto científico + +(...) From 69c3ea8884aa173bda443f5a30e01db484c413e8 Mon Sep 17 00:00:00 2001 From: Joao Messias Date: Thu, 24 Jul 2025 00:08:20 -0300 Subject: [PATCH 05/14] change dir --- .github/{PULL_REQUEST_TEMPLATE => }/pull_request_template.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{PULL_REQUEST_TEMPLATE => }/pull_request_template.md (100%) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/pull_request_template.md similarity index 100% rename from .github/PULL_REQUEST_TEMPLATE/pull_request_template.md rename to .github/pull_request_template.md From 09b41c4ee39a16244bf099f3dbb6d44b5a50d18e Mon Sep 17 00:00:00 2001 From: Joao Messias Date: Thu, 24 Jul 2025 00:13:49 -0300 Subject: [PATCH 06/14] add pr --- .github/PULL_REQUEST_TEMPLATE/feature.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/feature.md diff --git a/.github/PULL_REQUEST_TEMPLATE/feature.md b/.github/PULL_REQUEST_TEMPLATE/feature.md new file mode 100644 index 0000000..646c017 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/feature.md @@ -0,0 +1 @@ +# PR de Feature - Template From 35dd1e31118c433eca51cd235d8c7106d0ca2fb5 Mon Sep 17 00:00:00 2001 From: Joao Messias Date: Thu, 24 Jul 2025 00:15:07 -0300 Subject: [PATCH 07/14] rename --- .github/{pull_request_template.md => pull_request_template.md.NO} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{pull_request_template.md => pull_request_template.md.NO} (100%) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md.NO similarity index 100% rename from .github/pull_request_template.md rename to .github/pull_request_template.md.NO From 8203a3c4eba7bd901c89569afaa4ebf84b203a5b Mon Sep 17 00:00:00 2001 From: Joao Messias Date: Thu, 24 Jul 2025 00:26:09 -0300 Subject: [PATCH 08/14] up --- .../pull_request_template.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{pull_request_template.md.NO => PULL_REQUEST_TEMPLATE/pull_request_template.md} (100%) diff --git a/.github/pull_request_template.md.NO b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md similarity index 100% rename from .github/pull_request_template.md.NO rename to .github/PULL_REQUEST_TEMPLATE/pull_request_template.md From c9d96f5a08a8c1e2e7e4b308474eceafe0b136a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Messias?= <41485190+joaomas@users.noreply.github.com> Date: Thu, 24 Jul 2025 00:33:50 -0300 Subject: [PATCH 09/14] Create pull_request_template.md --- .github/pull_request_template.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..633f1ec --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,29 @@ +### 📝 Pull Request Summary + +_Briefly describe what this Pull Request adds or modifies in the MONAN model.
+(...)_ + +--- + +### 🔧 Modification Type + +- [ ] Bug fix +- [ ] New feature +- [ ] Improvement to existing model functionality +- [ ] Code refactoring +- [ ] Other: _____________ + +--- + +### ✅ Testing and Code Quality + +- [ ] Code follows the MONAN DTN-01 coding standard +- [ ] The MONAN model was successfully compiled and executed +- [ ] New code is covered by unit or regression tests (if applicable) + +--- + +### 🧪 Scientific Impact + +_If applicable, summarize the scientific or methodological relevance of this contribution.
+(...)_ From 42e31bb9d749a12c751cfdc28100d1c6b19ee736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Messias?= <41485190+joaomas@users.noreply.github.com> Date: Thu, 24 Jul 2025 00:36:20 -0300 Subject: [PATCH 10/14] Update pull_request_template.md --- .github/pull_request_template.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 633f1ec..3ca1a96 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,9 +1,7 @@ ### 📝 Pull Request Summary -_Briefly describe what this Pull Request adds or modifies in the MONAN model.
-(...)_ +_(Briefly describe what this Pull Request adds or modifies in the MONAN model...)_ ---- ### 🔧 Modification Type @@ -13,7 +11,6 @@ _Briefly describe what this Pull Request adds or modifies in the MONAN model.
-(...)_ +_(If applicable, summarize the scientific or methodological relevance of this contribution...)_ From 98cb0e4e64ec54e3068cfb55fef41d8ce68f0aba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Messias?= <41485190+joaomas@users.noreply.github.com> Date: Thu, 24 Jul 2025 00:40:12 -0300 Subject: [PATCH 11/14] Update pull_request_template.md --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3ca1a96..d69dc63 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -15,7 +15,7 @@ _(Briefly describe what this Pull Request adds or modifies in the MONAN model... ### ✅ Testing and Code Quality - [ ] Code follows the MONAN DTN-01 coding standard -- [ ] The MONAN model was successfully compiled and executed +- [ ] The MONAN model was compiled and executed successfully with the proposed changes - [ ] New code is covered by unit or regression tests (if applicable) From 2f2a936a83d674940df450b44bb0aae9dbc6d781 Mon Sep 17 00:00:00 2001 From: Joao Messias Date: Fri, 25 Jul 2025 22:04:29 -0300 Subject: [PATCH 12/14] New Feature PR-10 --- NEW-FEATURE-PR-10 | 1 + 1 file changed, 1 insertion(+) create mode 100644 NEW-FEATURE-PR-10 diff --git a/NEW-FEATURE-PR-10 b/NEW-FEATURE-PR-10 new file mode 100644 index 0000000..4335b48 --- /dev/null +++ b/NEW-FEATURE-PR-10 @@ -0,0 +1 @@ +Nova Feature - PR 10 From 1c272b0af3e0637de7abd971ca8f58f466ec2e3b Mon Sep 17 00:00:00 2001 From: Joao Messias Date: Fri, 25 Jul 2025 22:07:01 -0300 Subject: [PATCH 13/14] New PR 11 --- Sylvio | 1 - 1 file changed, 1 deletion(-) delete mode 100644 Sylvio diff --git a/Sylvio b/Sylvio deleted file mode 100644 index a54461d..0000000 --- a/Sylvio +++ /dev/null @@ -1 +0,0 @@ -Sylvio - 20 From 7d411d0124ed809f847e587d2757f5b037091db3 Mon Sep 17 00:00:00 2001 From: Joao Messias Date: Fri, 25 Jul 2025 22:07:16 -0300 Subject: [PATCH 14/14] New PR 11 --- NEW-FEATURE-PR-11 | 1 + 1 file changed, 1 insertion(+) create mode 100644 NEW-FEATURE-PR-11 diff --git a/NEW-FEATURE-PR-11 b/NEW-FEATURE-PR-11 new file mode 100644 index 0000000..2e46fdf --- /dev/null +++ b/NEW-FEATURE-PR-11 @@ -0,0 +1 @@ +New Feature PR 11