Skip to content

Commit

Permalink
fix: issue template 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
alstn113 committed Jan 1, 2025
1 parent 89107e2 commit d8f452f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 30 deletions.
15 changes: 5 additions & 10 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,29 @@ body:
- type: markdown
attributes:
value: |
버그 신고를 작성해주셔서 감사합니다! 🙏 여러분의 소중한 피드백이 시스템 개선에 큰 도움이 됩니다.
버그 신고를 작성해주셔서 감사합니다! 🙏
- type: textarea
id: what-happened
attributes:
label: 어떤 일이 발생했나요? 🤔
description: 문제가 발생한 상황을 자세히 설명해주세요. 어떤 결과를 기대하셨는지도 함께 적어주세요.
description: 또한, 어떤 결과를 기대했었는지 알려주세요.
placeholder: 예상치 못한 버그가 발생했습니다...
validations:
required: true
- type: textarea
id: what-caused
attributes:
label: 왜 발생했을까요?
description: 문제의 원인에 대한 개인적인 생각이나 추측을 적어주세요.
description: 무슨 생각이 드는지 알려주세요.
placeholder: 제 생각에는...
validations:
required: false
- type: textarea
id: logs
attributes:
label: 관련 로그 또는 오류 메시지
description: 문제와 관련된 로그나 오류 메시지를 복사하여 붙여넣어주세요. 코드 형식으로 자동 서식이 지정됩니다.
label: 관련 로그 출력
description: 관련 로그 출력을 복사하여 붙여넣어주세요. 자동으로 코드 형식으로 서식이 지정됩니다.
render: shell
- type: file
id: screenshot
attributes:
label: 스크린샷 첨부
description: 문제가 발생한 화면의 스크린샷을 첨부해주세요. (선택 사항)
- type: checkboxes
id: terms
attributes:
Expand Down
30 changes: 10 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,35 +1,25 @@
name: 기능 제안
descrition: 추가하고 싶은 기능이나 개선 사항을 제안해주세요.
description: 새로운 기능을 제안해주세요.
labels: ['Feature']
body:
- type: markdown
attributes:
value: |
기능 구현을 제안해주셔서 감사합니다! 🙏 여러분의 소중한 의견이 시스템 개선에 큰 도움이 됩니다.
새로운 기능을 제안해주셔서 감사합니다! 🙏
- type: textarea
id: what-feature
id: new-feature
attributes:
label: 어떤 기능을 추가하거나 개선하고 싶으신가요? 🤔
description: 제안하고자 하는 기능에 대해 자세히 설명해주세요.
placeholder: 새로운 기능을 추가하면 사용자들이...
label: 어떤 기능을 제안하시나요? 🤔
description: 이 새로운 기능으로 어떤 효과를 기대하시나요? 🚀
placeholder: 이 기능이 있으면 좋겠다면, 이유를 적어주세요...
validations:
required: true
- type: textarea
id: why-feature
id: how
attributes:
label: 왜 이 기능이 필요한가요?
description: 제안하고자 하는 기능이 시스템에 어떤 도움을 줄 수 있는지 설명해주세요.
placeholder: 이 기능을 추가하면 사용자들이...
validations:
required: true
- type: textarea
id: how-feature
attributes:
label: 어떻게 구현할 수 있을까요?
description: 제안하고자 하는 기능을 구현하는 방법에 대해 자유롭게 적어주세요.
placeholder: 이 기능을 추가하려면...
validations:
required: false
label: 이 기능은 어떻게 구현할 수 있을까요? 🛠️
description: 필요한 기술 스택이나 구현 방법 등을 알려주세요. 💻
placeholder: 이러한 방법으로 구현할 수 있습니다...
- type: checkboxes
id: terms
attributes:
Expand Down

0 comments on commit d8f452f

Please sign in to comment.