Skip to content

Commit

Permalink
docs: 템플릿 수정 및 README.md 에 커밋 컨벤션 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
kimday0326 committed Jan 28, 2024
1 parent c23b07d commit 73b9dc1
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 127 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/♻️-refactor.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: "♻️ REFACTOR"
about: 리팩토링 템플릿입니다.
title: "️♻️ [REFACTOR]"
title: "️♻️ refactor: "
labels: refactor
assignees: ''

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: "FEATURE"
name: "FEAT"
about: 기능 개발 이슈템플릿입니다.
title: "[FEATURE]"
labels: feature
title: "feat: "
labels: feat
assignees: ''

---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: "🐛 BUG"
about: 버그 템플릿입니다.
title: "🐛 [BUG]"
labels: bug
name: "🐛 FIX"
about: 버그 수정 템플릿입니다.
title: "🐛 fix: "
labels: fix
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/👷️-ci.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: "👷 CI"
about: 배포 작업 템플릿입니다.
title: "👷 [CI]"
title: "👷 ci: "
labels: ci
assignees: ''

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/📝️-docs.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: "📝 DOCS"
about: 문서 작업 템플릿입니다.
title: "📝 [DOCS]"
title: "📝 docs: "
labels: docs
assignees: ''

Expand Down
115 changes: 0 additions & 115 deletions .github/workflows/gradle.yml

This file was deleted.

18 changes: 16 additions & 2 deletions README.md
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` | 기존 배포 스크립트 수정 |

0 comments on commit 73b9dc1

Please sign in to comment.