Skip to content

Commit 710d09c

Browse files
committed
'all other' GitHub issue template
1 parent 238e0dd commit 710d09c

File tree

2 files changed

+27
-4
lines changed

2 files changed

+27
-4
lines changed

.github/ISSUE_TEMPLATE/all-other.yml

+23
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: "[OTHER]: "
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
## Important information
9+
For all types of questions, feature requests, and other issues that aren't nanobind bugs, please start a post on the separate "Discussions" tab and *not* under "Issues".
10+
11+
If have found a nanobind bug, then please open a ticket 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 aren't nanobind bugs, please start a post on the separate "Discussions" tab and *not* under "Issues".
19+
20+
If have found a nanobind bug, then please open a ticket with a reproducer using the separate "Bug Report" template.
21+
22+
validations:
23+
required: true

.github/ISSUE_TEMPLATE/bug-report.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ body:
2525
attributes:
2626
label: Reproducible example code
2727
placeholder: >-
28-
The code should be minimal, have no external dependencies, isolate the
29-
function(s) that cause breakage. Submit matched and complete C++ and
28+
The code should be minimal, have no external dependencies, and isolate the
29+
function(s) that cause breakage. Please submit matched and complete C++ and
3030
Python snippets that can be easily compiled and run to diagnose the
31-
issue. If possible, make a PR with a new, failing test to provide a
32-
starting point to work on!
31+
issue. If possible, make a PR with a failing test to provide a
32+
starting point for me to work on.
3333
render: text

0 commit comments

Comments
 (0)