From 22a0bba44dbcf69194be273ec25ab4b0eeff25a3 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Wed, 15 Jan 2025 14:48:31 +0100 Subject: [PATCH 1/3] add template for PC porting work issues --- .gitlab/issue_templates/float-update-porting.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitlab/issue_templates/float-update-porting.md diff --git a/.gitlab/issue_templates/float-update-porting.md b/.gitlab/issue_templates/float-update-porting.md new file mode 100644 index 000000000..013ff4de6 --- /dev/null +++ b/.gitlab/issue_templates/float-update-porting.md @@ -0,0 +1,7 @@ +# Basic Info + +- Original issue in float repo: +- Branch for float ref update: +- Branch for BASOP update: + +/label ~Type:FloatUpdatePorting ~Status::ToDo -- GitLab From e29c9d4acc80fd9b4a3060bbdc05f582ea804d15 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Wed, 15 Jan 2025 16:05:50 +0100 Subject: [PATCH 2/3] add template for merge request --- .gitlab/merge_request_templates/float-update-porting.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitlab/merge_request_templates/float-update-porting.md diff --git a/.gitlab/merge_request_templates/float-update-porting.md b/.gitlab/merge_request_templates/float-update-porting.md new file mode 100644 index 000000000..7ffdee333 --- /dev/null +++ b/.gitlab/merge_request_templates/float-update-porting.md @@ -0,0 +1,6 @@ + +- Link to issue in BASOP repo: +- Link to original issue in float repo: +- Requested reviewers: + +/label Type:FloatUpdatePorting -- GitLab From 342d8721a4e8f67b9f693371a1fcb199e164fb0e Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Fri, 24 Jan 2025 16:48:36 +0100 Subject: [PATCH 3/3] "merge request" instead of "issue" + add comment --- .gitlab/issue_templates/float-update-porting.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab/issue_templates/float-update-porting.md b/.gitlab/issue_templates/float-update-porting.md index 013ff4de6..84d15a8c8 100644 --- a/.gitlab/issue_templates/float-update-porting.md +++ b/.gitlab/issue_templates/float-update-porting.md @@ -1,6 +1,7 @@ # Basic Info -- Original issue in float repo: + +- Original merge request in float repo: - Branch for float ref update: - Branch for BASOP update: -- GitLab