forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update issue templates for .NET 9 (dotnet#39166)
* first issue template edits * Update and reorder issue templates. * remove project check * add additional .NET 9 previews
- Loading branch information
1 parent
c547a7a
commit 995b713
Showing
9 changed files
with
95 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
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]: " | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: "## Request a new article" | ||
- type: markdown | ||
attributes: | ||
value: "Describe the proposed new article for us." | ||
- type: input | ||
id: topic | ||
attributes: | ||
label: Proposed topic or title | ||
description: Write a short title or description of the topic | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: > | ||
"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. | ||
description: Give some indication for the location in the table of contents. | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: > | ||
"Explain why the article is needed. What will readers learn? Why is | ||
it important? What are the consequences if readers don't learn the topic?" | ||
- type: textarea | ||
id: motivation | ||
attributes: | ||
label: Reason for the article | ||
description: Tell us why this article is needed. | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: > | ||
"Write an opening paragraph or abstract to explain what readers | ||
will learn from reading this article." | ||
- type: textarea | ||
id: abstract | ||
attributes: | ||
label: Article abstract | ||
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 | ||
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." | ||
- type: textarea | ||
id: searches | ||
attributes: | ||
label: Relevant searches | ||
description: > | ||
What search terms did you use to look for this information? | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters