Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update issue templates
Browse files Browse the repository at this point in the history
ni-jfitzger authored Jan 26, 2025
1 parent afd791e commit b2dc149
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
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...

0 comments on commit b2dc149

Please sign in to comment.