Skip to content

Commit 0e58c8a

Browse files
authored
Add Service Level Agreement
#86
2 parents 61d933f + 9a78fbf commit 0e58c8a

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All changes that impact users of this module are documented in this file, in the [Common Changelog](https://common-changelog.org) format with some additional specifications defined in the [CONTRIBUTING](./CONTRIBUTING.md) file. This codebase adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
## Unreleased [minor]
6+
7+
> Development of this release was supported by the [NGI0 Entrust Fund](https://nlnet.nl/entrust), a fund established by [NLnet](https://nlnet.nl/) with financial support from the European Commission's [Next Generation Internet](https://www.ngi.eu) programme, under the aegis of DG CNECT under grant agreement N°101069594. [Learn more](https://nlnet.nl/project/TOSDR-OTA/) on the NLNet website.
8+
9+
### Added
10+
11+
- Add `Service Level Agreement` ([discussions/79](https://github.com/OpenTermsArchive/terms-types/discussions/79))
12+
513
## 1.3.0 - 2024-08-12
614

715
_Full changeset and discussions: [#62](https://github.com/OpenTermsArchive/terms-types/pull/62)._

termsTypes.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,5 +425,19 @@
425425
"Open Terms Archive discussion": "https://github.com/OpenTermsArchive/terms-types/discussions/41",
426426
"Wikipedia page on Affiliate Marketing": "https://en.wikipedia.org/wiki/Affiliate_marketing"
427427
}
428+
},
429+
"Service Level Agreement": {
430+
"also known as": [
431+
"Service Level Addendum"
432+
],
433+
"commitment": {
434+
"writer": "service provider",
435+
"audience": "end user",
436+
"object": "define and guarantee specific levels of service performance, availability, and quality"
437+
},
438+
"references": {
439+
"Open Terms Archive discussion": "https://github.com/OpenTermsArchive/terms-types/discussions/79",
440+
"Wikipedia page on Service-level agreement": "https://en.wikipedia.org/wiki/Service-level_agreement"
441+
}
428442
}
429443
}

0 commit comments

Comments
 (0)