깃과 깃허브를 이용하여 마일스톤, 라벨, 태그, 이슈, 브랜치 생성, PR 등을 실습한다.
| 역할 | 이름 |
|---|---|
| 팀 리더 | 서보승 |
| 기획자 | 황인준 |
| 개발자 A | 송우정 |
| 개발자 B | 김정민 |
git clone https://github.com/seoboseung/OSSProject_team4.git| 유형 | 설명 |
|---|---|
feat: |
새로운 기능 추가 |
fix: |
버그 수정 |
refactor: |
코드 리팩토링 |
형식:
이슈번호-유형-기능명
예시:
4-feature-login7-fix-button-error10-refactor-header
제목: bug-내용
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser: [e.g. chrome, safari]
- Version: [e.g. 22]
**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser: [e.g. stock browser, safari]
- Version: [e.g. 22]
**Additional context**
Add any other context about the problem here.
제목: feature-내용
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.
| 커밋 메시지 | 설명 |
|---|---|
feat: |
새로운 기능 |
fix: |
버그 수정 |
refactor: |
코드 리팩토링 |
| 버전 | 설명 |
|---|---|
| 1.1.1 | 기능 추가 |
| 1.1.2 | 버그 수정 |
| 라벨 | 설명 |
|---|---|
bug |
Something isn't working |
documentation |
Improvements or additions to docs |
duplicate |
This issue or PR already exists |
enhancement |
New feature or request |
good first issue |
Good for newcomers |
help wanted |
Extra attention is needed |
invalid |
This doesn't seem right |
question |
Further information is requested |
wontfix |
This will not be worked on |
✉️ 문의 및 협업은 GitHub Issues 또는 Pull Request를 통해 진행해주세요.