Skip to content

Commit e4c5b22

Browse files
author
Gertjan Reynaert
committed
docs(Contributing): Update contributing.md to include testing with the example
1 parent f823b82 commit e4c5b22

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

contributing.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,17 @@ Here are the steps required for contributing:
1313
5. 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)

0 commit comments

Comments
 (0)