📆 [content] big update to Terms and Conditions section#58
Conversation
There was a problem hiding this comment.
Pull Request Overview
Adjusts front matter dates for three Terms and Conditions markdown files to corrected (earlier) calendar dates using a simplified YYYY-MM-DD format.
- Standardizes or updates the date values in three versioned Terms and Conditions documents
- Removes time and timezone components, leaving only the calendar date
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| content/TermsAndConditions/TermsandConditions4.md | Updated front matter date to 2002-03-01 |
| content/TermsAndConditions/TermsandConditions3.md | Updated front matter date to 2000-03-01 |
| content/TermsAndConditions/TermsandConditions2.md | Updated front matter date to 1998-12-03 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 78 out of 78 changed files in this pull request and generated 7 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| "@type": "ListItem", | ||
| "position": 1 , | ||
| "name": "Master Domain Registration Agreement", | ||
| "item": "/termsandconditions/tucowsdomainsmasterdomainregistrationagreeement/" |
There was a problem hiding this comment.
Missing comma after the first breadcrumb item in the JSON-LD structured data, which will cause invalid JSON parsing.
| "name": "FINI Terms and Conditions 4 (2002)", | ||
| "item": "/termsandconditions/oldterms/termsandconditions4/" |
There was a problem hiding this comment.
Missing comma after the breadcrumb item in the JSON-LD structured data, which will cause invalid JSON parsing.
| "name": "FINI Terms and Conditions v3 (2000)", | ||
| "item": "/termsandconditions/oldterms/termsandconditions3/" |
There was a problem hiding this comment.
Missing comma after the breadcrumb item in the JSON-LD structured data, which will cause invalid JSON parsing.
| "name": "FINI Terms and Conditions v2 (1998)", | ||
| "item": "/termsandconditions/oldterms/termsandconditions2/" |
There was a problem hiding this comment.
Missing comma after the breadcrumb item in the JSON-LD structured data, which will cause invalid JSON parsing.
| "name": "OpenSRS Exhibit A", | ||
| "item": "/termsandconditions/oldterms/exhibita/" |
There was a problem hiding this comment.
Missing comma after the breadcrumb item in the JSON-LD structured data, which will cause invalid JSON parsing.
| "name": "OpenSRS/Tucows exhibit/appendix A", | ||
| "item": "/termsandconditions/oldterms/ccexhibita/" |
There was a problem hiding this comment.
Missing comma after the breadcrumb item in the JSON-LD structured data, which will cause invalid JSON parsing.
| "name": "OpenSRS/Tucows schedule/exhibit B", | ||
| "item": "/termsandconditions/oldterms/bizexhibitb/" |
There was a problem hiding this comment.
Missing comma after the breadcrumb item in the JSON-LD structured data, which will cause invalid JSON parsing.
Context: #28
Done:
(Automated in
justfile.)