diff --git a/content/terms/declarations-maintenance-inspector-open-get-datetime.png b/content/terms/declarations-maintenance-inspector-open-get-datetime.png index b93d6bef..5d32ce24 100644 Binary files a/content/terms/declarations-maintenance-inspector-open-get-datetime.png and b/content/terms/declarations-maintenance-inspector-open-get-datetime.png differ diff --git a/content/terms/declarations-maintenance-ota-bot-comment-last-month.png b/content/terms/declarations-maintenance-ota-bot-comment-last-month.png new file mode 100644 index 00000000..b64b3f19 Binary files /dev/null and b/content/terms/declarations-maintenance-ota-bot-comment-last-month.png differ diff --git a/content/terms/declarations-maintenance-ota-bot-comment-reopened-issue.png b/content/terms/declarations-maintenance-ota-bot-comment-reopened-issue.png new file mode 100644 index 00000000..8ba1c95f Binary files /dev/null and b/content/terms/declarations-maintenance-ota-bot-comment-reopened-issue.png differ diff --git a/content/terms/declarations-maintenance-ota-bot-comment.png b/content/terms/declarations-maintenance-ota-bot-comment.png index 642457aa..351845e9 100644 Binary files a/content/terms/declarations-maintenance-ota-bot-comment.png and b/content/terms/declarations-maintenance-ota-bot-comment.png differ diff --git a/content/terms/declarations-maintenance.en.md b/content/terms/declarations-maintenance.en.md index c64974ce..b3fff54a 100644 --- a/content/terms/declarations-maintenance.en.md +++ b/content/terms/declarations-maintenance.en.md @@ -109,8 +109,19 @@ The consensus is to consider that a service provider renaming a service (for exa ## How to get the `validUntil` date from an issue -1. Go to the open issue and scroll to 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". -![]({{< relref "." >}}declarations-maintenance-ota-bot-comment.png) -3. Copy the value of the `datetime` attribute from the `` element. -![]({{< relref "." >}}declarations-maintenance-inspector-open-get-datetime.png) +1. Go to the open issue and scroll to the last action from `OTA-Bot` (comment or issue opening). + + ![]({{< relref "." >}}declarations-maintenance-ota-bot-comment.png) + + Note that sometimes: + + - the date is not quite precise, it can be written "last month" + ![]({{< relref "." >}}declarations-maintenance-ota-bot-comment-last-month.png) + - the last comment may be the announcement of the reopening of the issue + ![]({{< relref "." >}}declarations-maintenance-ota-bot-comment-reopened-issue.png) + +2. On the date of this comment, right-click "inspect" to open your browser's code inspector. + +3. The value to use as `validUntil` is the value of the `datetime` attribute from the `` element. + + ![]({{< relref "." >}}declarations-maintenance-inspector-open-get-datetime.png)