-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from boostcampwm-2022/project-settings
프로젝트 초기 세팅
- Loading branch information
Showing
9 changed files
with
155 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
name: issue-client | ||
about: Suggest an idea for this project | ||
title: '[CLIENT] {TITLE}' | ||
labels: 🌈 client, ✨ feature | ||
assignees: mjsdo, leegwae | ||
|
||
--- | ||
|
||
## Issues | ||
- #이슈번호 | ||
|
||
<!-- 어떤 이슈와 관련된 PR인지 적어주세요! 이슈와 PR을 연결하려면 반드시 적어야 합니다. --> | ||
<!-- 필요하다면 여러 이슈를 적는 것도 가능할지도? --> | ||
<!-- - #IssueNumber 로 타이핑하면 자동완성되는 문장을 사용해주세요. --> | ||
<!-- 예시) - #1 --> | ||
|
||
## 🤷♂️ Description | ||
|
||
<!-- 구현하고자 하는 기능에 대해 작성해 주세요. --> | ||
|
||
## 📷 Screenshots | ||
|
||
<!--스크린샷으로 보여줄 수 있는 이미지가 있다면 첨부해주세요!--> | ||
|
||
## 📒 Remarks | ||
|
||
<!-- 추가로 전달하거나 메모해 둘 내용이 있다면 적어주세요! --> | ||
<!-- 따로 메모해 둘 내용이 없다면 Remarks 블럭은 지워주세요 --> | ||
|
||
|
||
<!--마지막으로 이슈 생성 시 우측의 옵션들을 체크했는지 확인해주세요!--> |
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
name: Report | ||
about: Create a report to help us improve | ||
title: "[BUG | HELP] {BUG_TITLE}" | ||
labels: ❓ help, 🐛 bug | ||
assignees: '' | ||
--- | ||
|
||
## 🔄 How to reproduce bug | ||
|
||
<!--어떻게 하면 버그를 다시 만들 수 있는지 과정을 설명해주세요!--> | ||
|
||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
## 🤔 Concerns | ||
|
||
<!--고려해야할 점은 무엇이 있는지 작성해주세요!--> | ||
|
||
|
||
## 📷 Screenshots | ||
|
||
<!--스크린샷으로 보여줄 수 있는 이미지가 있다면 첨부해주세요!--> | ||
|
||
|
||
## ⚙ Environments | ||
|
||
<!--버그가 생긴 개발환경을 알려주세요!--> | ||
|
||
- OS: [e.g. Windows] | ||
- Browser [e.g. Chrome, Safari] | ||
- Version [e.g. 100] |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
name: issue-server | ||
about: Suggest an idea for this project | ||
title: '[Server] {TITLE}' | ||
labels: 🌐 server, ✨ feature | ||
assignees: NaayoungKwon, soomanbaek | ||
|
||
--- | ||
|
||
## 🤷♂️ Description | ||
|
||
<!-- 구현하고자 하는 기능에 대해 작성해 주세요. --> | ||
|
||
|
||
## 📷 Screenshots | ||
|
||
<!--스크린샷으로 보여줄 수 있는 이미지가 있다면 첨부해주세요!--> | ||
<!-- 따로 보여줄 스크린 샷이 없다면 Screenshots 블럭은 지워주세요 --> | ||
|
||
|
||
## 📒 Remarks | ||
|
||
<!-- 추가로 전달하거나 메모해 둘 내용이 있다면 적어주세요! --> | ||
<!-- 따로 메모해 둘 내용이 없다면 Remarks 블럭은 지워주세요 --> | ||
|
||
|
||
<!--마지막으로 이슈 생성 시 우측의 옵션들을 체크했는지 확인해주세요!--> |
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
## Issues | ||
- #이슈번호 | ||
|
||
<!-- 어떤 이슈와 관련된 PR인지 적어주세요! 이슈와 PR을 연결하려면 반드시 적어야 합니다. --> | ||
<!-- 필요하다면 여러 이슈를 적는 것도 가능할지도? --> | ||
<!-- - #IssueNumber 로 타이핑하면 자동완성되는 문장을 사용해주세요. --> | ||
<!-- 예시) - #1 --> | ||
|
||
## 🤷♂️ Description | ||
|
||
<!-- 어떤 문제에 관한 PR인지 간략하게 적어주세요. --> | ||
|
||
|
||
## 📝 Primary Commits | ||
|
||
<!-- 세부 구현 사항을 리스트로 작성해주세요. --> | ||
|
||
- [X] 세부 구현 사항 1 | ||
- [ ] 세부 구현 사항 2 | ||
- [ ] 세부 구현 사항 3 | ||
|
||
|
||
## 📷 Screenshots | ||
|
||
<!--스크린샷으로 보여줄 수 있는 이미지가 있다면 첨부해주세요!--> | ||
|
||
|
||
## 📒 Remarks | ||
|
||
<!-- 추가로 전달하거나 메모해 둘 내용이 있다면 적어주세요! --> | ||
<!-- 따로 메모해 둘 내용이 없다면 Remarks 블럭은 지워주세요 --> | ||
|
||
|
||
<!--마지막으로 이슈 생성 시 우측의 옵션들을 체크했는지 확인해주세요!--> |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# client 워크플로우 작성 공간 |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# server workflow 작성 공간 |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"name": "common", | ||
"version": "1.0.0", | ||
"main": "index.js", | ||
"license": "MIT" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
const commonFn = () => { | ||
console.log('TEST'); | ||
return 'TEST'; | ||
} | ||
|
||
export default commonFn; |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"name": "asnity", | ||
"version": "1.0.0", | ||
"main": "index.js", | ||
"repository": "https://github.com/boostcampwm-2022/web24-Asnity.git", | ||
"author": "Cola <[email protected]>", | ||
"license": "MIT", | ||
"private": true, | ||
"workspaces": [ | ||
"client", | ||
"server", | ||
"common" | ||
] | ||
} |