Skip to content

Commit

Permalink
chore: ask for luarocks version if user ask questions about installat…
Browse files Browse the repository at this point in the history
…ion (#4088)

Signed-off-by: spacewander <spacewanderlzx@gmail.com>
  • Loading branch information
spacewander authored Apr 21, 2021
1 parent 8757080 commit 3ac7c1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/request-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`):

0 comments on commit 3ac7c1b

Please sign in to comment.