From 172ecefdd13974b9ea3216379809622f3e2a55e1 Mon Sep 17 00:00:00 2001 From: Tapani Pihlajakuja Date: Fri, 8 Sep 2023 13:11:35 +0300 Subject: [PATCH] Add first version of default merge request description template. --- .gitlab/merge_request_templates/default.md | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .gitlab/merge_request_templates/default.md diff --git a/.gitlab/merge_request_templates/default.md b/.gitlab/merge_request_templates/default.md new file mode 100644 index 0000000000..23540da70d --- /dev/null +++ b/.gitlab/merge_request_templates/default.md @@ -0,0 +1,25 @@ + +- Related issues: +- Requested reviewers: + +### Reason why this change is needed + +* This may be a direct copy from the issue. + +### Description of the change + +* Describe what is done. + +### Affected operating points + +* Describe here as well as possible what operating points are affected and how +* In minimum, there should be a status for bitstream compatibility and output bit exactness +* For bitstream compatibility, the following levels are helpful for describing encoder + 1. Produced bitstream is BE compared to previous state. + 2. Produced bitstream is non-BE but it is fully backwards compatible for decoding. Decoded output may differ. + 3. Produced bitstream is non-BC. Old decoder cannot decode the produced bitstream correctly. +* For output difference, use BE or non-BE. Additionally, amount of difference can be presented. + + + + -- GitLab