Skip to content

Commit 1a9d3c7

Browse files
authored
Update bug-report.yml
1 parent f9dee12 commit 1a9d3c7

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,29 @@ body:
88
attributes:
99
value: |
1010
## Important information
11-
Please limit issues to bugs and incorrect behavior of the IPC Toolkit. If you have a question, or want to request a new feature, please use the separate "Discussions" tab and *not* under "Issues".
11+
Please limit issues to bugs and incorrect behavior of the IPC Toolkit.
12+
If you have a question or want to request a new feature, please use the separate
13+
"Discussions" tab and *not* under "Issues".
1214
1315
- type: textarea
1416
id: description
1517
attributes:
1618
label: Problem description
17-
placeholder: >-
18-
Provide a short description, state the expected behavior and what actually happens. Include relevant information like what OS and version (e.g. macOS, Linux, Windows) and compiler and version: (e.g. GCC, Clang, MSVC). If an issue regarding the Python bindings, please also include the version of Python you are using.
19+
placeholder: |
20+
Provide a short description, state the expected behavior, and what actually happens.
21+
Include relevant information like what OS and version (e.g., macOS, Linux, Windows)
22+
and compiler and version: (e.g., GCC, Clang, MSVC). If an issue regarding the Python b
23+
indings, please also include the version of Python you are using.
1924
validations:
2025
required: true
2126

2227
- type: textarea
2328
id: code
2429
attributes:
2530
label: Reproducible example code
26-
placeholder: >-
31+
placeholder: |
2732
The code should be minimal, have no external dependencies, and isolate the
28-
function(s) that cause breakage. Please submit matched and complete C++ and
33+
function(s) that causes breakage. Please submit matched and complete C++ and
2934
Python snippets that can be easily compiled and run to diagnose the
3035
issue. If possible, make a PR with a failing test to provide a
3136
starting point for me to work on.

0 commit comments

Comments
 (0)