From 07cf824c7a3d7347976335e48c9dd581b039477c Mon Sep 17 00:00:00 2001 From: Henry Pinkard <7969470+henrypinkard@users.noreply.github.com> Date: Thu, 7 Sep 2023 11:10:48 -0700 Subject: [PATCH 1/2] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 40 +++++----------------------- 1 file changed, 7 insertions(+), 33 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a7b50772..9d03f31c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,42 +1,25 @@ ---- -name: Bug report -about: Report a bug in pycromanager -labels: bug ---- - - -### Bug report - - - - - -**Bug summary** + - + **Code for reproduction** - - - ```python -# Paste your code here -# -# +# your code here ``` **Expected outcome** @@ -47,12 +30,3 @@ labels: bug - -**Version Info** - - * Operating system: - * pycromanager version: - * MicroManager version: - * Python version: - * Python environment (command line, IDE, Jupyter notebook, etc) - From bd896f013cc92c44ac131ba1f700de5e390ff1d5 Mon Sep 17 00:00:00 2001 From: NDStorage-Bot <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 19:28:58 +0000 Subject: [PATCH 2/2] update NDTiffStorage version and PycroManagerJava version (Created by Github action) --- java/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/java/pom.xml b/java/pom.xml index a5794e44..c933a249 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.micro-manager.pycro-manager PycroManagerJava - 0.44.0 + 0.44.1 jar Pycro-Manager Java The Java components of Pycro-Manager @@ -64,7 +64,7 @@ org.micro-manager.ndtiffstorage NDTiffStorage - 2.15.1 + 2.15.2 @@ -144,4 +144,4 @@ - + \ No newline at end of file