Skip to content

Commit

Permalink
Add how to get the validUntil date from an issue
Browse files Browse the repository at this point in the history
  • Loading branch information
clementbiron committed Jun 26, 2024
1 parent 46b9845 commit 76cef44
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/terms/declarations-maintenance.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,11 @@ If the service provider stops offering a service, the associated terms will beco
## How to rename a service

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.

## How to get the `validUntil` date from an issue

1. Go to the open issue and position yourself on the last comment from OTA-Bot.
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".
![alt text]({{< relref "." >}}ota-bot-comment.png)
3. Copy the value of the `datetime` attribute from the `<relative-time>` element.
![alt text]({{< relref "." >}}inspector-open-get-datetime.png)
Binary file added content/terms/inspector-open-get-datetime.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/terms/ota-bot-comment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 76cef44

Please sign in to comment.