From 90bbe836e74dcbf020fc92ace5db1265124a14df Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Wed, 16 Oct 2024 11:18:26 +0200 Subject: [PATCH 1/3] add default issue template --- .gitlab/issue_templates/default.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitlab/issue_templates/default.md diff --git a/.gitlab/issue_templates/default.md b/.gitlab/issue_templates/default.md new file mode 100644 index 000000000..17f7edc6e --- /dev/null +++ b/.gitlab/issue_templates/default.md @@ -0,0 +1,12 @@ +# Basic info + + + +- Encoder (float): +- Decoder: + +# Bug description + +# Ways to reproduce + +(Clear steps or refer to a failing automated test, e.g. with a pipeline link) -- GitLab From 21266ceda2972d0ce12c80453c70feb40e925b48 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Wed, 16 Oct 2024 11:23:18 +0200 Subject: [PATCH 2/3] update template --- .gitlab/issue_templates/default.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab/issue_templates/default.md b/.gitlab/issue_templates/default.md index 17f7edc6e..ad85a5d9a 100644 --- a/.gitlab/issue_templates/default.md +++ b/.gitlab/issue_templates/default.md @@ -10,3 +10,8 @@ # Ways to reproduce (Clear steps or refer to a failing automated test, e.g. with a pipeline link) + + +/label ~Priority:: ~Company: ~Lib: ~Module: +/label ~Type:Bug ~Status::ToDo -- GitLab From dd7575587d350d675a0eddfcdf0432ab8a50aa18 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Wed, 16 Oct 2024 11:24:20 +0200 Subject: [PATCH 3/3] update template --- .gitlab/issue_templates/default.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/issue_templates/default.md b/.gitlab/issue_templates/default.md index ad85a5d9a..bacb9fcb0 100644 --- a/.gitlab/issue_templates/default.md +++ b/.gitlab/issue_templates/default.md @@ -10,6 +10,7 @@ # Ways to reproduce (Clear steps or refer to a failing automated test, e.g. with a pipeline link) + -- GitLab