Skip to content

Commit

Permalink
Merge pull request #2 from soma-baekgu/feature/BG-120
Browse files Browse the repository at this point in the history
[BG-120] 백엔드 레포지토리 템플릿 세팅 (0.1H/0.1H)
  • Loading branch information
Dltmd202 authored Jun 19, 2024
2 parents 016c0ce + 19382f2 commit 9775608
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/버그리포트.md
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
// 기타
// 작업한 내용, 스크린샷
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/피처.md
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 !
25 changes: 25 additions & 0 deletions .github/pull_request_template.md
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 번호)
40 changes: 40 additions & 0 deletions .gitignore
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

0 comments on commit 9775608

Please sign in to comment.