From 02925251611009943f75a8db69adb23449390657 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Tue, 17 Dec 2024 12:20:01 +0100 Subject: [PATCH] update gitlab issue templates --- .gitlab/issue_templates/default.md | 16 +++++++-- .gitlab/issue_templates/default_complexity.md | 34 +++++++++++++++++++ .../fixed_point_decoder_crash.md | 24 +++++++++++++ .../fixed_point_encoder_crash.md | 24 +++++++++++++ 4 files changed, 95 insertions(+), 3 deletions(-) create mode 100644 .gitlab/issue_templates/default_complexity.md create mode 100644 .gitlab/issue_templates/fixed_point_decoder_crash.md create mode 100644 .gitlab/issue_templates/fixed_point_encoder_crash.md diff --git a/.gitlab/issue_templates/default.md b/.gitlab/issue_templates/default.md index bacb9fcb0..3e860a4c4 100644 --- a/.gitlab/issue_templates/default.md +++ b/.gitlab/issue_templates/default.md @@ -2,14 +2,24 @@ -- Encoder (float): -- Decoder: +- Float reference: + - Encoder (float): + - Decoder (float): +- Fixed point: + - Encoder (fixed): + - Decoder (fixed): # Bug description # Ways to reproduce -(Clear steps or refer to a failing automated test, e.g. with a pipeline link) +Box folder: ...\Box_EXTERNAL_IVAS_BASOP_VERIFICATION\issues\issue-xxxx + + + +```bash + +``` diff --git a/.gitlab/issue_templates/default_complexity.md b/.gitlab/issue_templates/default_complexity.md new file mode 100644 index 000000000..f66b1fc82 --- /dev/null +++ b/.gitlab/issue_templates/default_complexity.md @@ -0,0 +1,34 @@ +# Basic info + + + +- Float reference: + - Encoder (float): + - Decoder (float): +- Fixed point: + - Encoder (fixed): + - Decoder (fixed): + +# Bug description + +| Metric | BASOP | Float | +|------------|---------|---------| +| WMOPS Max. | | | +| WMOPS Min. | | | +| WMOPS Avg. | | | + +# Ways to reproduce + +Box folder: ...\Box_EXTERNAL_IVAS_BASOP_VERIFICATION\issues\issue-xxxx + + + +```bash + +``` + + + +/label ~Priority:: ~Company: ~Lib: ~Module: +/label ~Type:Bug ~Status::ToDo diff --git a/.gitlab/issue_templates/fixed_point_decoder_crash.md b/.gitlab/issue_templates/fixed_point_decoder_crash.md new file mode 100644 index 000000000..d060e2c69 --- /dev/null +++ b/.gitlab/issue_templates/fixed_point_decoder_crash.md @@ -0,0 +1,24 @@ +# Basic info + + + +- Encoder and Decoder (float): +- Decoder (fixed): + +# Bug description + +# Ways to reproduce + +Box folder: ...\Box_EXTERNAL_IVAS_BASOP_VERIFICATION\issues\issue-xxxx + + + +```bash + +``` + + + +/label ~Priority:: ~Company: ~Lib: ~Module: +/label ~Type:Bug ~Status::ToDo diff --git a/.gitlab/issue_templates/fixed_point_encoder_crash.md b/.gitlab/issue_templates/fixed_point_encoder_crash.md new file mode 100644 index 000000000..bfd33bc1d --- /dev/null +++ b/.gitlab/issue_templates/fixed_point_encoder_crash.md @@ -0,0 +1,24 @@ +# Basic info + + + +- Encoder and Decoder (float): +- Encoder (fixed): + +# Bug description + +# Ways to reproduce + +Box folder: ...\Box_EXTERNAL_IVAS_BASOP_VERIFICATION\issues\issue-xxxx + + + +```bash + +``` + + + +/label ~Priority:: ~Company: ~Lib: ~Module: +/label ~Type:Bug ~Status::ToDo -- GitLab