From 7282287d933ec93b4336b3cb0e4d2d2c85de1f76 Mon Sep 17 00:00:00 2001 From: christian2 Date: Mon, 4 May 2020 14:34:50 +0200 Subject: [PATCH 1/2] 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..10afef4 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1 @@ +Source code contributions into `server/` should pass static code analysis as performed by `npm run lint`. From ff285b2d87d0777154c18d934cf45078900e2e3f Mon Sep 17 00:00:00 2001 From: christian2 Date: Mon, 4 May 2020 14:47:02 +0200 Subject: [PATCH 2/2] app as well as server --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 10afef4..d5c8efc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1 +1 @@ -Source code contributions into `server/` should pass static code analysis as performed by `npm run lint`. +Source code contributions should pass static code analysis as performed by `npm run lint` in `server` and `app` respectively.