We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe7698 commit 1905992Copy full SHA for 1905992
CONTRIBUTING.md
@@ -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