Skip to content

Commit 89e1715

Browse files
committed
Merge branch 'master' into production
2 parents a325b87 + 5df416f commit 89e1715

File tree

4 files changed

+419
-404
lines changed

4 files changed

+419
-404
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. -->

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2017 NHN Entertainment Corp.
3+
Copyright (c) 2018 NHN Entertainment Corp.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function setConfig(defaultConfig, server) {
8989
]
9090
};
9191
defaultConfig.junitReporter = {
92-
outputDir: 'report',
92+
outputDir: 'report/junit',
9393
suite: ''
9494
};
9595
} else {

0 commit comments

Comments
 (0)