chore(ci): merge annoying section in PR template (#2802)

* chore(ci): merge annoying section in PR template

* pre-commit
This commit is contained in:
Steven Palma
2026-01-14 17:17:56 +01:00
committed by GitHub
parent 1c61b43b15
commit a17df523e0
+5 -4
View File
@@ -22,20 +22,21 @@ Short, imperative summary (e.g., "fix(robots): handle None in sensor parser"). S
- Short, concrete bullets of the modifications (files/behaviour). - Short, concrete bullets of the modifications (files/behaviour).
- Short note if this introduces breaking changes and migration steps. - Short note if this introduces breaking changes and migration steps.
## How was this tested ## How was this tested (or how to run locally)
- Tests added: list new tests or test files. - Tests added: list new tests or test files.
- Manual checks / dataset runs performed. - Manual checks / dataset runs performed.
- Instructions for the reviewer
## How to run locally (reviewer) Example:
- Run the relevant tests: - Ran the relevant tests:
```bash ```bash
pytest -q tests/ -k <keyword> pytest -q tests/ -k <keyword>
``` ```
- Run a quick example or CLI (if applicable): - Reproduce with a quick example or CLI (if applicable):
```bash ```bash
lerobot-train --some.option=true lerobot-train --some.option=true