You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: static/admin/config.yml
+50Lines changed: 50 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,4 +44,54 @@ collections:
44
44
- label: "Content"
45
45
name: "body"
46
46
widget: "markdown"
47
+
default: "<!-- API changelog requirements - delete this before merging -->
48
+
49
+
- Replace all instances of X.X.X in the frontmatter with the appropriate API spec.
50
+
51
+
- Replace all instances of 2019-01-01 with the production release date for the API.
52
+
53
+
- All items in the changelog should mention which endpoints are affected.
54
+
55
+
- For changes and bugfixes, describe the previous behavior AND the new behavior.
56
+
57
+
58
+
<!-- Where to put things - delete this before merging -->
59
+
60
+
Some heuristics for which heading to put API reference updates under:
61
+
62
+
63
+
*Added*
64
+
65
+
- New endpoints.
66
+
67
+
- New fields in the request or a response of an existing endpoint.
68
+
69
+
70
+
*Changed*
71
+
72
+
- Changes in the behavior of an existing endpoing, when the previous behavior was working as it was designed. In other words, non-bugfix changes.
73
+
74
+
75
+
*Fixes*
76
+
77
+
- Bugfixes: Changes to the behavior of an endpoint, where the previous behavior was not working as intended/expected/documented.
78
+
79
+
80
+
<!-- Sample syntax - delete this before merging -->
81
+
82
+
83
+
- References to an endpoint should be in this format: `the Endpoint Name ([VERB /path/to/endpoint/{endpointVariable}](https://developers.linode.com/api/docs/v4#operation/endpointActionName)) endpoint`
0 commit comments