docs(issue_template): migrate from .md to .yml format (#6621)

Co-authored-by: Gildor <521036+Jildor@users.noreply.github.com>
Co-authored-by: Shauren <shauren.trinity@gmail.com>
Co-authored-by: Treeston <14020072+treeston@users.noreply.github.com>
This commit is contained in:
Kitzunu
2021-07-05 15:15:41 +02:00
committed by GitHub
parent 7e77a6b441
commit a6983268de
6 changed files with 142 additions and 92 deletions

View File

@@ -38,7 +38,7 @@ CREATE TEMPORARY TABLE `_temp_base32_lookup1`
`c` char(1) not null,
`v` tinyint unsigned not null,
primary key (`c`)
);
)DEFAULT CHARSET=utf8mb4;
INSERT INTO `_temp_base32_lookup1` (`c`,`v`) VALUES
('A',00),('B',01),('C',02),('D',03),('E',04),('F',05),('G',06),('H',07),
('I',08),('J',09),('K',10),('L',11),('M',12),('N',13),('O',14),('P',15),