Skip to content

Commit 535624f

Browse files
committed
Add question template
- To discourage opening issues for questions.
1 parent bc2b97f commit 535624f

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: 'Questions / Help 💬'
2+
description: If you have question, please check StackOverflow first for the relevant package(s) in concern
3+
title: '[Please read the message below]'
4+
labels: [':speech_balloon: Question']
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
## Questions and Help 💬
10+
11+
This issue tracker is reserved for bug reports and feature proposals.
12+
13+
For anything else, such as questions or getting help, please see:
14+
15+
- [Discussions](https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/discussions)
16+
- [StackOverflow](https://stackoverflow.com) for whichever package(s) in concern
17+
18+
If you're having questions about the boilerplate or want to ask for help, start a thread in [Discussions](https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/discussions) instead.
19+
- type: checkboxes
20+
id: no-post
21+
attributes:
22+
label: Please do not submit this issue.
23+
description: |
24+
:bangbang: This issue will be closed. :bangbang:
25+
options:
26+
- label: I understand
27+
required: true

0 commit comments

Comments
 (0)