docs: correct the design type in the PR template (#6813)
The template offers `desig(scope)`, but the title check in
pull-request-label.yml accepts only feat|fix|chore|ref|clean|design|docs|
test|perf. A contributor who follows the template for a design proposal
therefore lands a red CI on the first push, which is what happened on
#6812.
Every other type in the template matches the workflow; this is the one
that does not.
Signed-off-by: sanchpet <petrov@sanch.pet>
Co-authored-by: Alexander Chernov <alexander@chernov.it>