Skip to content

Commit 1905992

Browse files
committed
docs: Add CONTRIBUTING.md
1 parent 3fe7698 commit 1905992

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CONTRIBUTING.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Contributing
2+
3+
You can contribue in multiple ways to this role :
4+
- Creating issues to warn about a bug or suggest a change
5+
- Improving role code and creating Pull Requests
6+
7+
## Improving role code
8+
9+
This role uses ansible-lint to ensure a minimum quality of its sources.
10+
11+
Please [install pre-commit](https://pre-commit.com/#install), and install pre-commit hooks into your local repository :
12+
13+
```shell
14+
pre-commit install
15+
```
16+
17+
Now, ansible-lint will be executed against your commit content before validating commit.
18+

0 commit comments

Comments
 (0)