Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/DISCUSSION_TEMPLATE/submitted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ body:
Business Users Privacy Policy
Commercial Privacy Policy
- type: input
id: audience
id: topic
attributes:
label: Whose rights and duties are defined in these terms?
description: The entities targeted by these terms.
placeholder: business user
label: What is the main topic of these terms?
description: The information or interaction whose handling will be constrained by the associated terms.
placeholder: end user's personal data
- type: input
id: object
id: obligee
attributes:
label: What is the object of commitment in these terms?
description: The information handling or interaction that is constrained by the associated terms.
placeholder: personal data of business users
label: Who is the obligee of these terms?
description: The entity whose rights and obligations are defined in the associated terms.
placeholder: end user
- type: textarea
id: references
attributes:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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).

## Unreleased [no-release]

_Modifications made in this changeset do not add, remove or alter any behavior, dependency, API or functionality of the software. They only change non-functional parts of the repository, such as the README file or CI workflows._

## 2.0.0 - 2024-12-02

_Full changeset and discussions: [#87](https://github.com/OpenTermsArchive/terms-types/pull/87)._
Expand Down
Loading