You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Provide general feedback about the .NET API reference docs or a specific article.
3
+
body:
4
+
- type: markdown
5
+
attributes:
6
+
value: Thanks for helping us improve the docs!
7
+
- type: textarea
8
+
id: description
9
+
attributes:
10
+
label: Describe the issue or suggestion
11
+
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."
⛔ This template is hooked into the feedback control on the bottom of every page on the live site. It automatically fills in several fields for you. Don't use for other purposes. ⛔
4
+
body:
5
+
- type: markdown
6
+
attributes:
7
+
value: "## Issue information"
8
+
- type: markdown
9
+
attributes:
10
+
value: Select the issue type, and describe the issue in the text box below. Add as much detail as needed to help us resolve the issue.
11
+
- type: dropdown
12
+
id: issue-type
13
+
attributes:
14
+
label: Type of issue
15
+
options:
16
+
- Typo
17
+
- Code doesn't work
18
+
- Missing information
19
+
- Outdated article
20
+
- Thank you
21
+
- Other (describe below)
22
+
validations:
23
+
required: true
24
+
- type: textarea
25
+
id: feedback
26
+
validations:
27
+
required: true
28
+
attributes:
29
+
label: Description
30
+
- type: markdown
31
+
attributes:
32
+
value: "## 🚧 Article information 🚧"
33
+
- type: markdown
34
+
attributes:
35
+
value: "*Don't modify the following fields*. They are automatically filled in for you. Doing so will disconnect your issue from the affected article. *Don't edit them*."
0 commit comments