Skip to content

Commit 710825b

Browse files
committed
docs(contributing): formatting fixes
Change-Id: I93f701d07e64e2d9ec20a76cfb99d7d92bd0da1e
1 parent 324b153 commit 710825b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/contributing.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Is this **your first time** contributing to a different project? You might be in
88

99
1. Fork and clone the repo
1010
2. Run `npm install` to install all dependencies
11-
3. Install submodules `git submodule update --init`
11+
3. To install all needed submodules `git submodule update --init`
1212
4. Create a branch for your PR with `git checkout -b pr/your-branch-name`
1313

1414
If you want to build the project, run `npm run build`.
@@ -33,9 +33,10 @@ If you want to build the project, run `npm run build`.
3333
Please make sure to run `npm run build`, `npm run eslint` and `npm run composer:cgl` before you commit your changes. Running `npm run eslint:fix` might be able to fix general issues on `*.js` files for you.
3434
3535
**General Notes**
36+
3637
- [Contribute to the documentation](contributing-docs.md)
37-
- changes to the css-files need to be done inside [assets/sass/](assets/sass/) (Information can be found [here](resources/css/README.md))
38-
- changes to the js-files need to be done inside [assets/js/](assets/js/) (Information can be found [here](resources/js/README.md))
38+
- changes to the css-files need to be done inside `assets/sass/`
39+
- changes to the js-files need to be done inside `assets/js/`
3940
- translation need to be done on [Crowdin](https://crowdin.com/project/photobooth)
4041
4142
## Help needed

0 commit comments

Comments
 (0)