-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update ISSUE_TEMPLATE.md (#50)
- Loading branch information
Showing
1 changed file
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,24 @@ | ||
<!-- | ||
Thank you for your contribution. | ||
When it comes to write an issue, please, use the template below. | ||
To use the template is mandatory for submit new issue and we won't reply the issue that without the template. | ||
And you can write template's contents in Korean also. | ||
When it comes to writing an issue, please use the template below. | ||
To use the template is mandatory for submit a new issue and we won't reply to the issue without the template. | ||
--> | ||
|
||
<!-- TEMPLATE --> | ||
|
||
## Version | ||
<!-- Write the version of component you are currently using. --> | ||
<!-- Write the version of the component you are currently using. --> | ||
|
||
## Development Environment | ||
<!-- Write the browser type, OS and so on. --> | ||
|
||
## Current Behavior | ||
<!-- Write a description of the current operation. You can add example code, 'CodePen' or 'jsfiddle' links. --> | ||
<!-- Write a description of the current operation. You can add example code, 'CodePen', 'jsfiddle', or 'codesandbox' links. --> | ||
|
||
```js | ||
// Write example code | ||
``` | ||
|
||
## Expected Behavior | ||
<!-- Write a description of the future action. --> | ||
<!-- Write a description of future action. --> |