Skip to content

Commit

Permalink
add issue template (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
binbin0325 authored Apr 2, 2022
1 parent 9839234 commit c67e862
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Bug Report
about: Report a bug.
labels: 'Type: Bug'

---

### What version of nacos-sdk-go are you using?

### What version of nacos-sever are you using?

### What version of Go are you using (`go version`)?

### What operating system (Linux, Windows, …) and version?

### What did you do?
If possible, provide a recipe for reproducing the error.

### What did you expect to see?

### What did you see instead?
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Feature Request
about: Suggest an idea for nacos-sdk-go
labels: 'Type: Feature'

---

### Use case(s) - what problem will this feature solve?

### Proposed Solution

### Alternatives Considered

### Additional Context
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: Question
about: Ask a question about nacos-sdk-go
labels: 'Type: Question'

---

0 comments on commit c67e862

Please sign in to comment.