Skip to content

Commit

Permalink
Merge branch 'feature/result' of https://github.com/hyosin-Jang/Fedi-…
Browse files Browse the repository at this point in the history
…front into main
  • Loading branch information
hyosin-Jang committed Jan 10, 2022
2 parents 9393f41 + 2e8c6c4 commit 72695f2
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 3 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

## 📑 이슈 내용
- 이슈 내용 요약 설명

## 📝 상세 내용
- 이슈 내용 구현 관련 상세 내용 작성

## ✔ 체크리스트
- [ ] TODO A

## 📍 레퍼런스
- ex. 카카오 맵 api, keyworkSearch 함수

## 📷 스크린샷
11 changes: 11 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# PR

## 개요
- Issue 번호를 적어주세요.
- 내용을 적어주세요.

## 내용
- 내용 명: 내용을 작성해주세요.

## 체크리스트
- [ ] 체크리스트를 작성합니다.
25 changes: 22 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,29 @@
## 커밋 컨벤션

## 브랜치 전략
- [ ] git-flow (공부하기)
- [ ] github-flow
- [git 브랜치 전략에 대해서](https://tecoble.techcourse.co.kr/post/2021-07-15-git-branch/)
- [ ] Git-flow
- [ ] Github-flow
- [X] Gitlab-flow

### 1. feature 브랜치
- 모든 기능은 feature 브랜치에서 진행됨
- master 브랜치에서 나와 master 브랜치로 머지됨
- 기능이 완료되면 merge request 보냄
### 2. master 브랜치
- git flow의 develop 브랜치와 같음
- feature브랜치에서 병합된 기능을 test함
- 전체적인 테스트가 진행되어 기능보장이 완료되면 production 브랜치로 머지함
### 3. production 브랜치
- 배포 브랜치

### 각 브랜치 기능
- feature/camera: 카메라로 사진 입력받는 기능
- feature/result: 유사도 분석 결과 보여주는 기능
- feature/networkmap: 네트워크맵을 통해 사진유포 트윗의 리트윗/좋아요 계정을 보여주는 기능
- feature/report: 센터와 트위터에 계정을 신고하는 기능

## 스타일링
- [X] Styled-components
- [ ] Material-ui
- [X] Material-ui (신고 계정 아바타)
- [ ] CSS module (미확정)

0 comments on commit 72695f2

Please sign in to comment.