From 54b27a9f7bb492b2c8c098a280d20a93fa2af1db Mon Sep 17 00:00:00 2001 From: huazhongming Date: Fri, 15 Oct 2021 14:26:13 +0800 Subject: [PATCH] add issues template (#9036) --- ...o-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(-) rename .github/ISSUE_TEMPLATE/{dubbo-issue-report-template.md => bug_report.md} (55%) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/discussion.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/proposal.md create mode 100644 .github/ISSUE_TEMPLATE/question.md 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 ac82ec81b9..1717a1e5f1 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: '' --- + - [ ] 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? + -### Actual Result +### Actual Behavior -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 0000000000..0602b36b44 --- /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 0000000000..dd9c3d8109 --- /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: '' +--- + + + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..7a849f66b3 --- /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: '' + +--- + + +- [ ] 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 + + diff --git a/.github/ISSUE_TEMPLATE/proposal.md b/.github/ISSUE_TEMPLATE/proposal.md new file mode 100644 index 0000000000..ffde91a9df --- /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: '' + +--- + + +- [ ] 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 + + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000000..86c4d8444a --- /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: '' + +--- + + +- [ ] 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