From: Joel Rosdahl Date: Tue, 31 Mar 2026 17:37:39 +0000 (+0200) Subject: chore: Add ccache configuration field to the problem report template X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=cfde8fe77243e077499816ba863ff3409fb1a711;p=thirdparty%2Fccache.git chore: Add ccache configuration field to the problem report template --- diff --git a/.github/ISSUE_TEMPLATE/problem_report.yml b/.github/ISSUE_TEMPLATE/problem_report.yml index 834f1723..47aacfd5 100644 --- a/.github/ISSUE_TEMPLATE/problem_report.yml +++ b/.github/ISSUE_TEMPLATE/problem_report.yml @@ -50,6 +50,14 @@ body: validations: required: true + - type: textarea + id: ccache-config + attributes: + label: Ccache configuration + description: Which ccache settings do you use (other than the default)? + validations: + required: false + - type: dropdown id: os attributes: