Skip to content

Commit 0f4ae04

Browse files
authored
Add issue template (#45)
1 parent f619c3c commit 0f4ae04

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!--
2+
Note: if the issue is a general React question, please check React Docs first: https://reactjs.org/docs
3+
If your question is about DevExtreme widgets' APIs, use the DevExpress Support Center: https://www.devexpress.com/Support/Center
4+
-->
5+
6+
### Issue Type
7+
<!-- Do you want to request a feature or report a bug? Check one option with "x" -->
8+
[ ] bug report
9+
[ ] feature request
10+
11+
### Current Behavior
12+
13+
### Expected Behavior
14+
15+
### Steps to Reproduce
16+
<!-- If the current behavior is a bug, please provide the steps to reproduce -->
17+
18+
### Demo
19+
<!--
20+
If you provide a minimal demo of the problem\proposal, it helps us to solve it much faster.
21+
Paste the link to your online code editor (like https://stackblitz.com) below:
22+
-->
23+
24+
### Environment Details
25+
<!--
26+
Specify DevExtreme version, DevExtreme React Components version, React version and other environment details or notes you consider important.
27+
-->

0 commit comments

Comments
 (0)