From f74aeee66034e7d3627fbc2ccc1edbe408959ea4 Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Thu, 14 Apr 2022 18:13:10 -0700 Subject: [PATCH 1/2] Add details section to issue template --- .github/ISSUE_TEMPLATE/bugreport.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bugreport.yml b/.github/ISSUE_TEMPLATE/bugreport.yml index 043584f3ea6..83ae05bbc96 100644 --- a/.github/ISSUE_TEMPLATE/bugreport.yml +++ b/.github/ISSUE_TEMPLATE/bugreport.yml @@ -54,6 +54,12 @@ body: attributes: label: Environment description: | - Paste the output of `xr.show_versions()` here + Paste the output of `xr.show_versions()` between the `
` tags. + value: | +
+ + + +
validations: required: true From c0453aac9910cba64161bdbabdd8571da6228fd6 Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Thu, 14 Apr 2022 18:19:48 -0700 Subject: [PATCH 2/2] --- .github/ISSUE_TEMPLATE/bugreport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bugreport.yml b/.github/ISSUE_TEMPLATE/bugreport.yml index 83ae05bbc96..ba5bc8abaea 100644 --- a/.github/ISSUE_TEMPLATE/bugreport.yml +++ b/.github/ISSUE_TEMPLATE/bugreport.yml @@ -54,7 +54,7 @@ body: attributes: label: Environment description: | - Paste the output of `xr.show_versions()` between the `
` tags. + Paste the output of `xr.show_versions()` between the `
` tags, leaving an empty line following the opening tag. value: |