Skip to content

Commit

Permalink
update templates (#39354)
Browse files Browse the repository at this point in the history
  • Loading branch information
gewarren committed Feb 1, 2024
1 parent 7fd9000 commit d7eee7e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 7 deletions.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/a-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: "Describe the issue or suggestion. 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."
- type: input
id: topic
attributes:
label: Issue or suggestion
description: Describe the issue
validations:
required: true
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,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 +49,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 +64,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

0 comments on commit d7eee7e

Please sign in to comment.