File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,17 @@ Here are the steps required for contributing:
13135 . Make sure eslint errors are fixed, if eslint errors don't show up in your editor you can always check them with
1414 > npm run eslint
1515
16- 6 . Commit your changes according to the conventional changelog commit convention we use
17- 7 . Create a pull request
16+ 6 . Check if everything works well by using the example application
17+ 1 . Create a build for the translation manager
18+ > npm run build
19+ 2 . Create a build for the example application
20+ > cd example
21+
22+ > npm run build
23+ 3 . Run the translation manager
24+ > npm run manage: translations
25+
26+ 7 . Commit your changes according to the conventional changelog commit convention we use
27+ 8 . Create a pull request
1828
1929(If you encounter additional steps during your contribution, do not hesitate to update this document)
You can’t perform that action at this time.
0 commit comments