Skip to content

Commit eb77254

Browse files
committed
updated display issue
1 parent caf69c3 commit eb77254

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/contribute/__install_pre_commit.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ On other Linux distributions you can either create a virtual environment or inst
3636
3737
### Configuration files
3838
39-
The config file for pre-commit are created in the root directory of github and is called `.pre-config.yml`. In case of ansible collections othe config files apply such as `.ansible-lint` and `.yamllint` The required config files should be created and maintained by the repo maintainers
39+
The config file for pre-commit are created in the root directory of github and is called `.pre-config.yml`.
40+
In case of ansible collections other config files may apply such as `.ansible-lint` and `.yamllint`.
41+
The required config files should be created and maintained by the repo maintainers.
42+
Hence they are automatcially downloaded with `git clone` and `git pull` commands
4043
4144
### Activate pre-commit
4245
A repository maintainer activates pre-commit by running `pre-commit install` within a directory of the cloned repository

docs/contribute/contribute_01_guidelines.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ When making a contribution to the repositories of the SAP LinuxLab organization,
3737
Do:
3838

3939
- Squash commits whenever possible
40+
- Use `pre-commit` to avoid pushing non-standardized code
4041
- Engage with the community and with contributors
4142
- Write tests when applicable
4243
- Discuss with other committers whenever you are unsure of something

0 commit comments

Comments
 (0)