]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Add ccache configuration field to the problem report template
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 31 Mar 2026 17:37:39 +0000 (19:37 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 31 Mar 2026 17:37:39 +0000 (19:37 +0200)
.github/ISSUE_TEMPLATE/problem_report.yml

index 834f1723f9cbe07fa839a6c9619aee38f683be81..47aacfd5090cb06664db190c7d0732ea3666452e 100644 (file)
@@ -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: