From d8996432b9f4920afe14c4bd500120d62907c804 Mon Sep 17 00:00:00 2001 From: agapple Date: Tue, 9 Apr 2019 15:08:43 +0800 Subject: [PATCH] add issue template --- .../ISSUE_TEMPLATE/any-questions-on-canal.md | 14 +++++++++++ .../ISSUE_TEMPLATE/bug-report-for-canal.md | 23 +++++++++++++++++++ .../feature-request-of-canal.md | 22 ++++++++++++++++++ .github/issue_template.md | 13 ----------- 4 files changed, 59 insertions(+), 13 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/any-questions-on-canal.md create mode 100644 .github/ISSUE_TEMPLATE/bug-report-for-canal.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request-of-canal.md delete mode 100644 .github/issue_template.md diff --git a/.github/ISSUE_TEMPLATE/any-questions-on-canal.md b/.github/ISSUE_TEMPLATE/any-questions-on-canal.md new file mode 100644 index 00000000..451f9929 --- /dev/null +++ b/.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 + diff --git a/.github/ISSUE_TEMPLATE/bug-report-for-canal.md b/.github/ISSUE_TEMPLATE/bug-report-for-canal.md new file mode 100644 index 00000000..04236c11 --- /dev/null +++ b/.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! +``` \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature-request-of-canal.md b/.github/ISSUE_TEMPLATE/feature-request-of-canal.md new file mode 100644 index 00000000..d5147c73 --- /dev/null +++ b/.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? + + + +## How it could be? + + + +## Other related information + diff --git a/.github/issue_template.md b/.github/issue_template.md deleted file mode 100644 index df5f2769..00000000 --- a/.github/issue_template.md +++ /dev/null @@ -1,13 +0,0 @@ -### environment - -* canal version -* mysql version - -### Issue Description - - -### Steps to reproduce - -### Expected behaviour - -### Actual behaviour