From 370ad3c24fde54aac26c2c2b77abc8faed77af88 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ole=20Volds=C3=A6ter?= <ole.voldsater@uib.no>
Date: Tue, 15 Jun 2021 12:27:13 +0200
Subject: [PATCH] Update CONTRIBUTING.md

---
 CONTRIBUTING.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f41656f7..0f13fc63 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -3,6 +3,7 @@ Contributing
 
 Changes are published using GitLab CI/CD. When making a change:
 
-1. Test you changes locally by runniing `npm run install` (if necessary) and `npm run serve`
+1. Test any changes to the frontend locally by runniing `npm run install` (if necessary) and `npm run serve`
 2. Push changes to GitLab. When pipeline is finished, your changes will be visible on https://dev.ordbok.uib-no (check browser cache)
 3. To publish your changes to beta, add a tag to your commit that starts with `release`, e.g. `release_2021-01-01`. When the pipeline finishes, changes up to that commit will be visible on https://beta.ordbok.uib.no
+
-- 
GitLab