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

shuaijinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 0601249  chore: ask for the version of plugin runner (#5060)
0601249 is described below

commit 0601249aba55c1c0ee0ceff9ffe6ed8297b0869c
Author: 罗泽轩 <[email protected]>
AuthorDate: Wed Sep 15 08:56:42 2021 +0800

    chore: ask for the version of plugin runner (#5060)
    
    Signed-off-by: spacewander <[email protected]>
---
 .github/ISSUE_TEMPLATE/bug_report.yml   | 1 +
 .github/ISSUE_TEMPLATE/request_help.yml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml 
b/.github/ISSUE_TEMPLATE/bug_report.yml
index 49a6a4e..8771699 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -29,6 +29,7 @@ body:
         - OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`):
         - etcd version, if have (cmd: run `curl 
http://127.0.0.1:9090/v1/server_info` to get the info from server-info API):
         - apisix-dashboard version, if have:
+        - the plugin runner version, if the issue is about a plugin runner 
(cmd: depended on the kind of runner):
         - luarocks version, if the issue is about installation (cmd: `luarocks 
--version`):
     validations:
       required: true
diff --git a/.github/ISSUE_TEMPLATE/request_help.yml 
b/.github/ISSUE_TEMPLATE/request_help.yml
index 44386d6..69dfa4d 100644
--- a/.github/ISSUE_TEMPLATE/request_help.yml
+++ b/.github/ISSUE_TEMPLATE/request_help.yml
@@ -29,6 +29,7 @@ body:
         - OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`):
         - etcd version, if have (cmd: run `curl 
http://127.0.0.1:9090/v1/server_info` to get the info from server-info API):
         - apisix-dashboard version, if have:
+        - the plugin runner version, if the issue is about a plugin runner 
(cmd: depended on the kind of runner):
         - luarocks version, if the issue is about installation (cmd: `luarocks 
--version`):
     validations:
       required: true

Reply via email to