Skip to content

Commit de17271

Browse files
authored
Improve how to get validUntil (#138)
2 parents 0b181a8 + e8a619c commit de17271

5 files changed

+16
-5
lines changed
-145 Bytes
Loading
4.75 KB
Loading
4.35 KB
Loading
849 Bytes
Loading

content/terms/declarations-maintenance.en.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,19 @@ The consensus is to consider that a service provider renaming a service (for exa
109109

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

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)
112+
1. Go to the open issue and scroll to the last action from `OTA-Bot` (comment or issue opening).
113+
114+
![]({{< relref "." >}}declarations-maintenance-ota-bot-comment.png)
115+
116+
Note that sometimes:
117+
118+
- the date is not quite precise, it can be written "last month"
119+
![]({{< relref "." >}}declarations-maintenance-ota-bot-comment-last-month.png)
120+
- the last comment may be the announcement of the reopening of the issue
121+
![]({{< relref "." >}}declarations-maintenance-ota-bot-comment-reopened-issue.png)
122+
123+
2. On the date of this comment, right-click "inspect" to open your browser's code inspector.
124+
125+
3. The value to use as `validUntil` is the value of the `datetime` attribute from the `<relative-time>` element.
126+
127+
![]({{< relref "." >}}declarations-maintenance-inspector-open-get-datetime.png)

0 commit comments

Comments
 (0)