Skip to content

Commit 12c1ad0

Browse files
authored
Update ISSUE_TEMPLATE.md
1 parent da66c86 commit 12c1ad0

File tree

1 file changed

+34
-24
lines changed

1 file changed

+34
-24
lines changed

.github/ISSUE_TEMPLATE.md

+34-24
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,38 @@
11
<!--
22
3-
DO NOT SUBMIT ISSUES ASKING TO REMOVE ES6.
4-
5-
IT WILL BE CLOSED.
6-
IT WILL BE LOCKED.
7-
8-
We use ES2015+ for a reason. Modern best
9-
practices dictate the use of tooling like
10-
Babel and @babel/preset-env in order to
11-
target the browsers that make sense for
12-
your project.
13-
14-
For more information, please see:
15-
https://github.com/sindresorhus/ama/issues/446#issuecomment-281014491
16-
17-
Please keep in mind that `debug` is downloaded,
18-
installed, transpiled and used millions of times
19-
*per day*. If you have an error with `debug`, it's
20-
most likely your own configuration (e.g. with Babel,
21-
Webpack, etc).
22-
23-
Unless you post ample evidence you have tried
24-
to fix this yourself, it will most likely
25-
be determined that your issue is localized
26-
to your project - not `debug`.
3+
_____ _______ ____ _____
4+
/ ____|__ __/ __ \| __ \
5+
| (___ | | | | | | |__) |
6+
\___ \ | | | | | | ___/
7+
____) | | | | |__| | |
8+
|_____/ |_| \____/|_|
9+
10+
THIS IS NOT THE PLACE TO POST ANSWERS TO THE
11+
SECURITY STRATEGY COURSE.
12+
13+
这里不是发布 Github 安全课程答案的地方!
14+
如果您在这里提交诸如“2.6.9”之类的答案,那您就错了!
15+
在此处发布您的答案将导致您被永久禁止!
16+
17+
IF YOU ARE HERE TO POST SOMETHING LIKE "2.6.9"
18+
AS AN ANSWER TO GITHUB'S LEARNING LAB ON
19+
MANAGING SECURITY VULNERABILITIES, **YOU ARE
20+
IN THE WRONG PLACE**.
21+
22+
이곳은 Github 보안 과정에 대한 답변을 게시하는
23+
곳이 아닙니다! 여기에 "2.6.9"와 같은 답변을
24+
제출하면 잘못 입력한 것입니다! 여기에 답변을
25+
게시하면 영구적으로 차단됩니다!
26+
27+
Please go back and read the instructions again.
28+
Posting such things here WILL GET YOU BANNED
29+
FROM THE REPOSITORY PERMANENTLY. THIS IS NOT
30+
WHERE YOU POST ANSWERS.
31+
32+
---------------------------------------------
33+
34+
I've notified Github about this but they
35+
refuse to do anything about it. I apologize
36+
to anyone trying to post an *actual* issue.
2737
2838
-->

0 commit comments

Comments
 (0)