~interfiber/Lambda

lambda: remove file v1 APPLIED

~interfiber: 1
 remove file

 1 files changed, 0 insertions(+), 14 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~interfiber/Lambda/patches/34264/mbox | git am -3
Learn more about email & git

[PATCH lambda] remove file Export this patch

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