From 1d2cfde7f7cf8688ac6ad9cbde61f2ac6e9e2505 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Tue, 17 Sep 2019 20:03:42 +0200 Subject: [PATCH] Created individual issue templates --- .github/ISSUE_TEMPLATE.md | 6 ---- .github/ISSUE_TEMPLATE/Bug.md | 37 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/Feature_Request.md | 25 +++++++++++++++ .github/ISSUE_TEMPLATE/Question_Support.md | 25 +++++++++++++++ 4 files changed, 87 insertions(+), 6 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/Bug.md create mode 100644 .github/ISSUE_TEMPLATE/Feature_Request.md create mode 100644 .github/ISSUE_TEMPLATE/Question_Support.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 05a5bc7c..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/.github/ISSUE_TEMPLATE/Bug.md b/.github/ISSUE_TEMPLATE/Bug.md new file mode 100644 index 00000000..84b0b158 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug.md @@ -0,0 +1,37 @@ +--- +name: Bug report +about: Something on shlink is broken or not working as documented? +labels: bug +--- + + + +| Q | A +|-------------------------|--------------------------------------------------------------------- +| Shlink Version | x.y.z +| PHP Version | x.y.z +| How do you serve Shlink | Self-hosted Apache/Self-hosted nginx/Self-hosted swoole/Docker image +| Database engine used | MySQL/PostgreSQL/SQLite (x.y.z) + +#### Summary + + + +#### Current behavior + + + +#### Expected behavior + + + +#### How to reproduce + + diff --git a/.github/ISSUE_TEMPLATE/Feature_Request.md b/.github/ISSUE_TEMPLATE/Feature_Request.md new file mode 100644 index 00000000..3da0a7b7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_Request.md @@ -0,0 +1,25 @@ +--- +name: Feature request +about: Do you find shlink is missing some important feature that would make it more useful? +labels: feature +--- + + + +| Q | A +|-------------------------|--------------------------------------------------------------------- +| Shlink Version | x.y.z +| PHP Version | x.y.z +| How do you serve Shlink | Self-hosted Apache/Self-hosted nginx/Self-hosted swoole/Docker image +| Database engine used | MySQL/PostgreSQL/SQLite (x.y.z) + +### Summary + + diff --git a/.github/ISSUE_TEMPLATE/Question_Support.md b/.github/ISSUE_TEMPLATE/Question_Support.md new file mode 100644 index 00000000..ccc5759d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Question_Support.md @@ -0,0 +1,25 @@ +--- +name: Question - Support +about: Do you have a problem setting up or using shlink? +labels: question +--- + + + +| Q | A +|-------------------------|--------------------------------------------------------------------- +| Shlink Version | x.y.z +| PHP Version | x.y.z +| How do you serve Shlink | Self-hosted Apache/Self-hosted nginx/Self-hosted swoole/Docker image +| Database engine used | MySQL/PostgreSQL/SQLite (x.y.z) + +### Summary + +