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/06/10 02:55:44 UTC

[apisix-docker] branch master updated: feat: added issue-template (#183)

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-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ce325e  feat: added issue-template (#183)
7ce325e is described below

commit 7ce325ed4149430581cc678a4544e0c15314b6f4
Author: Ayush das <ay...@gmail.com>
AuthorDate: Thu Jun 10 08:25:36 2021 +0530

    feat: added issue-template (#183)
---
 .github/workflows/ISSUE_TEMPLATE/bug-report.md     | 24 ++++++++++++++++++++++
 .github/workflows/ISSUE_TEMPLATE/config.yml        |  5 +++++
 .../workflows/ISSUE_TEMPLATE/feature-request.md    | 23 +++++++++++++++++++++
 3 files changed, 52 insertions(+)

diff --git a/.github/workflows/ISSUE_TEMPLATE/bug-report.md b/.github/workflows/ISSUE_TEMPLATE/bug-report.md
new file mode 100644
index 0000000..daa51e0
--- /dev/null
+++ b/.github/workflows/ISSUE_TEMPLATE/bug-report.md
@@ -0,0 +1,24 @@
+---
+name: Bug Report
+about: Please use this template for reporting suspected bugs.
+labels: "bug"
+---
+
+## Issue description
+<!-- A clear and concise description of what the issue is. -->
+
+## Expected behavior
+<!-- A clear and concise description of what you expected to happen. -->
+
+## How to Reproduce
+<!-- Add how you reproduce that error. -->
+
+## Screenshots
+<!-- Add screenshots to help explain your problem if applicable. -->
+
+## Environment
+
+* apisix-docker version:
+
+## Additional context
+<!-- Do you want to solve this issue? or add any other context about the problem here. -->
diff --git a/.github/workflows/ISSUE_TEMPLATE/config.yml b/.github/workflows/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 0000000..216f73c
--- /dev/null
+++ b/.github/workflows/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,5 @@
+blank_issues_enabled: false
+contact_links:
+  - name: Visit Apache APISIX
+    url: https://github.com/apache/apisix
+    about: Ask questions or discuss with other community members about Apache APISIX
diff --git a/.github/workflows/ISSUE_TEMPLATE/feature-request.md b/.github/workflows/ISSUE_TEMPLATE/feature-request.md
new file mode 100644
index 0000000..aa019dc
--- /dev/null
+++ b/.github/workflows/ISSUE_TEMPLATE/feature-request.md
@@ -0,0 +1,23 @@
+---
+name: Feature request
+about: Create a feature request for the Apache APISIX Dashboard
+labels: 'feature'
+---
+
+# Feature request
+
+## Please describe your feature
+
+A clear and concise description of what you want and what your use case is.
+
+## Describe the solution you'd like
+
+A clear and concise description of what you want to happen.
+
+## Describe alternatives you've considered
+
+A clear and concise description of any alternative solutions or features you've considered.
+
+## Additional context
+
+Add any other context or screenshots about the feature request here.