Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---

name: Bug report
about: Create a report to help us improve
title: "[BE | Android] : OO 메서드에서 NPE 발생"
labels:
assignees: ''

---

## 버그 내용

## 재현 과정

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

## 우려 사항

## 스크린샷

## 환경(Desktop)

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

## 환경(Mobile)

- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

## 기타

22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---

name: Feature request
about: Suggest an idea for this project
title: '[BE | Android] : OO 기능 요청'
labels: ''
assignees: ''

---

## 기능 요청사항

ex) 로그인 기능이 필요해요.

## 요청 세부사항

ex) Jwt 를 활용해서 로그인 기능을 만들어주세요.

## 레퍼런스

ex) 관련 사진 및 링크 첨부

15 changes: 15 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
### 📝 Description

ex) OO 기능 구현

### 💽 Commits

ex) 구현 사항 요약
1. OO 구조 설계
2. OO 클래스 분리
3. 메서드 구현

### 🖼 결과

ex) 실행 결과 혹은 테스트 사진 첨부

Loading