From e88f3cd27bb9c4c9a08df6f09dc2ead9e22e42fd Mon Sep 17 00:00:00 2001 From: jorgelaranjo Date: Mon, 22 Jul 2024 13:35:40 +0100 Subject: [PATCH 1/7] Created add_update_component.md --- .github/add_update_component.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/add_update_component.md diff --git a/.github/add_update_component.md b/.github/add_update_component.md new file mode 100644 index 000000000..7f3e27189 --- /dev/null +++ b/.github/add_update_component.md @@ -0,0 +1,22 @@ +## 🎯 Changes + + + +## 📝 Description + + + +## 📸 Screenshots (if applicable) + + + +## ✅ Checklist + +- [ ] I have given my PR a descriptive title. +- [ ] I have run `pnpm run lint` locally on my changes. +- [ ] I have added tests that prove my fix is effective or that my feature works. +- [ ] I have added necessary documentation (if appropriate). + +## 🔗 Related Issues + + From 4b0ec7337d83af35ae46954fa28c383e8b72b140 Mon Sep 17 00:00:00 2001 From: jorgelaranjo Date: Mon, 22 Jul 2024 13:35:56 +0100 Subject: [PATCH 2/7] Created request_change.md --- .github/request_change.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/request_change.md diff --git a/.github/request_change.md b/.github/request_change.md new file mode 100644 index 000000000..96f63e1ab --- /dev/null +++ b/.github/request_change.md @@ -0,0 +1,20 @@ +## 🚀 Feature Request + + + +## 📝 Description + + + +## 🔍 Alternatives Considered + + + +## 📋 Additional Context + + + +## ✅ Checklist + +- [ ] I have searched the existing issues for similar feature requests. +- [ ] I have provided a clear and concise description of my request. From 77ca4aa91696b9cb3e1b4011693f21ed208b47c6 Mon Sep 17 00:00:00 2001 From: jorgelaranjo Date: Mon, 22 Jul 2024 13:36:12 +0100 Subject: [PATCH 3/7] Created delete_component.md --- .github/delete_component.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/delete_component.md diff --git a/.github/delete_component.md b/.github/delete_component.md new file mode 100644 index 000000000..263506c78 --- /dev/null +++ b/.github/delete_component.md @@ -0,0 +1,18 @@ +## 🗑️ Deletion Request + + + +## 📋 Rationale + + + +## ✅ Checklist + +- [ ] I have given my PR a descriptive title. +- [ ] I have run `pnpm run lint` locally on my changes. +- [ ] I have verified that the deleted component/template/tool is no longer referenced or used anywhere in the codebase. +- [ ] I have updated the documentation (if appropriate) to reflect the deletion. + +## 🔗 Related Issues + + From 680a24f8f4777c643014c39cdeffc2c54ae20321 Mon Sep 17 00:00:00 2001 From: jorgelaranjo Date: Mon, 22 Jul 2024 13:36:30 +0100 Subject: [PATCH 4/7] Created other_changes.md --- .github/other_changes.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/other_changes.md diff --git a/.github/other_changes.md b/.github/other_changes.md new file mode 100644 index 000000000..5601b4f3f --- /dev/null +++ b/.github/other_changes.md @@ -0,0 +1,17 @@ +## 🎯 Changes + + + +## 📝 Description + + + +## ✅ Checklist + +- [ ] I have given my PR a descriptive title. +- [ ] I have run `pnpm run lint` locally on my changes. +- [ ] I have updated the documentation (if appropriate). + +## 🔗 Related Issues + + From 4483e85dc0a6de0a03252b35b489660e6812023c Mon Sep 17 00:00:00 2001 From: jorgelaranjo Date: Mon, 22 Jul 2024 13:39:04 +0100 Subject: [PATCH 5/7] Create emtpy file to create folder online --- .github/PULL_REQUEST_TEMPLATE/emtpy | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/emtpy diff --git a/.github/PULL_REQUEST_TEMPLATE/emtpy b/.github/PULL_REQUEST_TEMPLATE/emtpy new file mode 100644 index 000000000..e752bdccd --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/emtpy @@ -0,0 +1 @@ +emtpy From d93b2ada1e6d9b5743d82508907e7652eb0da24c Mon Sep 17 00:00:00 2001 From: Jorge Laranjo Date: Mon, 22 Jul 2024 13:43:23 +0100 Subject: [PATCH 6/7] new templates and reorg --- .github/{ => ISSUE_TEMPLATES}/request_change.md | 0 .github/PULL_REQUEST_TEMPLATE/emtpy | 1 - .github/{ => PULL_REQUEST_TEMPLATES}/add_update_component.md | 0 .github/{ => PULL_REQUEST_TEMPLATES}/delete_component.md | 0 .github/{ => PULL_REQUEST_TEMPLATES}/other_changes.md | 0 5 files changed, 1 deletion(-) rename .github/{ => ISSUE_TEMPLATES}/request_change.md (100%) delete mode 100644 .github/PULL_REQUEST_TEMPLATE/emtpy rename .github/{ => PULL_REQUEST_TEMPLATES}/add_update_component.md (100%) rename .github/{ => PULL_REQUEST_TEMPLATES}/delete_component.md (100%) rename .github/{ => PULL_REQUEST_TEMPLATES}/other_changes.md (100%) diff --git a/.github/request_change.md b/.github/ISSUE_TEMPLATES/request_change.md similarity index 100% rename from .github/request_change.md rename to .github/ISSUE_TEMPLATES/request_change.md diff --git a/.github/PULL_REQUEST_TEMPLATE/emtpy b/.github/PULL_REQUEST_TEMPLATE/emtpy deleted file mode 100644 index e752bdccd..000000000 --- a/.github/PULL_REQUEST_TEMPLATE/emtpy +++ /dev/null @@ -1 +0,0 @@ -emtpy diff --git a/.github/add_update_component.md b/.github/PULL_REQUEST_TEMPLATES/add_update_component.md similarity index 100% rename from .github/add_update_component.md rename to .github/PULL_REQUEST_TEMPLATES/add_update_component.md diff --git a/.github/delete_component.md b/.github/PULL_REQUEST_TEMPLATES/delete_component.md similarity index 100% rename from .github/delete_component.md rename to .github/PULL_REQUEST_TEMPLATES/delete_component.md diff --git a/.github/other_changes.md b/.github/PULL_REQUEST_TEMPLATES/other_changes.md similarity index 100% rename from .github/other_changes.md rename to .github/PULL_REQUEST_TEMPLATES/other_changes.md From cbfb3084edcdbc251073686820a610a5379268e4 Mon Sep 17 00:00:00 2001 From: Jorge Laranjo Date: Mon, 22 Jul 2024 13:45:10 +0100 Subject: [PATCH 7/7] keep old template in current folder --- .github/PULL_REQUEST_TEMPLATES/pull_request_template.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATES/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATES/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATES/pull_request_template.md new file mode 100644 index 000000000..4af453826 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATES/pull_request_template.md @@ -0,0 +1,8 @@ +## 🎯 Changes + + + +## ✅ Checklist + +- [ ] I have given my PR a descriptive title +- [ ] I have run `pnpm run lint` locally on my changes