mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-06 07:56:06 +02:00
Add new issue template (#1130)
* Create docs-issue.yml * Delete doc-issue.md * Update docs-issue.yml * Update docs-issue.yml * Update docs-issue.yml * Update docs-issue.yml * Create docs-issue.yml * Update docs-issue.yml * Update docs-issue.yml * Update docs-issue.yml * Update .github/ISSUE_TEMPLATE/docs-issue.yml Co-authored-by: Genevieve Warren <[email protected]> Co-authored-by: Genevieve Warren <[email protected]>
This commit is contained in:
co-authored by
Genevieve Warren
parent
604e54c410
commit
2aea7ebcbf
@@ -0,0 +1,62 @@
|
||||
name: "Desktop doc problem"
|
||||
description: Report a problem in the WPF/Windows Forms documentation.
|
||||
title: "[doc bug]: "
|
||||
labels: Pri1,doc-bug
|
||||
assignees:
|
||||
- adegeo
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
```
|
||||
┌──────────┐
|
||||
│IMPORTANT ├──────────────────────────┐
|
||||
└───────┬──┘ Please read the │
|
||||
│ following statement │
|
||||
└─────────────────────────────┘
|
||||
```
|
||||
|
||||
If you're reporting a general product usage question (ex: how do I set the text of a button?), it's better to use Q&A forum like:
|
||||
|
||||
- [Stack Overflow](https://stackoverflow.com/)
|
||||
- [Microsoft Q&A](https://docs.microsoft.com/answers/products/)
|
||||
|
||||
If your question is related to documentation, please fill out the following information.
|
||||
|
||||
- type: input
|
||||
id: url
|
||||
attributes:
|
||||
label: Article URL
|
||||
description: "Which article has the problem?"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: technology
|
||||
attributes:
|
||||
label: Technology
|
||||
description: Which desktop technology are you using?
|
||||
options:
|
||||
- WPF (Windows Presentation Foundation)
|
||||
- Windows Forms
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: checkboxes
|
||||
id: platform
|
||||
attributes:
|
||||
label: Version
|
||||
description: Which .NET version did you notice this problem with?
|
||||
options:
|
||||
- label: ".NET 5 or later (also .NET Core)"
|
||||
- label: ".NET Framework 4"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: What's the problem you had with the documentation? (markdown allowed)
|
||||
validations:
|
||||
required: true
|
||||
Reference in New Issue
Block a user