From 060978c6c8fcf5aa9ae87dabc2f9cd8e6c9f4344 Mon Sep 17 00:00:00 2001 From: Olivier Cots <66357348+ocots@users.noreply.github.com> Date: Mon, 26 Aug 2024 18:38:48 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/blank-issue.md | 2 +- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/custom.md | 10 ---------- .github/ISSUE_TEMPLATE/developers.md | 2 +- .github/ISSUE_TEMPLATE/documentation-suggestion.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 6 files changed, 5 insertions(+), 15 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/custom.md diff --git a/.github/ISSUE_TEMPLATE/blank-issue.md b/.github/ISSUE_TEMPLATE/blank-issue.md index 26c45a50..a0fb5433 100644 --- a/.github/ISSUE_TEMPLATE/blank-issue.md +++ b/.github/ISSUE_TEMPLATE/blank-issue.md @@ -3,7 +3,7 @@ name: Blank issue about: Blank template for general issue title: "[General] title" labels: '' -assignees: PierreMartinon, joseph-gergaud +assignees: joseph-gergaud, PierreMartinon --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 87869f2b..814248be 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,7 +3,7 @@ name: Bug report about: Create a bug report to help us improve title: "[Bug] title" labels: bug -assignees: PierreMartinon, joseph-gergaud +assignees: joseph-gergaud, PierreMartinon --- diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md deleted file mode 100644 index 48d5f81f..00000000 --- a/.github/ISSUE_TEMPLATE/custom.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Custom issue template -about: Describe this issue template's purpose here. -title: '' -labels: '' -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/developers.md b/.github/ISSUE_TEMPLATE/developers.md index 9f59a247..4cf6ac63 100644 --- a/.github/ISSUE_TEMPLATE/developers.md +++ b/.github/ISSUE_TEMPLATE/developers.md @@ -3,7 +3,7 @@ name: 'Developers ' about: Suggest internal modifications title: "[Dev] title" labels: internal dev -assignees: PierreMartinon, joseph-gergaud +assignees: joseph-gergaud, PierreMartinon --- diff --git a/.github/ISSUE_TEMPLATE/documentation-suggestion.md b/.github/ISSUE_TEMPLATE/documentation-suggestion.md index 34f57295..6da7b493 100644 --- a/.github/ISSUE_TEMPLATE/documentation-suggestion.md +++ b/.github/ISSUE_TEMPLATE/documentation-suggestion.md @@ -3,7 +3,7 @@ name: Documentation suggestion about: Suggest improvements or additions to the documentation title: "[Doc] title" labels: documentation -assignees: PierreMartinon, joseph-gergaud +assignees: joseph-gergaud, PierreMartinon --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index d0ddcc1e..d9aea605 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,7 +3,7 @@ name: Feature request about: Suggest an idea for this project title: "[Feature] title" labels: enhancement -assignees: PierreMartinon, joseph-gergaud +assignees: joseph-gergaud, PierreMartinon ---