Skip to content

Commit

Permalink
'all other' GitHub issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
wjakob committed Oct 26, 2023
1 parent 238e0dd commit 710d09c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 4 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/all-other.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Other
description: Ask a question or request a new feature
title: "[OTHER]: "
body:
- type: markdown
attributes:
value: |
## Important information
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".
If have found a nanobind bug, then please open a ticket with a reproducer using the separate "Bug Report" template.
- type: textarea
id: description
attributes:
label: Please don't use.
placeholder: >-
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".
If have found a nanobind bug, then please open a ticket with a reproducer using the separate "Bug Report" template.
validations:
required: true
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ body:
attributes:
label: Reproducible example code
placeholder: >-
The code should be minimal, have no external dependencies, isolate the
function(s) that cause breakage. Submit matched and complete C++ and
The code should be minimal, have no external dependencies, and isolate the
function(s) that cause 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 new, failing test to provide a
starting point to work on!
issue. If possible, make a PR with a failing test to provide a
starting point for me to work on.
render: text

0 comments on commit 710d09c

Please sign in to comment.