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: standards/new-repo-setup.mdx
+41-3Lines changed: 41 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,7 +167,44 @@ jobs:
167
167
168
168
---
169
169
170
-
## Step 8 — Configure Branch Protection
170
+
## Step 8 — Add Repository Topics
171
+
172
+
Topics make the repository discoverable on GitHub and signal at a glance what the solution covers. Set them in **Settings → General → Topics**, or via the `gh` CLI:
173
+
174
+
```bash
175
+
gh api --method PUT repos/AzureLocal/<repo-name>/topics \
0 commit comments