From 4a9046e972eee49400c6e511d75cae9aa060966c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carles=20S=2E=20Soriano=20P=C3=A9rez?= Date: Tue, 10 Dec 2024 12:34:51 +0100 Subject: [PATCH] ci: Updated templates with projects field: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit commit 534a651f8d6a04994c3b55443225b9031aeeebb4 Author: Carles S. Soriano Pérez Date: Tue Dec 10 12:32:28 2024 +0100 ci: modified projects commit e1e1b0f4b037c4178ab7ff33718cfa14a9167801 Author: Carles S. Soriano Pérez Date: Tue Dec 10 12:21:17 2024 +0100 chore: Modified secondary label for all templates commit d31e1befc1baaff6b802b7eb3d4c8b4b3fe25da2 Author: Carles S. Soriano Pérez Date: Tue Dec 10 12:19:52 2024 +0100 chore: renamed templates with fix order commit fbf872e45ecdf5598c4d069ead39a06177b0ad57 Author: Carles S. Soriano Pérez Date: Tue Dec 10 12:18:57 2024 +0100 ci: Updated templates commit 0373db0ddcbf7c343d1bc85f179ad6b07d547bda Author: Carles S. Soriano Pérez Date: Tue Dec 10 12:11:47 2024 +0100 Update feature_request.yaml --- .github/ISSUE_TEMPLATE/1-feature_request.yaml | 4 ++-- .github/ISSUE_TEMPLATE/2-bug_report.yaml | 4 ++-- .github/ISSUE_TEMPLATE/3-documentation_improvement.yaml | 4 ++-- .github/ISSUE_TEMPLATE/4-new_release_request.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-feature_request.yaml b/.github/ISSUE_TEMPLATE/1-feature_request.yaml index 92de190c3..eb0a7e59a 100644 --- a/.github/ISSUE_TEMPLATE/1-feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/1-feature_request.yaml @@ -1,9 +1,9 @@ --- name: Feature Request description: Suggest an improvement for Ra2ce -labels: [enhancement, triage-required] +labels: [enhancement, "triage required"] type: feature -projects: [RA2CE backlog] +projects: ["Deltares/69"] body: - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/2-bug_report.yaml b/.github/ISSUE_TEMPLATE/2-bug_report.yaml index 9f7158ded..26d576394 100644 --- a/.github/ISSUE_TEMPLATE/2-bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/2-bug_report.yaml @@ -1,8 +1,8 @@ name: Bug Report description: Report an incorrect behavior for Ra2ce. -labels: [bug, triage-required] +labels: [bug, "triage required"] type: bug -projects: [RA2CE backlog] +projects: ["Deltares/69"] body: - type: checkboxes diff --git a/.github/ISSUE_TEMPLATE/3-documentation_improvement.yaml b/.github/ISSUE_TEMPLATE/3-documentation_improvement.yaml index a125d3f8a..456b68162 100644 --- a/.github/ISSUE_TEMPLATE/3-documentation_improvement.yaml +++ b/.github/ISSUE_TEMPLATE/3-documentation_improvement.yaml @@ -1,9 +1,9 @@ --- name: Documentation Improvement description: Report wrong or missing documentation -labels: [documentation, triage-required] +labels: [documentation, "triage required"] type: task -projects: [RA2CE backlog] +projects: ["Deltares/69"] body: - type: checkboxes diff --git a/.github/ISSUE_TEMPLATE/4-new_release_request.yaml b/.github/ISSUE_TEMPLATE/4-new_release_request.yaml index 3ddab81d4..78c446397 100644 --- a/.github/ISSUE_TEMPLATE/4-new_release_request.yaml +++ b/.github/ISSUE_TEMPLATE/4-new_release_request.yaml @@ -1,9 +1,9 @@ --- name: New Release Request description: Suggest a release for Ra2ce -labels: [enhancement, triage-required] +labels: [enhancement, "triage required"] type: task -projects: [RA2CE backlog] +projects: ["Deltares/69"] body: - type: dropdown