Skip to content

Commit

Permalink
Readd license and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
wkramer committed Jun 3, 2024
1 parent 6beedb7 commit 0866c43
Show file tree
Hide file tree
Showing 4 changed files with 751 additions and 11 deletions.
14 changes: 14 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# The Delft-FEWS Web OC Developers Documentation

## Definition Of Done

Before merging a feature into the main branch, the following requirements have to be met:

- All feature branches have to be reviewed and merged by another developer than the feature developer.
- All unit tests and e2e tests have to succeed: npm run test:unit and test:e2e.
- No lint errors are allowed: npm run lint
- Sonarqube (https://sonarqube.deltares.nl/projects/) reports all A's.
- Code coverage of libraries at least 80%.
- Typescript types have to be used from the libraries.
- Reusable vue components to web components.
- Documentation up to date
Loading

0 comments on commit 0866c43

Please sign in to comment.