From 3b08ab7760b0599e5509bf65863d3072ea598575 Mon Sep 17 00:00:00 2001 From: dqos <8611981+dqos@users.noreply.github.com> Date: Mon, 17 Jan 2022 13:15:11 +0100 Subject: [PATCH] Added Contribute --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1920a4e..eb852a0 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,9 @@ You may also extend the looking glass with a custom block. - Implement a template engine, for advanced customization; - Switch to WebSockets. +### Contribute +We would love to receive code contributions in the form of a pull request. We prefer this over forking, so if you have any code improvements feel free to commit. + ### Credits This project is inspired by the [LookingGlass project](https://github.com/telephone/LookingGlass) of @telephone and uses his procExecute() function, although slightly modified.