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
Update Contribute.cshtml to enhance markdown template with detailed descriptions and improve styling; modify Index.cshtml to change button style for 'View All Tips'
Head over to <ahref="https://github.com/csharpfritz/CopilotThatJawn"target="_blank"class="text-primary">github.com/csharpfritz/CopilotThatJawn</a> and fork the repo to your account.
65
+
Head over to <ahref="https://github.com/csharpfritz/CopilotThatJawn"target="_blank">github.com/csharpfritz/CopilotThatJawn</a> and fork the repo to your account.
66
66
</li>
67
67
<liclass="mb-3">
68
68
<strong>Clone Your Fork</strong><br>
@@ -93,46 +93,70 @@
93
93
</div>
94
94
95
95
<divclass="card mb-4">
96
-
<divclass="card-header">
96
+
<divclass="card-header bg-primary text-white">
97
97
<h3class="h5 mb-0"><iclass="bi bi-file-text me-2"></i>Markdown Format Template</h3>
98
-
</div>
99
-
<divclass="card-body">
98
+
</div> <divclass="card-body">
100
99
<p>Each tip should be a markdown file with YAML frontmatter. Here's the template to follow:</p>
101
100
<pre><codeclass="language-markdown">---
102
-
title: "Your Tip Title Here"
103
-
slug: "url-friendly-slug"
104
-
category: "GitHub Copilot" # or "Microsoft 365 Copilot", "Azure AI", etc.
105
-
tags: ["relevant", "tags", "here"]
106
-
difficulty: "Beginner" # Beginner, Intermediate, or Advanced
101
+
title: "Your AI Development Tip Title"
102
+
description: "A clear, concise summary that will appear in card previews and search results"
0 commit comments