Skip to content

Commit f9dee12

Browse files
committed
Update issue templates
1 parent c272e76 commit f9dee12

File tree

5 files changed

+55
-60
lines changed

5 files changed

+55
-60
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Other
2+
description: Ask a question or request a new feature
3+
title: ''
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
## Important information
9+
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".
10+
11+
If have found a bug, then please open an issue with a reproducer using the separate "Bug Report" template.
12+
13+
- type: textarea
14+
id: description
15+
attributes:
16+
label: Please don't use.
17+
placeholder: >-
18+
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".
19+
20+
If have found a bug, then please open an issue with a reproducer using the separate "Bug Report" template.
21+
22+
validations:
23+
required: true
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: Bug report
2+
description: File an issue about a bug
3+
title: ''
4+
labels: bug
5+
assignees: zfergus
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
## 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".
12+
13+
- type: textarea
14+
id: description
15+
attributes:
16+
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+
validations:
20+
required: true
21+
22+
- type: textarea
23+
id: code
24+
attributes:
25+
label: Reproducible example code
26+
placeholder: >-
27+
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
29+
Python snippets that can be easily compiled and run to diagnose the
30+
issue. If possible, make a PR with a failing test to provide a
31+
starting point for me to work on.
32+
render: text

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)