From 8468a48eaad320960a31b9da651117f1ffda6138 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 29 Sep 2019 09:23:37 +0200 Subject: [PATCH] Added generic issue template --- .github/ISSUE_TEMPLATE.md | 6 ++++++ .github/ISSUE_TEMPLATE/Bug.md | 2 +- .github/ISSUE_TEMPLATE/Feature_Request.md | 2 +- .github/ISSUE_TEMPLATE/Question_Support.md | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..6cad4bc8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,6 @@ + diff --git a/.github/ISSUE_TEMPLATE/Bug.md b/.github/ISSUE_TEMPLATE/Bug.md index f871bd54..e473ad34 100644 --- a/.github/ISSUE_TEMPLATE/Bug.md +++ b/.github/ISSUE_TEMPLATE/Bug.md @@ -8,7 +8,7 @@ labels: bug 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. With that said, please fill in the information requested next. More information might be requested next (like logs or system configs). --> diff --git a/.github/ISSUE_TEMPLATE/Feature_Request.md b/.github/ISSUE_TEMPLATE/Feature_Request.md index 82e1bcc1..552814c3 100644 --- a/.github/ISSUE_TEMPLATE/Feature_Request.md +++ b/.github/ISSUE_TEMPLATE/Feature_Request.md @@ -8,7 +8,7 @@ labels: feature 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. With that said, please fill in the information requested next. More information might be requested next (like logs or system configs). --> diff --git a/.github/ISSUE_TEMPLATE/Question_Support.md b/.github/ISSUE_TEMPLATE/Question_Support.md index eb1585d4..3e8eb206 100644 --- a/.github/ISSUE_TEMPLATE/Question_Support.md +++ b/.github/ISSUE_TEMPLATE/Question_Support.md @@ -8,7 +8,7 @@ labels: question 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. With that said, please fill in the information requested next. More information might be requested next (like logs or system configs). -->