Skip to content

Commit

Permalink
Merge pull request #2 from RuiSiang/add-issue-template
Browse files Browse the repository at this point in the history
Add issue template
  • Loading branch information
kth-tw authored Nov 4, 2021
2 parents 000001f + 10eccc4 commit 7f11a63
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 1 deletion.
50 changes: 50 additions & 0 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# ISSUE

## 說明 (Description)

請簡單說明此 issue。

Please include a summary of the issue.

## 種類 (Issue Type)
[ ] Feature Request
[ ] Report Bug
[ ] Other

---
## 新功能 (Feature Request)
**希望新增此功能的原因 (Reason for this Feature)**

...

**可能的解法 (Proposed Solution)**

...

---
## 通報問題 (Report Bug)
**重現步驟 (Steps to Reproduce)**
1. ...
2. ...

**測試環境 (Environment)**:
* OS:
* NodeJS Version:
* NPM Version:
* Docker Version:

**應呈現結果 (Expected Behavior)**

請詳細說明應呈現的畫面/結果。

Please describe the bahavior expected.

**實際呈現結果 (Resulted Behavior)**

請詳細說明實際執行呈現的畫面/結果。

Please describe the behavior that actually occurred.

---

## 其他說明 (Additional Context)
2 changes: 1 addition & 1 deletion PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ Please include a summary of the change and which issue is fixed. Please also inc

I have completed the checklist and agree to abide by the [code of conduct](CODE_OF_CONDUCT.md).

[ ] 同意 (I consent)
- [ ] 同意 (I consent)

0 comments on commit 7f11a63

Please sign in to comment.