[fix] remove unnecessary commands and add merge request template
Problems/Issues/Summary
-
Bugs -
Features -
Enhancements
- ls-lr-sys-firmware.txt won't be saved to proper location because script change the directory before issuing pipeline redirection command, and we've copied all the /sys/firmware folder for checking, these 2 commands are not unnecessary anymore.
cd /sys/firmware
ls -lR 2>&1 |tee ls-lr-sys-firmware.txt
- Enable merge request template for efficiency.
Solutions/Fixes
- remove unnecessary commands.
- add merge request template.
Test/Unit Test
-
Manual Test -
Automation Test -
Unit Test
- Test Configuration/Environment
- Steps