-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: 템플릿 수정 및 README.md 에 커밋 컨벤션 추가
- Loading branch information
1 parent
c23b07d
commit 73b9dc1
Showing
7 changed files
with
26 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
.github/ISSUE_TEMPLATE/✨-feature.md → .github/ISSUE_TEMPLATE/✨-feat.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
.github/ISSUE_TEMPLATE/🐛-bug.md → .github/ISSUE_TEMPLATE/🐛-fix.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
name: "👷 CI" | ||
about: 배포 작업 템플릿입니다. | ||
title: "👷 [CI]" | ||
title: "👷 ci: " | ||
labels: ci | ||
assignees: '' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
name: "📝 DOCS" | ||
about: 문서 작업 템플릿입니다. | ||
title: "📝 [DOCS]" | ||
title: "📝 docs: " | ||
labels: docs | ||
assignees: '' | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,24 @@ | ||
# Contributors | ||
|
||
|
||
| 앤디/이유제 | 마루/김대휘 | 소피/이소정 | 세헌/호세헌 | 태태/권정태 | | ||
|:------------------------------------------------------:|:----------------------------------------------------------:|:------------------------------------------------------:|:--------------------------------------------------------:|:----------------------------------------------------:| | ||
| Part Lead / Server Developer | Server Developer | Server Developer | Server Developer | Server Developer | | ||
| <center>[dbwp031](https://github.com/dbwp031)</center> | <center>[marooo326](https://github.com/marooo326)</center> | <center>[xxoznge](https://github.com/xxoznge)</center> | <center>[seheonnn](https://github.com/seheonnn)</center> | <center>[oxdjww](https://github.com/oxdjww)</center> | | ||
|
||
### 커밋컨벤션 | ||
|
||
|
||
| 태그이름 | 내용 | | ||
|----------------------------|---------------------------------------------| | ||
| :sparkles: `feat` | 새로운 기능을 추가할 경우 | | ||
| :bug:`fix ` | 버그를 고친 경우 | | ||
| :bug:`!hotfix` | 급하게 치명적인 버그를 고쳐야하는 경우 | | ||
| `style` | 코드 포맷 변경, 세미 콜론 누락, 코드 수정이 없는 경우 | | ||
| :recycle:`refactor` | 코드 리팩토링 | | ||
| :memo:`comment` | 필요한 주석 추가 및 변경 | | ||
| :memo:`docs` | 문서, Swagger 를 수정한 경우 | | ||
| :hammer:`test` | 테스트 추가, 테스트 리팩토링(프로덕션 코드 변경 X) | | ||
| `chore` | 빌드 태스트 업데이트, 패키지 매니저를 설정하는 경우(프로덕션 코드 변경 X) | | ||
| `rename` | 파일 혹은 폴더명을 수정하거나 옮기는 작업만인 경우 | | ||
| `remove` | 파일을 삭제하는 작업만 수행한 경우 | | ||
| :construction_worker: `ci` | 배포 방식 수정 및 새로 추가 | | ||
| :green_heart: `ci` | 기존 배포 스크립트 수정 | |