From 187827d42f580ebf187e9e6887d69f273d03c3c5 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Sun, 23 Aug 2020 15:57:36 +0200 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..96f0634 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1 @@ +The main objective of this repository is to provide an example of CRUD with Flask, maximum simplicity. If you want to add new features, please create a Fork of it and notify me of its existence so I can add it in the README as support material.