Skip to content

Commit 3d5535a

Browse files
authored
minor: put -Duser.language=en -Duser.country=US to issue template to avoid non English outputs
1 parent 08793f2 commit 3d5535a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
[[PLACE YOUR OUTPUT HERE]]
1212

13-
/var/tmp $ java -jar checkstyle-X.XX-all.jar -c config.xml YOUR_FILE.java
13+
/var/tmp $ java -Duser.language=en -Duser.country=US -jar checkstyle-X.XX-all.jar -c config.xml YOUR_FILE.java
1414

1515
[[PLACE YOUR OUTPUT HERE]]
1616

0 commit comments

Comments
 (0)