Skip to content
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

merge :: Feature 생성 할때 일어날 수 있는 휴먼에러 걱정 하나를 제거? #46

Merged
merged 2 commits into from
Oct 16, 2022

Conversation

baekteun
Copy link
Member

@baekteun baekteun commented Oct 15, 2022

개요

Feature 생성하실때 실수를 하나 정도는 넘어갈 수 있게 해드립니다!

작업사항

  • generate_new_feature.py 파일에서, feature 이름 입력할때 TestFeature이렇게 입력하면 TestFeatureFeature이랬는데? 이제 TestFeature로 입력해도 TestFeature로 생성됩니다! -> Feature 접미사 제거
  • 새 Feature 생성할 때 CommonFeature를 dependency로 두는거 수정

@baekteun baekteun added the ✨feat 새로운 기능을 추가 할 경우 label Oct 15, 2022
@baekteun baekteun self-assigned this Oct 15, 2022
@baekteun baekteun linked an issue Oct 15, 2022 that may be closed by this pull request
@baekteun baekteun merged commit b2f2f2e into develop Oct 16, 2022
@baekteun baekteun deleted the 45-slice-feature-when-make-feature branch October 16, 2022 04:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨feat 새로운 기능을 추가 할 경우
Projects
None yet
Development

Successfully merging this pull request may close these issues.

모듈 생성시 접미사에 Feature 거르기!
3 participants