Skip to content

Commit

Permalink
Issue 8: Add issue templates (#1)
Browse files Browse the repository at this point in the history
close Tencent#8

Signed-off-by: tison <wander4096@gmail.com>
  • Loading branch information
tisonkun committed Sep 17, 2019
1 parent bd1f48c commit 9a8d57d
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: "\U0001F41B Bug report"
about: Create a report to help us improve

---

<!--
Thanks for contributing to TubeMQ!
Please explain your issue precisely, and if possible provide a reproducer
snippet (this helps resolve issues much quicker).
-->

**Problem description**

**(optional) Reproducer snippet**

**(optional) Suggestions for an imporvement**

18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: "\U0001F389 Feature request"
about: Suggest an idea for this project

---

<!--
Thanks for contributing TubeMQ!
Please explain your use case precisely, and if possible provide an example
snippet.
-->

**Motivation**

**(optional) Design**

**(optional) Example snippet**

12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: "❓ Question"
about: Please use https://discuss.akka.io for questions

---

<!--
Welcome to TubeMQ community!
Please try to describe your question in English and start the title with
[question].
-->

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ target/
/.metadata/
*.class
.*
!.github/
!.gitignore
!.gitkeep
tube-server/test/
tube-server/test/

0 comments on commit 9a8d57d

Please sign in to comment.