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 2021/05/13 08:15:30 UTC

[apisix] branch master updated: chore: require issue author to provide information (#4236)

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 d30fe36  chore: require issue author to provide information (#4236)
d30fe36 is described below

commit d30fe3659ee8b86a0320713b80b2b9fcaeb0a8bd
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Thu May 13 16:15:23 2021 +0800

    chore: require issue author to provide information (#4236)
---
 .github/ISSUE_TEMPLATE/bug.md          | 4 ++++
 .github/ISSUE_TEMPLATE/request-help.md | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md
index f25faaa..8eac1d7 100644
--- a/.github/ISSUE_TEMPLATE/bug.md
+++ b/.github/ISSUE_TEMPLATE/bug.md
@@ -11,6 +11,8 @@ assignees: ''
 
 ### Environment
 
+Bug report without environment information will be ignored or closed.
+
 * apisix version (cmd: `apisix version`):
 * OS (cmd: `uname -a`):
 * OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`):
@@ -20,6 +22,8 @@ assignees: ''
 
 ### Minimal test code / Steps to reproduce the issue
 
+Bug report without steps to reproduce will be ignored or closed.
+
 1.
 2.
 3.
diff --git a/.github/ISSUE_TEMPLATE/request-help.md b/.github/ISSUE_TEMPLATE/request-help.md
index 1f600f8..1dc9e87 100644
--- a/.github/ISSUE_TEMPLATE/request-help.md
+++ b/.github/ISSUE_TEMPLATE/request-help.md
@@ -11,6 +11,8 @@ assignees: ''
 
 ### Environment
 
+Request help without environment information will be ignored or closed.
+
 * apisix version (cmd: `apisix version`):
 * OS (cmd: `uname -a`):
 * OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`):