-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: slievrly <[email protected]>
- Loading branch information
Showing
3 changed files
with
80 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,45 @@ | ||
--- | ||
name: Bug Report | ||
|
||
about: If you would like to report an issue to Apache Seata(incubating), please use this template. | ||
|
||
--- | ||
<!-- Please do not use this issue template to report security vulnerabilities but refer to our [security policy](https://github.com/apache/incubator-seata/security/policy). --> | ||
|
||
- [ ] I have searched the [issues](https://github.com/apache/incubator-seata-samples/issues) of this repository and believe that this is not a duplicate. | ||
|
||
### Ⅰ. Issue Description | ||
|
||
|
||
### Ⅱ. Describe what happened | ||
|
||
If there is an exception, please attach the exception trace: | ||
|
||
``` | ||
Just paste your stack trace here! | ||
``` | ||
|
||
|
||
### Ⅲ. Describe what you expected to happen | ||
|
||
|
||
### Ⅳ. How to reproduce it (as minimally and precisely as possible) | ||
|
||
1. xxx | ||
2. xxx | ||
3. xxx | ||
|
||
Minimal yet complete reproducer code (or URL to code): | ||
|
||
|
||
|
||
### Ⅴ. Anything else we need to know? | ||
|
||
|
||
### Ⅵ. Environment: | ||
|
||
- JDK version(e.g. `java -version`): | ||
- Seata client/server version: | ||
- Database version: | ||
- OS(e.g. `uname -a`): | ||
- Others: |
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,18 @@ | ||
--- | ||
name: Feature Request | ||
|
||
about: Suggest an idea for Apache Seata(incubating) | ||
|
||
--- | ||
<!-- Please do not use this issue template to report security vulnerabilities but refer to our [security policy](https://github.com/apache/incubator-seata/security/policy). --> | ||
|
||
## 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. 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. |
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,17 @@ | ||
<!-- Please make sure you have read and understood the contributing guidelines --> | ||
|
||
### Ⅰ. Describe what this PR did | ||
|
||
|
||
### Ⅱ. Does this pull request fix one issue? | ||
<!-- If that, add "fixes #xxx" below in the next line, for example, fixes #97. --> | ||
|
||
|
||
### Ⅲ. Why don't you add test cases (unit test/integration test)? | ||
|
||
|
||
### Ⅳ. Describe how to verify it | ||
|
||
|
||
### Ⅴ. Special notes for reviews | ||
|