Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bug_report.md #726

Merged
merged 1 commit into from
Nov 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,19 @@ labels: bug
configuration, it is likely unrelated to pycro-manager
-->

<!--The best bug reports are those which can be converted into an automated test. This ensures that once fixed, the bug can be avoided in the future. Tests are minimal scripts that reproduce the errant behavior using the Micro-Manager Demo configuration. Examples of tests can be found here: https://github.com/micro-manager/pycro-manager/tree/main/pycromanager/test
<!--The best bug reports are those which can be converted into an automated test.
This ensures that once fixed, the bug can be avoided in the future. Tests are minimal
scripts that reproduce the errant behavior using the Micro-Manager Demo configuration.
Examples of tests can be found here:
https://github.com/micro-manager/pycro-manager/tree/main/pycromanager/test
-->

<!--If you're familiar with the process of making pull requests, the most helpful type of bug report to create is one with a linked pull request with a new test added (which should currently fail due to the bug). More information running the testing framework can be found here: (https://github.com/micro-manager/pycro-manager/blob/main/Contributing.md#testing-the-code). If you're not familiar with this process, it is also okay to simply paste a snippet of code in this report.-->
<!--If you're familiar with the process of making pull requests, the most helpful type of
bug report to create is one with a linked pull request with a new test added (which should
currently fail due to the bug). More information running the testing framework can be found here:
(https://github.com/micro-manager/pycro-manager/blob/main/Contributing.md#testing-the-code).
If you're not familiar with this process, it is also okay to simply paste a snippet of
code in this report.-->

**Code for reproduction**
```python
Expand Down