Browse Source

add issue template

agapple 6 years ago
parent
commit
d8996432b9

+ 14 - 0
.github/ISSUE_TEMPLATE/any-questions-on-canal.md

@@ -0,0 +1,14 @@
+---
+name: Any Questions on Canal
+about: Describe this issue template's purpose here.
+
+---
+
+---
+name: Question about Canal
+about: Ask whatever you want to know or confusion about Canal
+
+---
+
+## Question
+<!-- You can ask any question about this project -->

+ 23 - 0
.github/ISSUE_TEMPLATE/bug-report-for-canal.md

@@ -0,0 +1,23 @@
+- [ ] I have searched the [issues](https://github.com/alibaba/canal/issues) of this repository and believe that this is not a duplicate.
+- [ ] I have checked the [FAQ](https://github.com/alibaba/canal/wiki/FAQ) of this repository and believe that this is not a duplicate.
+
+### environment
+
+* canal version
+* mysql version
+
+### Issue Description
+
+
+### Steps to reproduce
+
+### Expected behaviour
+
+### Actual behaviour
+
+
+If there is an exception, please attach the exception trace:
+
+```
+Just put your stack trace here!
+```

+ 22 - 0
.github/ISSUE_TEMPLATE/feature-request-of-canal.md

@@ -0,0 +1,22 @@
+---
+name: Feature Request of Canal
+about: Suggest an idea for this project
+
+---
+
+---
+name: Feature Request
+about: Suggest your excellent idea for this project
+
+---
+
+## Why you need it?
+<!-- Is your feature request related to a problem? Please describe in details  -->
+
+
+## How it could be?
+<!--A clear and concise description of what you want to happen. For a computer fan,  you can explain more about input of the feature, and output of it.-->
+
+
+## Other related information
+<!-- Add any other context or screenshots about the feature request here.-->

+ 0 - 13
.github/issue_template.md

@@ -1,13 +0,0 @@
-### environment
-
-* canal version
-* mysql version
-
-### Issue Description
-
-
-### Steps to reproduce
-
-### Expected behaviour
-
-### Actual behaviour