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

crazyhzm pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.0 by this push:
     new 54b27a9  add issues template (#9036)
54b27a9 is described below

commit 54b27a9f7bb492b2c8c098a280d20a93fa2af1db
Author: huazhongming <[email protected]>
AuthorDate: Fri Oct 15 14:26:13 2021 +0800

    add issues template (#9036)
---
 .../{dubbo-issue-report-template.md => bug_report.md}   | 17 ++++++++++-------
 .github/ISSUE_TEMPLATE/config.yml                       |  8 ++++++++
 .github/ISSUE_TEMPLATE/discussion.md                    | 11 +++++++++++
 .github/ISSUE_TEMPLATE/feature_request.md               | 16 ++++++++++++++++
 .github/ISSUE_TEMPLATE/proposal.md                      | 15 +++++++++++++++
 .github/ISSUE_TEMPLATE/question.md                      | 13 +++++++++++++
 6 files changed, 73 insertions(+), 7 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/dubbo-issue-report-template.md 
b/.github/ISSUE_TEMPLATE/bug_report.md
similarity index 55%
rename from .github/ISSUE_TEMPLATE/dubbo-issue-report-template.md
rename to .github/ISSUE_TEMPLATE/bug_report.md
index ac82ec8..1717a1e 100644
--- a/.github/ISSUE_TEMPLATE/dubbo-issue-report-template.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,11 +1,14 @@
 ---
-name: Dubbo issue report template
-about: If you would like to report a issue to Dubbo, please use this template.
+name: Bug Report
+about: Report a bug in Dubbo
+title: ''
+labels: type/bug
+assignees: ''
 
 ---
+<!-- If you need to report a security issue please visit 
https://github.com/apache/dubbo/security/policy -->
 
 - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of 
this repository and believe that this is not a duplicate.
-- [ ] I have checked the 
[FAQ](https://github.com/apache/dubbo/blob/master/FAQ.md) of this repository 
and believe that this is not a duplicate.
 
 ### Environment
 
@@ -21,13 +24,13 @@ about: If you would like to report a issue to Dubbo, please 
use this template.
 
 Pls. provide [GitHub address] to reproduce this issue.
 
-### Expected Result
+### Expected Behavior
 
-What do you expected from the above steps?
+<!-- What do you expect from the above steps?-->
 
-### Actual Result
+### Actual Behavior
 
-What actually happens?
+<!-- What actually happens? -->
 
 If there is an exception, please attach the exception trace:
 
diff --git a/.github/ISSUE_TEMPLATE/config.yml 
b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 0000000..0602b36
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,8 @@
+blank_issues_enabled: true
+contact_links:
+  - name: Dubbo Community Repo
+    url: https://github.com/apache/dubbo-website
+    about: Please see our community docs here.
+  - name: Report a security issue
+    url: https://github.com/apache/dubbo/security/policy
+    about: Please report security vulnerabilities using these instructions.
diff --git a/.github/ISSUE_TEMPLATE/discussion.md 
b/.github/ISSUE_TEMPLATE/discussion.md
new file mode 100644
index 0000000..dd9c3d8
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/discussion.md
@@ -0,0 +1,11 @@
+---
+name: Discussion
+about: Start a discussion for Dubbo
+title: ''
+labels: type/discussion
+assignees: ''
+---
+
+<!-- If you need to report a security issue please visit 
https://github.com/apache/dubbo/security/policy -->
+
+<!-- For all design discussions please continue. -->
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md 
b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000..7a849f6
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,16 @@
+---
+name: Feature Request
+about: Create a Feature Request for Dubbo
+title: ''
+labels: type/feature
+assignees: ''
+
+---
+<!-- If you need to report a security issue please visit 
https://github.com/apache/dubbo/security/policy -->
+
+- [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of 
this repository and believe that this is not a duplicate.
+- [ ] I have searched the [release 
notes](https://github.com/apache/dubbo/releases) of this repository and believe 
that this is not a duplicate.
+
+## Describe the feature
+<!-- Please also discuss possible business value -->
+
diff --git a/.github/ISSUE_TEMPLATE/proposal.md 
b/.github/ISSUE_TEMPLATE/proposal.md
new file mode 100644
index 0000000..ffde91a
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/proposal.md
@@ -0,0 +1,15 @@
+---
+name: Proposal
+about: Create a technical proposal for Dubbo
+title: ''
+labels: type/proposal
+assignees: ''
+
+---
+<!-- If you need to report a security issue please visit 
https://github.com/apache/dubbo/security/policy -->
+
+- [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of 
this repository and believe that this is not a duplicate.
+
+## Describe the proposal
+<!-- Please use this for a concrete design proposal for functionality. -->
+<!-- If you just want to request a new feature and discuss the possible 
business value, create a Feature Request. -->
diff --git a/.github/ISSUE_TEMPLATE/question.md 
b/.github/ISSUE_TEMPLATE/question.md
new file mode 100644
index 0000000..86c4d84
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/question.md
@@ -0,0 +1,13 @@
+---
+name: Question
+about: Ask a question about Dubbo
+title: ''
+labels: type/question
+assignees: ''
+
+---
+<!-- If you need to report a security issue please visit 
https://github.com/apache/dubbo/security/policy -->
+
+- [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of 
this repository and believe that this is not a duplicate.
+
+## Ask your question here

Reply via email to