diff --git a/docs/_sources/contributing.rst.txt b/docs/_sources/contributing.rst.txt
index 7472165..47ba0d3 100644
--- a/docs/_sources/contributing.rst.txt
+++ b/docs/_sources/contributing.rst.txt
@@ -1,5 +1,33 @@
Contributing
+############
+
+Anyone is welcome to contribute to this project or create their own variant of it. I would appreciate a PR if your feature would be of benefit other users.
+
+In order to keep the source code in good condition I use `pre-commit `_ to validate and format the code using their standards for C++/C.
+
+.. note::
+
+ If you are using Windows as a base platform I would suggest that you install pre-commit under wsl (Windows Subssytem for Windows) and run it from there, I have found
+ that this approach works fine.
+
+
+The following command will run pre-commit on all the source files. Assuming you are inte project directory.
+
+.. code-block::
+
+ pre-commit run --files src/*
+
+
+Design goals
------------
-This section is under construction.
+My goals with this software has been the following:
+* Create an open software for the excellent iSpindle hardware platform that is open and available for anyone.
+* Add user requested features that have not made it into the iSpindle project.
+* Focus on long battery life and stability.
+* Explore new technologies and create the next generation gravity monitoring for home brewers.
+
+I will do my best to assist users and respond to new features, pr and suggestions. But keep in mind I'm doing this on my spare time.
+
+Regards, Magnus
diff --git a/docs/_sources/index.rst.txt b/docs/_sources/index.rst.txt
index 8e4c78b..98d8259 100644
--- a/docs/_sources/index.rst.txt
+++ b/docs/_sources/index.rst.txt
@@ -7,9 +7,9 @@ Welcome to GravityMon's documentation!
######################################
.. note::
- This documentation reflects **v1.0**. Last updated 2022-05-06
+ This documentation reflects **v1.0**. Last updated 2022-05-08
-* Docs for: `v0.8 `_
+* Docs for: `v0.8 `_
* Docs for: `v0.9 `_
.. image:: images/gravitymon.gif
diff --git a/docs/contributing.html b/docs/contributing.html
index 8462214..ad1558a 100644
--- a/docs/contributing.html
+++ b/docs/contributing.html
@@ -133,7 +133,7 @@
-