Skip to content
This repository has been archived by the owner on Dec 9, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 313 Bytes

CONTRIBUTIONS.md

File metadata and controls

13 lines (9 loc) · 313 Bytes

Hvordan bidra

1: Fork prosjektet til din github 2: Lag en feature branch 3: Gjør pre commit checklist 4: Push feature branch og lag pull request til Abatek/

Pre commit checklist

1: Sjekk testene: npm test 2: Sjekk at det ikke er noen linting issues: npm run lint 3: Sjekk at det bygger: npm run build