You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/benchmark_submission.yml
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,13 @@ body:
81
81
label: "⬇️ Output Throughput"
82
82
description: "Enter the output throughput value from the benchmark."
83
83
placeholder: "1000"
84
+
85
+
- type: textarea
86
+
id: notes
87
+
attributes:
88
+
label: "📝 Notes (Optional)"
89
+
description: "If you'd like, provide any additional notes or details on how you ran the benchmark."
90
+
placeholder: "I ran the benchmark using the following command: ..."
84
91
85
92
- type: checkboxes
86
93
id: terms
@@ -89,4 +96,4 @@ body:
89
96
description: "By submitting this benchmark result, you agree to follow our [Code of Conduct](https://github.com/arc53/DocsGPT/blob/main/CODE_OF_CONDUCT.md)"
90
97
options:
91
98
- label: "I agree to follow this project's Code of Conduct"
0 commit comments