From: Interfiber <webmaster@interfiber.dev>
---
contributing.md.orig | 14 --------------
1 file changed, 14 deletions(-)
delete mode 100644 contributing.md.orig
diff --git a/contributing.md.orig b/contributing.md.orig
deleted file mode 100644
index beb4612..0000000
--- a/contributing.md.orig
@@ -1,14 +0,0 @@
-# Contributing to lambda
-First of all, thanks! Thanks for taking the time to make lambda better
-
-## Clone & build
-Follow the steps in the README to build lambda
-
-## Make the changes
-Make the changes to the source code, if you need help you can ask for help on the mailing list located here: https://lists.sr.ht/~interfiber/Lambda
-
-## Create a patchset
-Once your changes are created you must create a patchset. To create a patch set use the following command in the lambda workspace folder:
-```bash
-git format-patch -1 HEAD
-```
--
2.34.2