Skip to content

Commit 251797f

Browse files
committed
chore: add issue template
1 parent 3744467 commit 251797f

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

ISSUE_TEMPLATE.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!--
2+
Thank you for your contribution.
3+
4+
When it comes to write an issue, please, use the template below.
5+
To use the template is mandatory for submit new issue and we won't reply the issue that without the template.
6+
7+
And you can write template's contents in Korean also.
8+
-->
9+
10+
<!-- TEMPLATE -->
11+
12+
## Version
13+
<!-- Write the version of component you are currently using. -->
14+
15+
## Development Environment
16+
<!-- Write the browser type, OS and so on. -->
17+
18+
## Current Behavior
19+
<!-- Write a description of the current operation. You can add example code, 'CodePen' or 'jsfiddle' links. -->
20+
21+
```js
22+
// Write example code
23+
```
24+
25+
## Expected Behavior
26+
<!-- Write a description of the future action. -->

0 commit comments

Comments
 (0)