Skip to content

Commit

Permalink
Merge pull request #39390 from dotnet/main
Browse files Browse the repository at this point in the history
Merge main into live
  • Loading branch information
IEvangelist committed Feb 5, 2024
2 parents 133b937 + c88b2f3 commit 2b8cb0f
Show file tree
Hide file tree
Showing 43 changed files with 299 additions and 1,853 deletions.
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

0 comments on commit 2b8cb0f

Please sign in to comment.