From e15576bc47941bf5c7b81609e220d067149c3ead Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 26 Dec 2020 15:24:46 -0300 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE.md | 6 ------ .github/ISSUE_TEMPLATE/bug_report.md | 13 +++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/ISSUE_TEMPLATE/feature_request.md | 11 +++++++++++ 4 files changed, 29 insertions(+), 6 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 49320ab4..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..70a76430 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,13 @@ +--- +name: Bug Report +labels: bug +--- + +- Task version: +- Operating System: + +### Example Taskfile showing the issue + +```yaml + +``` diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..b2c9d735 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Questions, Ideas and General Discussions + url: https://github.com/go-task/task/discussions + about: Ask questions and discuss general ideas with the community diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..dc20cb2f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,11 @@ +--- +name: Feature Request +labels: feature +--- + +Describe in detail what feature do you want to see in Task. +Give examples if possible. + +Please, search if this wasn't proposed before, and if this is more like an idea +than a strong feature request, consider opening a +[discussion](https://github.com/go-task/task/discussions) instead.