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): diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 29a966c..3e8838a 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 - - +