-
Notifications
You must be signed in to change notification settings - Fork 0
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 #2 from soma-baekgu/feature/BG-120
[BG-120] 백엔드 레포지토리 템플릿 세팅 (0.1H/0.1H)
- Loading branch information
Showing
4 changed files
with
100 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,20 @@ | ||
--- | ||
name: 버그리포트 | ||
about: Create a report to help us improve | ||
title: "[BG-**]: Issue 제목" | ||
labels: bug | ||
assignees: Dltmd202, GGHDMS | ||
|
||
--- | ||
|
||
# What | ||
// 스크린 샷, 작동 환경 (OS, device 등)을 적어주세요. | ||
// 이슈에 대한 간단한 설명 | ||
|
||
# Todo | ||
- [ ] 해야할 일 | ||
- [ ] 해야할 일 | ||
|
||
# Etc | ||
// 기타 | ||
// 작업한 내용, 스크린샷 |
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,15 @@ | ||
--- | ||
name: 피처 | ||
about: Suggest an idea for this project | ||
title: "[BG-**]: PR 제목 (실제소요H / 스토리포인트H)" | ||
labels: feature | ||
assignees: Dltmd202, GGHDMS | ||
|
||
--- | ||
|
||
## issue | ||
이슈에 대한 내용을 설명해주세요. | ||
|
||
## 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,25 @@ | ||
PR 제목 | ||
[BG-22]: PR 제목 (실제소요시간h / 스토리포인트h) | ||
|
||
// 사용하지 않는 템플릿 제목은 삭제합니다 | ||
# Why | ||
|
||
// Jira의 명시된 스토리포인트에서 변경된 시간만큼의 이유를 작성하기를 권장 | ||
// 혹은 이 테스크를 진행하게된 이유를 작성 | ||
# How | ||
|
||
// 해당 테스크를 수행하기 위한 과정과 흐름에 대해 집중해서 작성합니다. (변경사항) | ||
# Result | ||
|
||
// 해당 테스크를 통한 결과에 대해 담백하게 작성합니다. (test 결과..?) | ||
// 작업한 내용, 스크린샷 | ||
# Prize | ||
|
||
// 해당 테스크를 통해서 어떤 기술적 성취가 있었는지 작성합니다.(수치적인 개선점 등) | ||
# Reference | ||
|
||
// 해당 테스크를 수행하며 참고한 Link를 모두 작성합니다. (Reference) | ||
# Link | ||
|
||
close # | ||
// jira 혹은 figma 링크를 작성합니다. (Jira ISSUE 번호) |
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,40 @@ | ||
HELP.md | ||
.gradle | ||
build/ | ||
!gradle/wrapper/gradle-wrapper.jar | ||
!**/src/main/**/build/ | ||
!**/src/test/**/build/ | ||
|
||
### STS ### | ||
.apt_generated | ||
.classpath | ||
.factorypath | ||
.project | ||
.settings | ||
.springBeans | ||
.sts4-cache | ||
bin/ | ||
!**/src/main/**/bin/ | ||
!**/src/test/**/bin/ | ||
|
||
### IntelliJ IDEA ### | ||
.idea | ||
*.iws | ||
*.iml | ||
*.ipr | ||
out/ | ||
!**/src/main/**/out/ | ||
!**/src/test/**/out/ | ||
|
||
### NetBeans ### | ||
/nbproject/private/ | ||
/nbbuild/ | ||
/dist/ | ||
/nbdist/ | ||
/.nb-gradle/ | ||
|
||
### VS Code ### | ||
.vscode/ | ||
|
||
### Kotlin ### | ||
.kotlin |