From f90cd2c7b5aa18245da09c7c989afe4f62b4931c Mon Sep 17 00:00:00 2001 From: Shantanu Kodgirwar Date: Thu, 24 Sep 2026 11:28:08 +0200 Subject: [PATCH 1/3] simplified pull request template --- .github/pull_request_template.md | 39 ++++++-------------------------- 1 file changed, 7 insertions(+), 32 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 29a966c..3c19fe8 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,37 +1,12 @@ - +## What and why -## Why + - +## How it was tested -## What changed + - +## Notes -## Verification - - - -## Tests - - - -## Notes and follow-ups - - - -## Version - - + From f9377cbe7596cea9b065b26255c06bc3c4907189 Mon Sep 17 00:00:00 2001 From: Shantanu Kodgirwar Date: Thu, 24 Sep 2026 11:34:52 +0200 Subject: [PATCH 2/3] minor PR template change --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3c19fe8..3e8838a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -9,4 +9,4 @@ ## Notes - + From 7697e4790cffa7b5cb939633e096f8272d0d06cf Mon Sep 17 00:00:00 2001 From: Shantanu Kodgirwar Date: Thu, 24 Sep 2026 11:35:43 +0200 Subject: [PATCH 3/3] adding the template for bug report --- .github/ISSUE_TEMPLATE/bug_report.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..1d42fcf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,22 @@ +--- +name: Bug report +about: Something is broken or a reconstruction behaves unexpectedly +labels: bug +--- + +## What happened + + + +## How to reproduce + + + +## Environment + +- PtyLab version: +- Python version: +- OS: +- CPU or GPU (and CuPy/CUDA version if GPU):