forked from alibaba/druid
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
增加Issue的默认模板,方便分析跟进
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<!-- | ||
please follow the issue template below for bug reports and feature requests | ||
for example, if you are reporting a bug, please provide the following information: | ||
dbtype: mysql | ||
dbversion: 5.7 | ||
duird version: 1.2.22 | ||
error sql: select * from test | ||
error info: error message | ||
--> | ||
**dbtype:** | ||
**dbversion:** | ||
**druid verion:** | ||
**error sql:** | ||
**testcase code:** | ||
**stacktrace info:** | ||
**error info:** | ||
--- | ||
<!-- | ||
Thanks for taking the time to create an issue. Please read the following: | ||
- For bugs, specify affected versions and explain what you are trying to do. | ||
- For enhancements, provide context and describe the problem. | ||
Issue or Pull Request? Create only one, not both. GitHub treats them as the same. | ||
If unsure, start with an issue, and if you submit a pull request later, the | ||
issue will be closed as superseded. | ||
--> |