Skip to content

Commit

Permalink
Revert "chore(issue template): 이슈 템플릿 제목에서 [{분야}] 삭제" (#13)
Browse files Browse the repository at this point in the history
* Revert "chore(issue template): 이슈 템플릿 제목에서 [{분야}] 삭제 (#12)"

This reverts commit 14c0621.

* chore(issue template): 이슈 템플릿 제목에 공백 추가
  • Loading branch information
jacobhboy authored Dec 27, 2023
1 parent 14c0621 commit 3831581
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "🐞 버그 리포트"
description: "버그가 발생했나요?"
title: ""
title: " "
labels: "버그"
body:
- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "✨ 새로운 기능"
description: "새로운 기능에 대한 이슈를 작성하세요!"
title: ""
title: " "
labels: "새기능"
body:
- type: input
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "🙋🏻 질문하기"
description: "질문이 있나요?"
title: ""
title: " "
labels: "질문"
body:
- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/review.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "🙌 개선하기"
description: "더 나은 서비스를 위하여! 위하여~"
title: ""
title: " "
labels: "개선"
body:
- type: textarea
Expand Down

0 comments on commit 3831581

Please sign in to comment.