Skip to content

Add templates for PR and Release - #398

Open
rwb27 wants to merge 2 commits into
mainfrom
release-checklist
Open

Add templates for PR and Release#398
rwb27 wants to merge 2 commits into
mainfrom
release-checklist

Conversation

@rwb27

@rwb27 rwb27 commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

Add a release checklist and a merge checklist.

Closes #309

@barecheck

barecheck Bot commented Aug 6, 2026

Copy link
Copy Markdown

Barecheck - Code coverage report

Total: 97.43%

Your code coverage diff: 0.00% ▴

✅ All code changes are covered

@rwb27
rwb27 force-pushed the release-checklist branch from 7b8045d to 679bf6c Compare August 6, 2026 11:26
@rwb27
rwb27 requested a review from bprobert97 August 6, 2026 14:36
- [ ] Open issues and PRs to fix any bugs that are found.

**Release**
- [ ] Bump the version number.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- [ ] Bump the version number.
- [ ] Bump the version number in `pyproject.toml`

It's good to be specific in these checklists

Comment on lines +28 to +30
**Manual testing**
- [ ] Ensure the prerelease is tested against a real system (currently this will be an OpenFlexure Microscope).
- [ ] Open issues and PRs to fix any bugs that are found.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
**Manual testing**
- [ ] Ensure the prerelease is tested against a real system (currently this will be an OpenFlexure Microscope).
- [ ] Open issues and PRs to fix any bugs that are found.
**Testing**
- [ ] Check that all formatting, linting, unit, and integration tests are passing on CI
- [ ] Verify core functionality against a real system:
- [ ] Run a large ( > 200 images) slide scan on an OpenFlexure Microscope
- [ ] Verify the UI on the OpenFlexure Microscope works as expected
- [ ] Report any relevant bugs as an Issue in the [OpenFlexure Microscope Server Repository](https://gitlab.com/openflexure/openflexure-microscope-server)
- [ ] Open issues and PRs in the labthings-fastapi to fix any bugs that are found in the labthings software.

**Release**
- [ ] Bump the version number.
- [ ] Make a release on Github, including a changelog in the release notes.
- [ ] Verify that the release appears on PyPI and add a link to the Github release.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- [ ] Verify that the release appears on PyPI and add a link to the Github release.
- [ ] Verify that the release appears on PyPI and add a link to the Github release.
**Post-Release**
- [ ] Announce the new release on relevant channels, including telling the OpenFlexure Core Team and other other downstream project teams.
- [ ] Close this issue and the corresponding GitHub Milestone.


<!-- Closes #???-->
<!-- OFM-Feature-Branch: branchname -->

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
> **Note for external contributors:** Please ensure this PR is submitted from a fork of the repository. Direct branch creation is restricted to core maintainers.


* [ ] All new/changed functions have up to date typehints and docstrings.
* [ ] Any changes to the public API have been updated in `docs/src/public_api.rst`.
* [ ] New or changed features have been added to (or updated in) the conceptual documentation.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* [ ] New or changed features have been added to (or updated in) the conceptual documentation.
* [ ] New or changed features have been added to (or updated in) the conceptual documentation.
* [ ] Any new or updated dependencies have been added to the project configuration (e.g., `pyproject.toml`).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a pull request template

2 participants