From edb6b759f91036a74f4a745d90801dae19d4bbef Mon Sep 17 00:00:00 2001 From: Toby Dylan Hocking Date: Sat, 30 May 2026 08:38:40 -0400 Subject: [PATCH 1/3] markdown fields in revdep_check_failure.yml --- .github/ISSUE_TEMPLATE/revdep_check_failure.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/revdep_check_failure.yml b/.github/ISSUE_TEMPLATE/revdep_check_failure.yml index 6cf8e3e956..e98f31ac2c 100644 --- a/.github/ISSUE_TEMPLATE/revdep_check_failure.yml +++ b/.github/ISSUE_TEMPLATE/revdep_check_failure.yml @@ -19,12 +19,12 @@ body: validations: required: true - - type: textarea + - type: markdown id: check-output attributes: label: Failing check output description: | - Paste the relevant `R CMD check` output showing the failure. + Write markdown describing the relevant `R CMD check` output showing the failure. The output can be found in the [Monsoon results](https://rcdata.nau.edu/genomic-ml/data.table-revdeps/analyze/) or from a local revdep check. @@ -44,12 +44,12 @@ body: validations: required: true - - type: textarea + - type: markdown id: additional-context attributes: label: Additional context description: | - Any other relevant information: @mentions of the commit/PR + Write markdown with any other relevant information: @mentions of the commit/PR author(s), links to Monsoon result pages, whether the fix should come from data.table or from the revdep package, etc. Minimal reproducible examples (MRE) can also be included here. From ab2a391bd7817cdb437f888cc899f81e3dd0418d Mon Sep 17 00:00:00 2001 From: Toby Dylan Hocking Date: Sat, 30 May 2026 08:49:14 -0400 Subject: [PATCH 2/3] type: input --- .github/ISSUE_TEMPLATE/revdep_check_failure.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/revdep_check_failure.yml b/.github/ISSUE_TEMPLATE/revdep_check_failure.yml index e98f31ac2c..56249f7e2f 100644 --- a/.github/ISSUE_TEMPLATE/revdep_check_failure.yml +++ b/.github/ISSUE_TEMPLATE/revdep_check_failure.yml @@ -19,7 +19,7 @@ body: validations: required: true - - type: markdown + - type: input id: check-output attributes: label: Failing check output @@ -28,7 +28,6 @@ body: The output can be found in the [Monsoon results](https://rcdata.nau.edu/genomic-ml/data.table-revdeps/analyze/) or from a local revdep check. - render: text validations: required: true From d28278281db991bf4baadfe04406bcaa2a4ec629 Mon Sep 17 00:00:00 2001 From: Toby Dylan Hocking Date: Sat, 30 May 2026 08:50:06 -0400 Subject: [PATCH 3/3] input --- .github/ISSUE_TEMPLATE/revdep_check_failure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/revdep_check_failure.yml b/.github/ISSUE_TEMPLATE/revdep_check_failure.yml index 56249f7e2f..76d7efe6b2 100644 --- a/.github/ISSUE_TEMPLATE/revdep_check_failure.yml +++ b/.github/ISSUE_TEMPLATE/revdep_check_failure.yml @@ -43,7 +43,7 @@ body: validations: required: true - - type: markdown + - type: input id: additional-context attributes: label: Additional context