-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1 parent
afd791e
commit b2dc149
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
When filing an issue, please fill in the requested fields as thoroughly as you can and then delete this comment | ||
Note: For issues, assistance, and questions about using NI products, please visit ni.com/support. Issues opened here should be specifically related to these Python APIs. | ||
--> | ||
|
||
### Description of issue | ||
|
||
<Replace with a description of the issue> | ||
|
||
### System report | ||
|
||
`python -c "import niscope; niscope.print_diagnostic_information()"` output (replace `niscope` with appropriate package name) | ||
|
||
``` | ||
<Replace with the output of the above command> | ||
``` | ||
|
||
### Steps to reproduce issue | ||
|
||
``` python | ||
<Replace with a script that clearly shows the issue, if applicable> | ||
``` | ||
|
||
1. Step 1 | ||
2. Step 2 | ||
3. etc... |