Skip to content

Commit

Permalink
DOC: Create issue/pr templates
Browse files Browse the repository at this point in the history
  • Loading branch information
namsic authored and jhpark816 committed Mar 26, 2024
1 parent 8cfdcba commit 74fee29
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

### ⛔ What happened?

-

### 🎯 Reproduction Steps

<!-- Please write what you did to cause the issue if you are able to reproduce it. -->
-

### 💡 Expected Behavior / Solution

<!-- Please write about the appropriate behavior and, if possible, your solution. -->
-
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-refactoring-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Feature/Refactoring request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

### 🔍 Description

<!-- Please describe the feature you want to see and why it needs. -->
-

### ⏰ Implementation Idea

<!-- Please write about how you'd like to implement. -->
-
9 changes: 9 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
### 🔗 Related Issue

<!-- Please link related issue. ex) https://github.com/naver/arcus-java-client/issues/{issue_number} -->
-

### ⌨️ What I did

<!-- Please describe this PR and what you've been working on. -->
-

0 comments on commit 74fee29

Please sign in to comment.