-
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 4bujak-4bujak/feat/api
api type지정 및 issue templete pr templete 작성
- Loading branch information
Showing
10 changed files
with
299 additions
and
11 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 @@ | ||
NEXT_PUBLIC_BASE_URL= |
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,20 @@ | ||
--- | ||
name: 기능 추가 이슈 템플릿 | ||
about: 작업 할 내용을 작성해주세요. | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## 어떤 기능인가요? | ||
|
||
> 추가하려는 기능에 대해 간결하게 설명해주세요 | ||
## 작업 상세 내용 | ||
|
||
- [ ] TODO | ||
- [ ] TODO | ||
- [ ] TODO | ||
|
||
## 참고할만한 자료(선택) |
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,22 @@ | ||
--- | ||
name: 버그 리포트 이슈 | ||
about: 고쳐야할 버그를 작성해주세요 | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## 어떤 버그인가요? | ||
|
||
> 어떤 버그인지 간결하게 설명해주세요 | ||
## 어떤 상황에서 발생한 버그인가요? | ||
|
||
> (가능하면) Given-When-Then 형식으로 서술해주세요 | ||
## 예상 결과 | ||
|
||
> 예상했던 정상적인 결과가 어떤 것이었는지 설명해주세요 | ||
## 참고할만한 자료(선택) |
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,26 @@ | ||
<!-- PULL REQUEST TEMPLATE --> | ||
<!-- (체크박스 "[ ]"를 "[x]"로 작성하여, 체크해주세요) --> | ||
|
||
## 해당 사항 (중복 선택) | ||
|
||
- [ ] FEAT : 새로운 기능 추가 및 개선 | ||
- [ ] TEST : 테스트 추가 및 리팩토링 | ||
- [ ] FIX : 버그 수정 | ||
- [ ] REFACTOR : 결과의 변경 없이 코드의 구조를 재조정 | ||
- [ ] STYLE : 코드 스타일에 관련된 변경 사항 | ||
- [ ] DOCS : 코드가 아닌 문서를 수정한 경우 | ||
- [ ] REMOVE : 파일을 삭제하는 작업만 수행 | ||
- [ ] RENAME : 파일 또는 폴더명을 수정하거나 위치(경로)를 변경 | ||
- [ ] CHORE : 패키지 매니저 설정, 코드 수정 없이 설정 변경(eslint) 등 기타 사항 | ||
|
||
## 설명 | ||
|
||
### Key Changes | ||
|
||
<!-- 어떤 작업을 했는지 --> | ||
|
||
### How it Works | ||
<!-- 간단한 로직 설명 --> | ||
|
||
### To Reviewers | ||
<!-- 애매하거나 같이 얘기해보고 싶은 부분 --> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.