Skip to content

Commit a090813

Browse files
committed
AGENTS.md: correct typos and mis-spelligs
1 parent 71100df commit a090813

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

AGENTS.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ AP_GROUPINFO_FLAGS("ENABLE", 0, AP_Terrain, enable, 1, AP_PARAM_FLAG_ENABLE),
217217

218218
- `@Param:` — short name
219219
- `@DisplayName:` — human-readable name
220-
- `@Description:` — detailed description (not to long)
220+
- `@Description:` — detailed description (not too long)
221221
- `@Values:``value:label` pairs, comma-separated
222222
- `@Bitmask:``bit:label` pairs for bitmask parameters
223223
- `@Range:``min max`
@@ -231,7 +231,7 @@ AP_GROUPINFO_FLAGS("ENABLE", 0, AP_Terrain, enable, 1, AP_PARAM_FLAG_ENABLE),
231231
- `@Vehicles:` for vehicles specifics parameters
232232

233233
When adding or modifying parameters, always include all relevant annotations.
234-
Parameters fullname max length is 16 caracters.
234+
Parameters fullname max length is 16 characters.
235235

236236
---
237237

@@ -274,7 +274,7 @@ libraries: fix typo in AP_GPS backend selection
274274

275275
### Before opening a PR
276276

277-
1. **Fork and branch**: Work on a featurebranch in your fork, not on `master`.
277+
1. **Fork and branch**: Work on a feature branch in your fork, not on `master`.
278278
2. **Rebase on master**: Ensure your branch is up to date with the latest `master`.
279279
3. **Build locally**: `./waf configure --board sitl && ./waf copter` (or the relevant vehicle), if generic feature/bug fix. Build for the specific board, instead of SITL, if a hardware port.
280280
4. **Run relevant tests**: At minimum, run SITL for the affected vehicle and any unit tests in the modified library and related autotests.
@@ -294,12 +294,12 @@ libraries: fix typo in AP_GPS backend selection
294294
- Testing evidence has to be provided.
295295
- **Explicitly state that the contribution was AI-assisted** and describe the level of AI involvement.
296296
- If the change affects parameters, note the parameter changes and any migration considerations.
297-
- Keep the description consise.
297+
- Keep the description concise.
298298

299299
### Review process
300300

301301
- ArduPilot is maintained by volunteers. Be patient — reviews can take days or weeks.
302-
- Respond to all review comments without jokes or long paragraphs. If a reviewer asks for changes, analyse them from the global scope, make them if straighforward or ask for clarification is something is unclear, and push updated commits (then squash if requested).
302+
- Respond to all review comments without jokes or long paragraphs. If a reviewer asks for changes, analyse them from the global scope, make them if straightforward or ask for clarification is something is unclear, and push updated commits (then squash if requested).
303303
- CI must pass before merge. If CI fails, investigate and fix — do not ask maintainers to merge with failing CI.
304304
- Maintainers may ask you to split large PRs into smaller, focused ones.
305305
- For non-trivial changes, consider opening a discussion thread on [Discourse](https://discuss.ardupilot.org/c/development-team) or [Discord](https://ardupilot.org/discord) before writing code.

0 commit comments

Comments
 (0)