Skip to content

Commit 0b1cdbb

Browse files
authored
Update benchmark_submission.yml
1 parent 4939cb7 commit 0b1cdbb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/ISSUE_TEMPLATE/benchmark_submission.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@ body:
8181
label: "⬇️ Output Throughput"
8282
description: "Enter the output throughput value from the benchmark."
8383
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: ..."
8491

8592
- type: checkboxes
8693
id: terms
@@ -89,4 +96,4 @@ body:
8996
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)"
9097
options:
9198
- label: "I agree to follow this project's Code of Conduct"
92-
required: true
99+
required: true

0 commit comments

Comments
 (0)