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/bug_report.yml
+12
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,18 @@ body:
48
48
description: What operating system are you using?
49
49
validations:
50
50
required: false
51
+
- type: textarea
52
+
id: suggested-fix
53
+
attributes:
54
+
label: (Optional) Describe any potential fixes you've considered to the issue outlined above.
55
+
- type: dropdown
56
+
id: pull-request
57
+
attributes:
58
+
label: Pull Request
59
+
description: Are you willing to open a pull request fixing the bug outlined in this issue? (See [Contributing to BoTorch](https://github.com/pytorch/botorch/blob/main/CONTRIBUTING.md))
0 commit comments