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: scripts/blog-prompt.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Requirements:
17
17
- Avoid marketing language like "we're excited", "with open arms", "happy building"
18
18
- CRITICAL: Only include information that is explicitly stated in the release notes - do not expand, infer, or add details
19
19
- Only include code examples, configuration snippets, or commands that are explicitly mentioned in the release notes
20
-
-Only include information and code samples that you can verify from the Radius code or documentation
20
+
- Only include information and code samples that you can verify from the Radius code or documentation
21
21
- Do NOT make up code examples following common industry patterns from similar projects if they are not specifically mentioned in the release notes or docs
22
22
- Do NOT make up documentation links - only use links that are specifically mentioned in the release notes or that you can verify from the Radius documentation
23
23
- When including code snippets, ensure they are spaced and formatted correctly for markdown
@@ -32,7 +32,8 @@ Structure:
32
32
- Direct introduction stating what's new in this release and a link to the release
33
33
- Key Features as the main sections, with subheadings for each feature if applicable
34
34
- Technical summary of key features with implementation details and code examples demonstrating usage within the key features.
35
-
- Mention breaking changes within the feature summary if applicable and DO NOT create a separate section for breaking changes.
35
+
- Add breaking changes within the feature summary if applicable
36
+
- DO NOT create a separate section for breaking changes.
36
37
- Conclude with this standard "Learn more and Get Involved" section:
0 commit comments