Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge main into live #39390

Merged
merged 20 commits into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
7fd9000
Bot 🤖 generated CleanRepo tool run (#39358)
github-actions[bot] Feb 1, 2024
d7eee7e
update templates (#39354)
gewarren Feb 1, 2024
178e588
Update package index with latest published versions (#39373)
azure-sdk Feb 1, 2024
c4fcc6a
document ArrayPoolEventSource.BufferDropped event (#38873)
pedrobsaila Feb 1, 2024
e78fd34
Rename `Interop guidance` to `Best practices` (#32586)
xtqqczze Feb 1, 2024
5235b31
Add CA2262 (#39351)
gewarren Feb 1, 2024
58ca801
Updating ref docs to include the metrics bucket information for conne…
samsp-msft Feb 1, 2024
44cb52f
.NET dependabot-bot automated PR. (#39375)
github-actions[bot] Feb 1, 2024
e7aa5e4
Enable automatic main-to-live PRs (#39379)
gewarren Feb 2, 2024
a73ebe0
Update package index with latest published versions (#39381)
azure-sdk Feb 2, 2024
6f2f2af
Fix built-in HttpClient metrics documentation (#39223)
xakep139 Feb 2, 2024
830c468
'new' keyword disambiguation page (#39370)
BartoszKlonowski Feb 2, 2024
3109229
[BULK] - DocuTune - Remove expired ms.custom value (#39377)
alexbuckgit Feb 2, 2024
71426c5
Update dotnet-all.md (#39383)
Saisang Feb 2, 2024
3796371
fix typo (#39382)
ti777777 Feb 2, 2024
7693077
What's new article (#39359)
github-actions[bot] Feb 2, 2024
c7cd7db
Update package index with latest published versions (#39387)
azure-sdk Feb 2, 2024
7e8c9a7
more updates (#39371)
gewarren Feb 2, 2024
c027d82
Update package index with latest published versions (#39393)
azure-sdk Feb 3, 2024
c88b2f3
Update package index with latest published versions (#39398)
azure-sdk Feb 4, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/01-general-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: "General feedback"
description: Provide general feedback about the .NET docs or a specific article.
body:
- type: markdown
attributes:
value: Thanks for helping us improve the docs!
- type: textarea
id: description
attributes:
label: Describe the issue or suggestion
description: "Note: If your issue is about a specific article, it's best to submit your feedback by clicking the 'Open a documentation issue' link in the '.NET feedback' box at the end of the article."
validations:
required: true
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "New article request"
description: Request a new article on a topic or concept that you can't find in our current docs.
title: "[New article]: "
labels: ["doc-idea"]
body:
- type: markdown
attributes:
Expand All @@ -18,16 +19,16 @@ body:
- type: markdown
attributes:
value: >
"Propose a location for the article. Use the `/` character to
"Propose a location for the article. Use the `/` character to
define 'sub-folders' in the table of contents. Start with a top-level
guide, and follow through to the parent folder for the new article."
- type: input
id: toc-item
attributes:
label: Location in table of Contents.
label: Location in table of contents.
description: Give some indication for the location in the table of contents.
validations:
required: true
required: false
- type: markdown
attributes:
value: >
Expand All @@ -49,13 +50,13 @@ body:
id: abstract
attributes:
label: Article abstract
description: Write a *brief* abstract for the article.
description: Write a *brief* abstract for the article.
validations:
required: true
- type: markdown
attributes:
value: >
"Tell us about searches you did looking for this inforamtion. This helps us
"Tell us about searches you did looking for this information. This helps us
in two important ways. First, if the information exists, we can improve
the findability of the article for those search ideas. If the article
doesn't exist, this will help us make sure readers find it once it's written."
Expand All @@ -64,6 +65,6 @@ body:
attributes:
label: Relevant searches
description: >
What search terms did you use to look for this information?
What search terms did you use to look for this information?
validations:
required: true
required: false
Loading
Loading