You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sh...@apache.org on 2021/04/21 13:35:20 UTC

[apisix] branch master updated: chore: ask for luarocks version if user ask questions about installation (#4088)

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

shuyangw 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 3ac7c1b  chore: ask for luarocks version if user ask questions about installation (#4088)
3ac7c1b is described below

commit 3ac7c1b8043ebc4c84fa2dc9aa4d8adc9a354a36
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Wed Apr 21 21:35:09 2021 +0800

    chore: ask for luarocks version if user ask questions about installation (#4088)
    
    Signed-off-by: spacewander <sp...@gmail.com>
---
 .github/ISSUE_TEMPLATE/bug.md          | 1 +
 .github/ISSUE_TEMPLATE/request-help.md | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md
index 8c0af2d..f25faaa 100644
--- a/.github/ISSUE_TEMPLATE/bug.md
+++ b/.github/ISSUE_TEMPLATE/bug.md
@@ -16,6 +16,7 @@ assignees: ''
 * 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:
+* luarocks version, if the issue is about installation (cmd: `luarocks --version`):
 
 ### Minimal test code / Steps to reproduce the issue
 
diff --git a/.github/ISSUE_TEMPLATE/request-help.md b/.github/ISSUE_TEMPLATE/request-help.md
index 4b76045..1f600f8 100644
--- a/.github/ISSUE_TEMPLATE/request-help.md
+++ b/.github/ISSUE_TEMPLATE/request-help.md
@@ -16,3 +16,4 @@ assignees: ''
 * 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:
+* luarocks version, if the issue is about installation (cmd: `luarocks --version`):