feat: 1st attempt repo restructure
This commit is contained in:
committed by
mrugesh mohapatra
parent
51d7b02dae
commit
ae7b1eba37
12
validation/validLabels.js
Normal file
12
validation/validLabels.js
Normal file
@@ -0,0 +1,12 @@
|
||||
const validLabels = {
|
||||
arabic: 'language: Arabic',
|
||||
chinese: 'language: Chinese',
|
||||
portuguese: 'language: Portuguese',
|
||||
russian: 'language: Russian',
|
||||
spanish: 'language: Spanish',
|
||||
curriculum: 'scope: curriculum',
|
||||
docs: 'scope: documentation',
|
||||
guide: 'scope: guide'
|
||||
};
|
||||
|
||||
module.exports = { validLabels };
|
Reference in New Issue
Block a user