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/06/28 04:16:51 UTC

[apisix-go-plugin-runner] branch master updated: docs: add templates (#15)

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-go-plugin-runner.git


The following commit(s) were added to refs/heads/master by this push:
     new 82c36f2  docs: add templates (#15)
82c36f2 is described below

commit 82c36f230fafc2a58d76fcde553e5535a2f61e87
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Mon Jun 28 12:16:41 2021 +0800

    docs: add templates (#15)
---
 .github/ISSUE_TEMPLATE/bug-report.md   | 27 +++++++++++++++++++++++++++
 .github/ISSUE_TEMPLATE/request-help.md | 17 +++++++++++++++++
 .github/PULL_REQUEST_TEMPLATE.md       |  4 ++++
 .licenserc.yaml                        |  4 ++--
 4 files changed, 50 insertions(+), 2 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md
new file mode 100644
index 0000000..2650d0a
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug-report.md
@@ -0,0 +1,27 @@
+---
+name: Bug report template
+about: Please use this template for reporting suspected bugs.
+title: 'bug: '
+labels: ''
+assignees: ''
+
+---
+
+### Issue description
+
+### Environment
+
+* APISIX Go Plugin Runner's version:
+* APISIX version:
+* Go version:
+* OS (cmd: `uname -a`):
+
+### Minimal test code / Steps to reproduce the issue
+
+1.
+2.
+3.
+
+### What's the actual result? (including assertion message & call stack if applicable)
+
+### What's the expected result?
diff --git a/.github/ISSUE_TEMPLATE/request-help.md b/.github/ISSUE_TEMPLATE/request-help.md
new file mode 100644
index 0000000..d72eba8
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/request-help.md
@@ -0,0 +1,17 @@
+---
+name: Request help template
+about: Please use this template for requesting help.
+title: 'request help: '
+labels: ''
+assignees: ''
+
+---
+
+### Issue description
+
+### Environment
+
+* APISIX Go Plugin Runner's version:
+* APISIX version:
+* Go version:
+* OS (cmd: `uname -a`):
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..86a79d0
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,4 @@
+Please answer these questions before submitting a pull request
+
+1. Related issues (for new feature or improvement, one should submit an issue first before writing code):
+
diff --git a/.licenserc.yaml b/.licenserc.yaml
index 544edf6..d1c7bfd 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -30,7 +30,7 @@ header:
     - 'LICENSE'
     - 'NOTICE'
     - '**/*.json'
-    - '.github/ISSUE_TEMPLATE'
-    - '.github/PULL_REQUEST_TEMPLATE'
+    - '.github/ISSUE_TEMPLATE/*'
+    - '.github/PULL_REQUEST_TEMPLATE.md'
 
   comment: on-failure