You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/02/05 02:07:46 UTC

[dubbo-spi-extensions] branch master updated: add issue template (#15)

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

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-spi-extensions.git


The following commit(s) were added to refs/heads/master by this push:
     new 08736d8  add issue template (#15)
08736d8 is described below

commit 08736d862107bcdbf295e1766b0b277b59a1fcd3
Author: 邪影oO <21...@qq.com>
AuthorDate: Fri Feb 5 10:06:47 2021 +0800

    add issue template (#15)
---
 ...ubbo-spi-extensions-feature-request-template.md | 20 ++++++++++++
 .../dubbo-spi-extensions-issue-report-template.md  | 37 ++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/.github/ISSUE_TEMPLATE/dubbo-spi-extensions-feature-request-template.md b/.github/ISSUE_TEMPLATE/dubbo-spi-extensions-feature-request-template.md
new file mode 100644
index 0000000..b67dadd
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/dubbo-spi-extensions-feature-request-template.md
@@ -0,0 +1,20 @@
+---
+name: Dubbo-SPI-Extensions feature request template
+about: If you would like to request a feature to Dubbo-SPI-Extensions, please use this template.
+
+---
+
+- [ ] I have searched the [issues](https://github.com/apache/dubbo-spi-extensions/issues) of this repository and believe that this is not a duplicate.
+- [ ] I have checked the [REAMDE](https://github.com/apache/dubbo-admin/blob/dubbo-spi-extensions/README.md) of this repository and believe that this is not a duplicate.
+
+### Is your feature request related to a problem? Please describe.
+A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+
+### Describe the solution you'd like
+A clear and concise description of what you want to happen.
+
+### Describe alternatives you've considered
+A clear and concise description of any alternative solutions or features you've considered.
+
+### Additional context
+Add any other context or screenshots about the feature request here.
diff --git a/.github/ISSUE_TEMPLATE/dubbo-spi-extensions-issue-report-template.md b/.github/ISSUE_TEMPLATE/dubbo-spi-extensions-issue-report-template.md
new file mode 100644
index 0000000..d2edfc4
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/dubbo-spi-extensions-issue-report-template.md
@@ -0,0 +1,37 @@
+---
+name: Dubbo-SPI-Extensions issue report template
+about: If you would like to report a issue to Dubbo-SPI-Extensions, please use this template.
+
+---
+
+- [ ] I have searched the [issues](https://github.com/apache/dubbo-spi-extensions/issues) of this repository and believe that this is not a duplicate.
+- [ ] I have checked the [REAMDE](https://github.com/apache/dubbo-admin/blob/dubbo-spi-extensions/README.md) of this repository and believe that this is not a duplicate.
+
+### Environment
+
+* Dubbo version: xxx
+* Operating System version: xxx
+* Java version: xxx
+* Module name: For example, dubbo-api-docs
+
+### Steps to reproduce this issue
+
+1. xxx
+2. xxx
+3. xxx
+
+Pls. provide [GitHub address] to reproduce this issue.
+
+### Expected Result
+
+What do you expected from the above steps?
+
+### Actual Result
+
+What actually happens?
+
+If there is an exception, please attach the exception trace:
+
+```
+Just put your stack trace here!
+```