Skip to content

Commit 91a55eb

Browse files
authored
Updated question template to use forms
1 parent fe17bd4 commit 91a55eb

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

.github/ISSUE_TEMPLATE/question.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Question
2+
description: I have a question about how to use something in the toolkit.
3+
labels: "question :grey_question:"
4+
title: "[Question]"
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
## Before you begin
10+
We try to keep this GitHub issue list for bugs and features.
11+
12+
To make sure your question helps others too, considering posting on Stack Overflow under the ['windows-community-toolkit' tag](https://stackoverflow.com/questions/tagged/windows-community-toolkit), or our ["Questions & Help"](https://github.com/CommunityToolkit/WindowsCommunityToolkit/discussions/categories/questions-help) GitHub Discussions.
13+
14+
If your question is about our documentation, please file an issue [here](https://github.com/MicrosoftDocs/WindowsCommunityToolkitDocs/issues/new) instead, or this issue will be automatically closed.
15+
16+
Thanks!
17+
- type: textarea
18+
id: description
19+
validations:
20+
required: true
21+
attributes:
22+
label: 'Your question:'
23+
description: Please provide detailed information, including examples, screenshots and relevant issues if possible.

0 commit comments

Comments
 (0)