Skip to content

Commit

Permalink
Merge pull request #1 from boostcampwm-2022/project-settings
Browse files Browse the repository at this point in the history
프로젝트 초기 세팅
  • Loading branch information
mjsdo authored Nov 12, 2022
2 parents 0d3a7d5 + 970d5da commit 7a88f7e
Show file tree
Hide file tree
Showing 9 changed files with 155 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/client.md
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 블럭은 지워주세요 -->


<!--마지막으로 이슈 생성 시 우측의 옵션들을 체크했는지 확인해주세요!-->
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/report.md
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]
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/server.md
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 블럭은 지워주세요 -->


<!--마지막으로 이슈 생성 시 우측의 옵션들을 체크했는지 확인해주세요!-->
34 changes: 34 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
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 블럭은 지워주세요 -->


<!--마지막으로 이슈 생성 시 우측의 옵션들을 체크했는지 확인해주세요!-->
1 change: 1 addition & 0 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# client 워크플로우 작성 공간
1 change: 1 addition & 0 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# server workflow 작성 공간
6 changes: 6 additions & 0 deletions common/package.json
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"
}
6 changes: 6 additions & 0 deletions common/utils/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
const commonFn = () => {
console.log('TEST');
return 'TEST';
}

export default commonFn;
14 changes: 14 additions & 0 deletions package.json
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"
]
}

0 comments on commit 7a88f7e

Please sign in to comment.