We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
지금껏 명확하지 않게 컨벤션을 지켜서 작업해왔는데 이를 명확하게 할 필요성이 생겼습니다.
nhn/fe.javascript 를 확인해보면 COMMIT, PR, ISSUE, 각각에 대해 컨벤션을 정의해 두었습니다.
이 같은 형태로 컨벤션을 명확하게 정의하는게 좋을 것 같습니다.
feat: ISSUE_TEMPLATE을 추가한다 (#2)
ISSUE_TEMPLATE을 추가한다
The text was updated successfully, but these errors were encountered:
$ git clone <fork 받은 리포지토리> $ git remote add upstream https://github.com/witherview/witherview_frontend.git
$ git remote -v --- origin https://github.com/[GitHub 닉네임]/witherview_forntend.git (fetch) origin https://github.com/[GitHub 닉네임]/witherview_frontend.git (push) upstream https://github.com/witherview/witherview_frontend (fetch) upstream https://github.com/witherview/witherview_frontend (push)
Sorry, something went wrong.
$ yarn storybook
dididy
Sung-jin
chjjh0
wooooooood
No branches or pull requests
Is your feature request related to a problem? Please describe.
지금껏 명확하지 않게 컨벤션을 지켜서 작업해왔는데 이를 명확하게 할 필요성이 생겼습니다.
Describe the solution you'd like
nhn/fe.javascript 를 확인해보면 COMMIT, PR, ISSUE, 각각에 대해 컨벤션을 정의해 두었습니다.
이 같은 형태로 컨벤션을 명확하게 정의하는게 좋을 것 같습니다.
COMMIT
feat: ISSUE_TEMPLATE을 추가한다 (#2)
ISSUE
PR
ISSUE_TEMPLATE을 추가한다
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: