Skip to content

Commit e3fddeb

Browse files
committed
Move uncategorised doc
1 parent d486b21 commit e3fddeb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

content/terms/declarations-maintenance.md renamed to content/terms/explanation/declarations-maintenance.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: "Declarations maintenance"
33
weight: 6
4+
aliases:
5+
- /terms/declarations-maintenance/
46
---
57

68
# Declarations maintenance

content/terms/guidelines/reviewing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The pull request created will consist of fewer checks than those that add declar
7272

7373
For pull requests that update declarations, you should focus should be on two things: history file and declaration.
7474

75-
- **History file:** The history file is a JSON file that keeps track of a service declaration changes. It contains a `validUntil` property that specifies the date a specific version of a service declaration was last effective. You have to confirm that this date is the same as the date in the issue opened for the declaration when the bot couldn't track it for the first time. This issue is usually included in the pull request message. The history file is updated with every `update` pull request. You can find more information about the history file [here]({{< relref "terms/declarations-maintenance" >}}).
75+
- **History file:** The history file is a JSON file that keeps track of a service declaration changes. It contains a `validUntil` property that specifies the date a specific version of a service declaration was last effective. You have to confirm that this date is the same as the date in the issue opened for the declaration when the bot couldn't track it for the first time. This issue is usually included in the pull request message. The history file is updated with every `update` pull request. You can find more information about the history file [here]({{< relref "terms/explanation/declarations-maintenance" >}}).
7676
- **Declaration:** for `update` pull requests, you only look at the selectors to make sure they are **simple** and also verify the **generated version** is ok.
7777

7878
### Step-by-step Review Guide
@@ -84,7 +84,7 @@ For pull requests that update declarations, you should focus should be on two th
8484
5. Compare it with the `validUntil` property in the history file under the `Files changes` section of the pull request. If the dates are the same, proceed to approve the pull request.
8585
6. Merge the contribution.
8686

87-
You can read more about maintaining declarations from the [official documentation]({{< relref "terms/declarations-maintenance" >}}).
87+
You can read more about maintaining declarations from the [official documentation]({{< relref "terms/explanation/declarations-maintenance" >}}).
8888

8989
## When to Make Changes to a Contribution
9090

0 commit comments

Comments
 (0)