Skip to content

Commit 0b181a8

Browse files
authored
Add how to get the validUntil date from an issue
#137
2 parents 46b9845 + 3f72fea commit 0b181a8

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed
45.2 KB
Loading
4.24 KB
Loading

content/terms/declarations-maintenance.en.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,11 @@ If the service provider stops offering a service, the associated terms will beco
106106
## How to rename a service
107107

108108
The consensus is to consider that a service provider renaming a service (for example, `Twitter` to `X`) is akin to terminating the previous service and opening a new one. Therefore, to apply a service renaming, open a pull request that both [terminates the previous service](#how-to-terminate-a-service) and adds a new [service declaration]({{< relref "terms/tracking-new-terms#declaring-a-new-service" >}}) with the new service name. You can reuse the `documents` part of the original declaration, but should double-check that the selectors and URLs still match, as a service rename is most often accompanied by a new page layout, a new domain name, and sometimes entirely new terms.
109+
110+
## How to get the `validUntil` date from an issue
111+
112+
1. Go to the open issue and scroll to the last comment from `OTA-Bot`.
113+
2. On the date of this comment, right-click "inspect" to open your browser's code inspector. Note that sometimes, the date is not quite precise, it can be written "last month".
114+
![]({{< relref "." >}}declarations-maintenance-ota-bot-comment.png)
115+
3. Copy the value of the `datetime` attribute from the `<relative-time>` element.
116+
![]({{< relref "." >}}declarations-maintenance-inspector-open-get-datetime.png)

0 commit comments

Comments
 (0)