diff --git a/.gitignore b/.gitignore
index 3f5982e459..729ed02612 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
.idea/
+.DS_Store
npm-debug.log*
lerna-debug.log
node_modules
diff --git a/docs/README.md b/docs/README.md
index 67551896a9..4f2a900506 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -62,6 +62,11 @@ commitlint --from=HEAD~1
* **Concepts** - Overarching topics important to understand the use of `commitlint`
* **Reference** - Mostly technical documentation
+## Attributions
+
+* `commitlint` is possible because of the hard work of the folks of the `conventional-changelog` project
+* Thanks [@markusoelhafen](https://github.com/markusoelhafen) for providing
+the `commitlint` icon
[0]: https://img.shields.io/badge/stability-stable-green.svg?style=flat-square
[1]: https://nodejs.org/api/documentation.html#documentation_stability_index
diff --git a/docs/assets/icon.png b/docs/assets/icon.png
new file mode 100644
index 0000000000..51f9d54be9
Binary files /dev/null and b/docs/assets/icon.png differ
diff --git a/docs/assets/icon.svg b/docs/assets/icon.svg
new file mode 100644
index 0000000000..23d6c600e7
--- /dev/null
+++ b/docs/assets/icon.svg
@@ -0,0 +1,5 @@
+
diff --git a/docs/index.html b/docs/index.html
index 5e52103906..a85be5bc43 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -7,7 +7,15 @@
+
+