Skip to content

Commit 4c68063

Browse files
committed
Fix formatting in issue templates for clarity
1 parent c9ae812 commit 4c68063

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

.github/ISSUE_TEMPLATE/all-other.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ body:
55
attributes:
66
value: |
77
## Important information
8-
For all types of questions, feature requests, and other issues that are not bugs, please start a post on the separate "Discussions" tab and *not* under "Issues".
8+
For all types of questions, feature requests, and other issues that are not bugs, please start a post on the separate "Discussions" tab and **not** under "Issues".
99
1010
If have found a bug, then please open an issue with a reproducer using the separate "Bug Report" template.
1111
@@ -14,7 +14,7 @@ body:
1414
attributes:
1515
label: Please don't use.
1616
placeholder: |
17-
For all types of questions, feature requests, and other issues that are not bugs, please start a post on the separate "Discussions" tab and *not* under "Issues".
17+
For all types of questions, feature requests, and other issues that are not bugs, please start a post on the separate "Discussions" tab and **not** under "Issues".
1818
1919
If have found a bug, then please open an issue with a reproducer using the separate "Bug Report" template.
2020

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,14 @@ body:
77
attributes:
88
value: |
99
## Important information
10-
Please limit issues to bugs and incorrect behavior of the IPC Toolkit.
11-
If you have a question or want to request a new feature, please use the separate
12-
"Discussions" tab and *not* under "Issues".
10+
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".
1311
1412
- type: textarea
1513
id: description
1614
attributes:
1715
label: Problem description
1816
placeholder: |
19-
Provide a short description, state the expected behavior, and what actually happens.
20-
Include relevant information like what OS and version (e.g., macOS, Linux, Windows)
21-
and compiler and version: (e.g., GCC, Clang, MSVC). If an issue regarding the Python b
22-
indings, please also include the version of Python you are using.
17+
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.
2318
validations:
2419
required: true
2520

@@ -28,9 +23,5 @@ body:
2823
attributes:
2924
label: Reproducible example code
3025
placeholder: |
31-
The code should be minimal, have no external dependencies, and isolate the
32-
function(s) that causes breakage. Please submit matched and complete C++ and
33-
Python snippets that can be easily compiled and run to diagnose the
34-
issue. If possible, make a PR with a failing test to provide a
35-
starting point for me to work on.
26+
The code should be minimal, have no external dependencies, and isolate the function(s) that causes breakage. Please submit matched and complete C++ and Python snippets that can be easily compiled and run to diagnose the issue. If possible, make a PR with a failing test to provide a starting point for me to work on.
3627
render: text

0 commit comments

Comments
 (0)