From 1d2cfde7f7cf8688ac6ad9cbde61f2ac6e9e2505 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Tue, 17 Sep 2019 20:03:42 +0200 Subject: [PATCH 1/2] 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 + + From 9fac69675a5a4f5a5b6f543288798e180d2e712b Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Tue, 17 Sep 2019 20:08:11 +0200 Subject: [PATCH 2/2] Updated how shlink info is requested to users on issue templates --- .github/ISSUE_TEMPLATE/Bug.md | 12 ++++++------ .github/ISSUE_TEMPLATE/Feature_Request.md | 14 +++++++------- .github/ISSUE_TEMPLATE/Question_Support.md | 14 +++++++------- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug.md b/.github/ISSUE_TEMPLATE/Bug.md index 84b0b158..f871bd54 100644 --- a/.github/ISSUE_TEMPLATE/Bug.md +++ b/.github/ISSUE_TEMPLATE/Bug.md @@ -13,12 +13,12 @@ Try to be polite, and understand it is impossible for a project to cover all use With that said, please fill in the information requested next. More information might be requested next (like logs or system configs). --> -| 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) +#### How Shlink is set-up + +* 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/Feature_Request.md b/.github/ISSUE_TEMPLATE/Feature_Request.md index 3da0a7b7..d91fb30c 100644 --- a/.github/ISSUE_TEMPLATE/Feature_Request.md +++ b/.github/ISSUE_TEMPLATE/Feature_Request.md @@ -13,13 +13,13 @@ Try to be polite, and understand it is impossible for a project to cover all use With that said, please fill in the information requested next. More information might be requested next (like logs or system configs). --> -| 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) +#### How Shlink is set-up -### Summary +* 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 index ccc5759d..eb1585d4 100644 --- a/.github/ISSUE_TEMPLATE/Question_Support.md +++ b/.github/ISSUE_TEMPLATE/Question_Support.md @@ -13,13 +13,13 @@ Try to be polite, and understand it is impossible for a project to cover all use With that said, please fill in the information requested next. More information might be requested next (like logs or system configs). --> -| 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) +#### How Shlink is set-up -### Summary +* 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