From ce740aed6880c3f0765c664b12e61feb383b7f48 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 29 Sep 2019 09:36:57 +0200 Subject: [PATCH] Added improved issue templates and funding config --- .github/FUNDING.yml | 1 + .github/ISSUE_TEMPLATE.md | 2 +- .github/ISSUE_TEMPLATE/Bug.md | 37 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/Feature_Request.md | 18 +++++++++++ .github/ISSUE_TEMPLATE/Question_Support.md | 25 +++++++++++++++ 5 files changed, 82 insertions(+), 1 deletion(-) create mode 100644 .github/FUNDING.yml 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/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..3f217e2f --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +custom: ['https://acel.me/donate'] diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 05a5bc7c..6cad4bc8 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,5 +2,5 @@ Before opening an issue, just take into account that this is a completely free of charge open source project. I'm always happy to help and provide support, but some understanding will be required. I do this in my own free time, so expect some delays when implementing new features and fixing bugs, and don't take it personal if an issue gets eventually closed. -Try to be polite, and understand it is impossible for a project to cover all use cases. +Try to be polite, and understand it is impossible for an OSS project to cover all use cases. --> diff --git a/.github/ISSUE_TEMPLATE/Bug.md b/.github/ISSUE_TEMPLATE/Bug.md new file mode 100644 index 00000000..e473ad34 --- /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 +--- + + + +#### 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 + + + +#### 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..552814c3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_Request.md @@ -0,0 +1,18 @@ +--- +name: Feature request +about: Do you find shlink is missing some important feature that would make it more useful? +labels: feature +--- + + + +#### Summary + + diff --git a/.github/ISSUE_TEMPLATE/Question_Support.md b/.github/ISSUE_TEMPLATE/Question_Support.md new file mode 100644 index 00000000..3e8eb206 --- /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 +--- + + + +#### 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 + +