You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2020/12/23 01:03:50 UTC

[apisix] branch master updated: docs: when opening issue, also mention the Nginx version (#3101)

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

spacewander 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 8eaa187  docs: when opening issue, also mention the Nginx version (#3101)
8eaa187 is described below

commit 8eaa187b462b8ca158334dcb0aa100761f600e29
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Wed Dec 23 09:03:43 2020 +0800

    docs: when opening issue, also mention the Nginx version (#3101)
    
    Signed-off-by: spacewander <sp...@gmail.com>
---
 .github/ISSUE_TEMPLATE/bug.md          | 3 ++-
 .github/ISSUE_TEMPLATE/request-help.md | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md
index 96a41f7..7984476 100644
--- a/.github/ISSUE_TEMPLATE/bug.md
+++ b/.github/ISSUE_TEMPLATE/bug.md
@@ -13,7 +13,8 @@ assignees: ''
 ### Environment
 
 * apisix version (cmd: `apisix version`):
-* OS:
+* OS: (cmd: `uname -a`)
+* OpenResty / Nginx version: (cmd: `nginx -V` or `openresty -V`)
 
 ### Minimal test code / Steps to reproduce the issue
 1.
diff --git a/.github/ISSUE_TEMPLATE/request-help.md b/.github/ISSUE_TEMPLATE/request-help.md
index dbd6a51..4a821ba 100644
--- a/.github/ISSUE_TEMPLATE/request-help.md
+++ b/.github/ISSUE_TEMPLATE/request-help.md
@@ -13,4 +13,5 @@ assignees: ''
 ### Environment
 
 * apisix version (cmd: `apisix version`):
-* OS:
+* OS: (cmd: `uname -a`)
+* OpenResty / Nginx version: (cmd: `nginx -V` or `openresty -V`)