feat: 1st attempt repo restructure

This commit is contained in:
Randell Dawson
2018-11-20 15:31:28 -08:00
committed by mrugesh mohapatra
parent 51d7b02dae
commit ae7b1eba37
33 changed files with 422 additions and 535 deletions

12
validation/validLabels.js Normal file
View 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 };