Skip to content

Commit

Permalink
Merge pull request #9 from modern-agile-team/docs/#6/Edit_Readme
Browse files Browse the repository at this point in the history
📃 Docs(#6): Issue 작업 PR 복사 수정
  • Loading branch information
bluetree7878 authored Sep 17, 2024
2 parents 8d3c92e + e3aa7d3 commit 1510fde
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/issue-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ gitSafeReplacementChar: '_'
autoCloseIssue: true
commentMessage: 'Branch ${branchName} created for issue: ${issue.title}'

copyIssueLabelsToPR: true
copyIssueAssigneeToPR: true
copyIssueProjectsToPR: true

branches:
- label: 🌏 Deploy
prefix: deploy/
Expand All @@ -26,7 +30,3 @@ branches:
prefix: publish/
- label: '*'
prefix: issue/

copyIssueLabelsToPR: true
copyIssueAssigneeToPR: true
copyIssueProjectsToPR: true
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
8기 메인 프로젝트 프론트엔드 레포지토리입니다.

## 기술 스택

<div align="left">
<h4>Language & Tools:</h4>

Expand All @@ -12,7 +13,6 @@
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white) &nbsp;
![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white)


<h4>Framework & Library:</h4>

![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB) &nbsp;
Expand All @@ -22,12 +22,10 @@
![SweetAlert2](https://img.shields.io/badge/SweetAlert2-5A67D8?style=for-the-badge&logo=SweetAlert2&logoColor=white) &nbsp;
![React-Icons](https://img.shields.io/badge/React--Icons-61DBFB?style=for-the-badge&logo=react&logoColor=white)


<h4>Global-State:</h4>

![Zustand](https://img.shields.io/badge/zustand-8B4513.svg?style=for-the-badge&logo=zustand&logoColor=white)


<h4>Module Bundler:</h4>

![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge&logo=vite&logoColor=white)
Expand All @@ -38,19 +36,20 @@
![Prettier](https://img.shields.io/badge/prettier-%23F7B93E.svg?style=for-the-badge&logo=prettier&logoColor=white) &nbsp;
![ENV](https://img.shields.io/badge/.env-%23000000.svg?style=for-the-badge&logo=dotenv&logoColor=%23FFDD00)


<h4>Communication:</h4>

![Git](https://img.shields.io/badge/git-%23F05033.svg?style=for-the-badge&logo=git&logoColor=white) &nbsp;
![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white) &nbsp;
![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?style=for-the-badge&logo=discord&logoColor=white) &nbsp;
![GitHub Actions](https://img.shields.io/badge/github%20actions-%232671E5.svg?style=for-the-badge&logo=githubactions&logoColor=white) &nbsp;
![Notion](https://img.shields.io/badge/notion-%23FFFFFF.svg?style=for-the-badge&logo=notion&logoColor=black) &nbsp;
![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?style=for-the-badge&logo=discord&logoColor=white) &nbsp;
![Figma](https://img.shields.io/badge/figma-%23F24E1E.svg?style=for-the-badge&logo=figma&logoColor=white)
</div>

***
---

## 커밋 메시지 컨벤션

git commit -m "✨ Feature(#123): 커밋 내용"

| Type | Description |
Expand Down

0 comments on commit 1510fde

Please sign in to comment.