Skip to content

Commit 0dea9ed

Browse files
authored
use templates in dependent repos (dotnet#37517)
Both the C# LDM and C# standard committee agreed to route issues on these documents to their respective repos. Add that to the configuration.
1 parent b881ede commit 0dea9ed

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docfx.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@
182182
},
183183
"open_source_feedback_issueUrl": {
184184
"docs/**.*": "https://github.com/dotnet/docs/issues/new?template=customer-feedback.yml",
185-
"_csharplang/**.*": "https://github.com/dotnet/docs/issues/new?template=customer-feedback.yml",
186-
"_csharpstandard/standard/*.md": "https://github.com/dotnet/docs/issues/new?template=customer-feedback.yml",
185+
"_csharplang/**.*": "https://github.com/dotnet/charplang/issues/new?template=docs-feedback.yml",
186+
"_csharpstandard/standard/*.md": "https://github.com/dotnet/csharpstandard/issues/new?template=docs-feedback.yml",
187187
"_vblang/**.*": "https://github.com/dotnet/docs/issues/new?template=customer-feedback.yml",
188188
"_roslyn/**.*": "https://github.com/dotnet/docs/issues/new?template=customer-feedback.yml"
189189
},
@@ -222,6 +222,10 @@
222222
"_vblang/**.*": "https://learn.microsoft.com/media/logos/logo_net.svg",
223223
"_roslyn/**.*": "https://learn.microsoft.com/media/logos/logo_net.svg"
224224
},
225+
"open_source_feedback_issueLabels": {
226+
"_csharplang/**.*": "Area-Speclets,untriaged",
227+
"_csharpstandard/standard/*.md": "status: needs triaging"
228+
},
225229
"social_image_url": {
226230
"docs/**/*.*": "/dotnet/media/dotnet-logo.png",
227231
"docs/azure/**/*.*": "/dotnet/media/dotnet-bot_cloud-apps.png",

0 commit comments

Comments
 (0)