This is an automated email from the ASF dual-hosted git repository.

jimin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-seata-ctl.git


The following commit(s) were added to refs/heads/main by this push:
     new 30e757e  docs: add template files for community (#3)
30e757e is described below

commit 30e757e1de375714277b64c44b5301abbe969486
Author: Junduo Dong <[email protected]>
AuthorDate: Wed Feb 7 11:12:51 2024 +0800

    docs: add template files for community (#3)
---
 .github/ISSUE_TEMPLATE /BUG_REPORT.md      | 45 ++++++++++++++++++++++++++++++
 .github/ISSUE_TEMPLATE /FEATURE_REQUEST.md | 18 ++++++++++++
 .github/PULL_REQUEST_TEMPLATE.md           | 18 ++++++++++++
 changes/en-us/0.0.1.md                     |  1 +
 changes/zh-cn/0.0.1.md                     |  1 +
 5 files changed, 83 insertions(+)

diff --git a/.github/ISSUE_TEMPLATE /BUG_REPORT.md b/.github/ISSUE_TEMPLATE 
/BUG_REPORT.md
new file mode 100644
index 0000000..d4d7e02
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE /BUG_REPORT.md     
@@ -0,0 +1,45 @@
+---
+name: Bug Report    
+
+about: If you would like to report an issue to Seata, please use this template.
+
+---
+<!-- Please do not use this issue template to report security vulnerabilities 
but refer to our [security 
policy](https://github.com/seata/seata/security/policy). -->
+
+- [ ] I have searched the [issues](https://github.com/seata/seata-ctl/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:
+
+- Go version:
+- Seata client/server version:
+- OS(e.g. `uname -a`):
+- seata-ctl version:
+- Others:
diff --git a/.github/ISSUE_TEMPLATE /FEATURE_REQUEST.md 
b/.github/ISSUE_TEMPLATE /FEATURE_REQUEST.md
new file mode 100644
index 0000000..ceed1dc
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE /FEATURE_REQUEST.md        
@@ -0,0 +1,18 @@
+---
+name: Feature Request
+
+about: Suggest an idea for seata-ctl
+
+---
+<!-- Please do not use this issue template to report security vulnerabilities 
but refer to our [security 
policy](https://github.com/seata/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.
\ No newline at end of file
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..f757930
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,18 @@
+<!-- Please make sure you have read and understood the contributing guidelines 
-->
+
+- [ ] I have registered the PR [changes](../changes).
+
+### Ⅰ. 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
diff --git a/changes/en-us/0.0.1.md b/changes/en-us/0.0.1.md
new file mode 100644
index 0000000..5c43339
--- /dev/null
+++ b/changes/en-us/0.0.1.md
@@ -0,0 +1 @@
+### 0.0.1
diff --git a/changes/zh-cn/0.0.1.md b/changes/zh-cn/0.0.1.md
new file mode 100644
index 0000000..5c43339
--- /dev/null
+++ b/changes/zh-cn/0.0.1.md
@@ -0,0 +1 @@
+### 0.0.1


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to