From 94dae8644d03967afca68d727525a2db1a3665e1 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Mon, 6 Nov 2023 08:19:33 -0500 Subject: [PATCH] Rename for consistent naming --- .github/ISSUE_TEMPLATE/issue.yml | 8 ---- .github/ISSUE_TEMPLATE/issue_template.yml | 35 ++---------------- .github/ISSUE_TEMPLATE/issue_template_bug.yml | 37 +++++++++++++++++++ 3 files changed, 40 insertions(+), 40 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/issue.yml create mode 100644 .github/ISSUE_TEMPLATE/issue_template_bug.yml diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml deleted file mode 100644 index 33dd06e9d4..0000000000 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ /dev/null @@ -1,8 +0,0 @@ -name: Report a Generic Issue - -description: Report a generic issue which is not necessarily a bug - -body: - - type: textarea - attributes: - label: Description diff --git a/.github/ISSUE_TEMPLATE/issue_template.yml b/.github/ISSUE_TEMPLATE/issue_template.yml index 1eadc3e50a..33dd06e9d4 100644 --- a/.github/ISSUE_TEMPLATE/issue_template.yml +++ b/.github/ISSUE_TEMPLATE/issue_template.yml @@ -1,37 +1,8 @@ -name: Report a Bug +name: Report a Generic Issue -# For documentation concerning the Github form schema see -# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema - -description: Report a Bug +description: Report a generic issue which is not necessarily a bug body: - type: textarea attributes: - label: What is the problem? - - - type: textarea - attributes: - label: What steps will reproduce the problem? - - - type: textarea - attributes: - label: DataLad information - description: | - What version of DataLad and git-annex do you use (run `datalad --version`)? - - On what operating system (consider running `datalad wtf`)? - - - type: textarea - attributes: - label: Additional context - description: - Is there anything else that would be useful to know in this context? - - - type: textarea - attributes: - label: Have you had any success using DataLad before? - description: | - This is to assess your expertise/prior luck. - - We would welcome your testimonial additions [here](https://github.com/datalad/datalad/wiki/Testimonials). + label: Description diff --git a/.github/ISSUE_TEMPLATE/issue_template_bug.yml b/.github/ISSUE_TEMPLATE/issue_template_bug.yml new file mode 100644 index 0000000000..1eadc3e50a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_template_bug.yml @@ -0,0 +1,37 @@ +name: Report a Bug + +# For documentation concerning the Github form schema see +# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema + +description: Report a Bug + +body: + - type: textarea + attributes: + label: What is the problem? + + - type: textarea + attributes: + label: What steps will reproduce the problem? + + - type: textarea + attributes: + label: DataLad information + description: | + What version of DataLad and git-annex do you use (run `datalad --version`)? + + On what operating system (consider running `datalad wtf`)? + + - type: textarea + attributes: + label: Additional context + description: + Is there anything else that would be useful to know in this context? + + - type: textarea + attributes: + label: Have you had any success using DataLad before? + description: | + This is to assess your expertise/prior luck. + + We would welcome your testimonial additions [here](https://github.com/datalad/datalad/wiki/Testimonials).