From 0035a5f9b1795633c790f2d33cfd9ae385096f35 Mon Sep 17 00:00:00 2001 From: Adam Procter <adamprocter@mac.com> Date: Sun, 15 Aug 2021 15:45:47 +0100 Subject: [PATCH] updated packages and contribution from linux --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8328050..1cfc85c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,7 +28,7 @@ VUE_APP_COUCH_PASS=yourpassword Please note we use [PouchDB](https://pouchdb.com/) to talk to CouchDB. This is what enables offline and local first support. -All the internal code should use the GNU Affero General Public [License](LICENSE).Any dependancies that are brought into nodenogg.in must have as open a License as possible. Dependancies should be loaded in via Vue.js ui cli. +All the internal code should use the GNU Affero General Public [License](LICENSE).Any dependancies that are brought into nodenogg.in must have as open a License as possible. Dependancies should be loaded in via Vue cli. Please Use arrow functions,and as much ES6 as possible. The code should be as neat as possible. However all code should be human understandable. So again verbose is good. -- GitLab