diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9daeafb9..f359d890 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1 +1,24 @@
-test
+**This project is open source and developed alongside other projects or during free time. Contributions are greatly appreciated!**
+
+### Bug Reports
+If you find any bugs or unexpected behavior, please open an issue. If you require a missing functionality, opening an issue can help determine if the project can be extended in that direction.
+
+_It would be helpful if you could provide a working code snippet of your application that reproduces the problem. This enables quickly identifying the cause of the error by copying and pasting it into another system._
+
+### Contribution
+You can contribute in various ways:
+* extend the view with a new property (https://github.com/abap2UI5/abap2UI5/issues/248)
+* add a completely new control (https://github.com/abap2UI5/abap2UI5/issues/303)
+* provide on-premise corrections (https://github.com/abap2UI5/abap2UI5/issues/305)
+* share your demos and apps (https://github.com/abap2UI5/abap2UI5/issues/304)
+
+Or feel free to develop something new - every [PR ](https://github.com/abap2UI5/abap2UI5/pulls) is welcome!
+
+### How to create a PR
+1. Create a new Fork of this repository
+2. Pull your new Fork to your ABAP System
+3. Make changes in your ABAP System
+4. Push your changes to your remote Fork
+5. Open a PR so that your changes become a part of this project and can be used by everyone
+
+_Just try it out and create an issue if you run into problems!_