doc: development_process: splitting up commits is justified

Asking that a pull request restructure its commits is not
automatically an unjustified structural change. Remove it from the
list of unjustified changes. Commit structure is important for
maintaining bisectability.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2021-12-17 13:55:00 -08:00 committed by Carles Cufí
commit 458ac71fe8

View file

@ -177,7 +177,6 @@ dismissed following the criteria below:
structural changes such as:
- Split the PR
- Split the commits
- Can you fix this unrelated code that happens to appear in the diff
- Can you fix unrelated issues
- Etc.