-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new feature(#598): Git Issue Template #693
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
우와우 너무 좋은 것 같습니다!! 수고하셨습니다!👍👍👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이슈 템플릿 정말 필요하다고 생각하고 있었는데 덕분에 이슈 파악이 좀 더 쉬워질 것 같습니다! 수고하셨습니다!! 👍✨👍✨👍✨
.github/ISSUE_TEMPLATE/config.yml
Outdated
@@ -0,0 +1,12 @@ | |||
blank_issues_enabled: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
실제로 이슈 등록하는 화면을 보지 못해서 확실하지는 않지만
yml 형식으로 설정된 템플릿은 md 형식으로 설정된 템플릿하고는 다르게 이슈 작성 시에 템플릿 수정이 불가능한 것으로 알고 있습니다..! (제목을 조금 변경한다거나, 항목을 추가한다거나 하는 등)
이 설정을 보니 템플릿이 적용되지 않은 이슈는 생성이 불가능한 것 같은데, 만약에 정해진 템플릿'만' 사용해야 한다면 개인적으로는 규칙이 좀 강하게 적용되어 있는 느낌이 들기도 해서
이슈 템플릿을 md 형식으로 변경해서 정해진 템플릿 내에서 약간의 변경이 가능하게 하거나, 빈 이슈 생성이 가능하게 하는 옵션을 켜두는 것도 좋을 것 같아요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
실제로 이슈 등록하는 화면을 보지 못해서 확실하지는 않지만 yml 형식으로 설정된 템플릿은 md 형식으로 설정된 템플릿하고는 다르게 이슈 작성 시에 템플릿 수정이 불가능한 것으로 알고 있습니다..! (제목을 조금 변경한다거나, 항목을 추가한다거나 하는 등)
오!! yml과 md가 그런 차이가 있나요?? 몰랐군요
이 설정을 보니 템플릿이 적용되지 않은 이슈는 생성이 불가능한 것 같은데, 만약에 정해진 템플릿'만' 사용해야 한다면 개인적으로는 규칙이 좀 강하게 적용되어 있는 느낌이 들기도 해서 이슈 템플릿을 md 형식으로 변경해서 정해진 템플릿 내에서 약간의 변경이 가능하게 하거나, 빈 이슈 생성이 가능하게 하는 옵션을 켜두는 것도 좋을 것 같아요!
빈 이슈 옵션은 왠지 좋을 수도 있을 것 같습니다!
.github/ISSUE_TEMPLATE/config.yml
Outdated
- name: Discucssions | ||
url: https://github.com/githru/githru-vscode-ext/discussions/new | ||
about: 이곳에서 질문과 논의를 진행해주세요. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
현재 discussion기능은 사용하고 있지 않아서 이 부분은 필요없을 것 같아요!
name: feature request 🚀 | ||
description: >- | ||
추가하고 싶은 신규 기능에 대해 알려주세요. | ||
title: '[new feature]: ' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title 기본 형식은 조금 생각해봐야겠네요.
label이 있으니 굳이 [new feature]라고 말머리를 또 붙일 필요가 있나 하는 생각도 드는군요 ㅎㅎ
좋은 지적입니다! 둘이 같긴 하죠.
리뷰 커멘트에서도 적었는데, 현재는 discussion 메뉴는 사용하지 않고 있구요.
정리해주시는 것 너무 좋습니다 🥹🥹🥹🥹🥹
👍 너무나도 훌륭한 PR 입니다 👍👍👍 말씀하신대로 논의할 부분들이 좀 있긴 한데, label에 대한 정리는 여기서 정리가 마무리되더라도, 이슈에 한번 더 적어주시면 좋을 것 같습니다. 그리고, 올려주신 코드 내용은 template 내용인데, 실제로 생성되는 template 내용을 확인할 수 있으면 |
@kimdaeyeobbb 님, 커멘트 확인해서 반영부탁드리겠습니다! |
ca434a0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM👏 너무 좋은 거 같아요!!
LGTM✨ label을 정리해주셨군용👍 |
Related issue
#598
Result
Work list
1. 생성 및 병합한 issue template
docs
docs
fix/bug
fix / bug
→
fix 통일
(1️⃣ https://github.com/nhn/tui.chart/blob/main/docs/COMMIT_MESSAGE_CONVENTION.md
2️⃣ https://www.conventionalcommits.org/en/v1.0.0-beta.2/,
3️⃣ https://developers.google.com/blockly/guides/contribute/get-started/commits?hl=ko)
에서도 fix는
bug fix를 위한것
이라 되어있으므로 fix로 통일되는것이 필요해 보임test
test
([view] e2e test 항목 추가(dev 모드 관련) #605)
new feature
new feature
discussion/suggestion/question
discussion / suggestion / question
→
discussion 통일
(라벨 정리는 영택님의 의견이 존중되어야할 듯함)
실제 구성
2. 생성하지 않은 issue template
good first issue
backlog
knowledge
analysis engine / view / vscode
Discussion
한번 훑어보시고 피드백 주세요 :)