This is an automated email from the ASF dual-hosted git repository.
huxing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git
The following commit(s) were added to refs/heads/master by this push:
new f8cd9d9 Create issue templates
f8cd9d9 is described below
commit f8cd9d9f509bd6e62e0ef180c637e5cac6e07cf2
Author: Huxing Zhang <[email protected]>
AuthorDate: Fri Jun 29 10:00:22 2018 +0800
Create issue templates
---
.github/ISSUE_TEMPLATE/custom.md | 7 +++++
.../ISSUE_TEMPLATE/dubbo-issue-report-template.md | 35 ++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md
new file mode 100644
index 0000000..99bb9a0
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/custom.md
@@ -0,0 +1,7 @@
+---
+name: Custom issue template
+about: Describe this issue template's purpose here.
+
+---
+
+
diff --git a/.github/ISSUE_TEMPLATE/dubbo-issue-report-template.md
b/.github/ISSUE_TEMPLATE/dubbo-issue-report-template.md
new file mode 100644
index 0000000..a45f1a6
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/dubbo-issue-report-template.md
@@ -0,0 +1,35 @@
+---
+name: Dubbo issue report template
+about: Describe this issue template's purpose here.
+
+---
+
+- [ ] I have searched the
[issues](https://github.com/apache/incubator-dubbo/issues) of this repository
and believe that this is not a duplicate.
+- [ ] I have checked the
[FAQ](https://github.com/apache/incubator-dubbo/wiki/FAQ) of this repository
and believe that this is not a duplicate.
+
+### Environment
+
+* Dubbo version: xxx
+* Operating System version: xxx
+* Java version: xxx
+
+### Step to reproduce this issue
+
+1. xxx
+2. xxx
+3. xxx
+
+
+### Expected Result
+
+What do you expected from the above steps?
+
+### Actual Result
+
+What is actually happen?
+
+If there is an exception, please attach the exception trace:
+
+```
+Just put your stack trace here!
+```