chore: add participants (#410)

Fixes #409
This commit is contained in:
lollipopkit🏳️‍⚧️
2024-06-23 00:27:26 +08:00
committed by GitHub
parent f1315dda7f
commit 190da74f66

View File

@@ -3,15 +3,17 @@ abstract final class GithubIds {
// If you want to change your Github ID, please open an issue.
static const contributors = <GhId>{
'PaperCube',
'Integral-Tech',
'its-tom',
'leganck',
'azkadev',
'kalashnikov',
'FrancXPT',
'RainSunMe',
'calvinweb',
'QazCetelic',
'RainSunMe',
'FrancXPT',
'Liloupar',
'dccif',
'QazCetelic',
};
static const participants = <GhId>{
@@ -71,6 +73,16 @@ abstract final class GithubIds {
'FHU-yezi',
'ZRY233',
'Jasonzhu1207',
'sakuraanzu',
'licaon-kter',
'77160860',
'mijjjj',
'muyunil',
'Hua159',
'jaydong2016',
'geol',
'Mooling0602',
'IllTamer',
};
}