mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-22 20:19:43 +00:00
chore(ci): merge annoying section in PR template (#2802)
* chore(ci): merge annoying section in PR template * pre-commit
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user