From 3429cdd8af46aa4756843e720b55e4fa9011983c Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Fri, 14 Oct 2022 21:05:03 -0300 Subject: [PATCH] GitHub: Giving up on fancy templates (sigh) GitHub is was not showing them and I have no idea why. --- .github/ISSUE_TEMPLATE/bug_report.md | 47 +++++-------------- .github/ISSUE_TEMPLATE/feature_request.md | 26 ++++------ .../pull_request_template.md | 26 +++------- 3 files changed, 28 insertions(+), 71 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8de38119..830e6713 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,38 +1,15 @@ --- name: Bug Report -about: Use this to report bugs and issues. -body: - - type: markdown - attributes: - value: | - Thanks for your bug report! - - Before submitting this issue, please make sure the same problem was - not already reported by someone else. - - type: input - id: version - attributes: - label: Task version - description: Which Task version you are using? Use `task --version` to know. - placeholder: v0.0.0 - validations: - required: false - - type: input - id: os - attributes: - label: Operating System - description: Which operating system you are using? - placeholder: Ubuntu 22.04.1 - validations: - required: false - - type: textarea - id: description - attributes: - label: Description - description: | - Please describe the bug you're facing. Consider pasting example - Taskfiles showing how to reproduce the problem. - placeholder: You description here. - validations: - required: true +about: Use this to report bugs and issues --- + +> Thanks for your bug report! +> +> Before submitting this issue, please make sure the same problem was +> not already reported by someone else. +> +> Please describe the bug you're facing. Consider pasting example +> Taskfiles showing how to reproduce the problem. + +- Task version: +- Operating System: diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index ce134453..41d78a39 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,19 +1,11 @@ --- -name: Bug Report -about: Use this to make feature requests. -body: - - type: textarea - id: description - attributes: - label: Description - description: | - Describe in detail what feature do you want to see in Task. - Give examples if possible. +name: Feature Request +about: Use this to make feature requests +--- - 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. - placeholder: You description here. - validations: - required: true ---- +> 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. diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md index 9d1c221b..2524c397 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -1,22 +1,10 @@ --- name: Pull Request -about: Open a pull request. -body: - - type: markdown - attributes: - value: | - Thanks for your pull request, we really appreciate contributions! - - Please understand that it may take some time to be reviewed. - - Also, make sure to follow the [Contribution Guide](https://taskfile.dev/contributing/). - - type: textarea - id: description - attributes: - label: Description - description: | - Describe the PR you're opening. - placeholder: You description here. - validations: - required: true +about: Open a pull request --- + +> Thanks for your pull request, we really appreciate contributions! +> +> Please understand that it may take some time to be reviewed. +> +> Also, make sure to follow the [Contribution Guide](https://taskfile.dev/contributing/).