Skip to content
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
4 changes: 3 additions & 1 deletion github_strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ We follow standard procedures when writing software packages including:

- Gallery outlining example use cases

Examples: [pycytominer](https://github.com/cytomining/pycytominer), [CytoSnake](https://github.com/WayScience/CytoSnake)
Examples: [pycytominer](https://github.com/cytomining/pycytominer), [coSMicQC](https://github.com/cytomining/coSMicQC)

### 2. Analysis repository

Expand Down Expand Up @@ -135,6 +135,8 @@ This process has many direct and indirect benefits.

- The smaller the better; it is WAY easier to review if small

1. **Agentic PRs:** If a pull request is created by a non-human actor (e.g., an agent or LLM model), treat it as a human-authored PR for review purposes. The person who initiated the agent action is considered the author (alongside the agent) and the PR still benefits from outside review by others. One outside approval is still required for merging.

1. The writer adds details to the pull request in markdown format

- Justifies the rationale for why the pull request exists
Expand Down