Skip to content

Commit

Permalink
Fix odd md formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Jan 9, 2025
1 parent 18c0aa7 commit 02a0f77
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,21 +174,24 @@ be useful for quick filtering like `[TC-ABC-1.2]` to tag test changes.

Examples of descriptive titles:

> [!TIP] > `[Silabs] Fix compile of SiWx917 if LED and BUTTON are disabled` >
> `[Telink] Update build Dockerfile with new Zeprhy SHA: c05c4.....` >
> `General Commissioning Cluster: use AttributeAccessInterface/CommandHandlerInterface for processing` >
> `Scenes Management/CopyScene: set access as manage instead of default to match the spec` >
> `Fix build errors due to ChipDeviceEvent default constructor not being available` >
> `Fix crash during DNSSD processing due to malformed packet` >
> `[NRF] Fix crash due to stack overflow during logging for PW-RPC builds` >
> `[TC-ABC-2.3] added new python test case based on test plan` >
> `[TC-ABC] migrate tests from yaml to python`
- `[Silabs] Fix compile of SiWx917 if LED and BUTTON are disabled`
- `[Telink] Update build Dockerfile with new Zeprhy SHA: c05c4.....`
- `General Commissioning Cluster: use AttributeAccessInterface/CommandHandlerInterface for processing`
- `Scenes Management/CopyScene: set access as manage instead of default to match the spec`
- `Fix build errors due to ChipDeviceEvent default constructor not being available`
- `Fix crash during DNSSD processing due to malformed packet`
- `[NRF] Fix crash due to stack overflow during logging for PW-RPC builds`
- `[TC-ABC-2.3] added new python test case based on test plan`
- `[TC-ABC] migrate tests from yaml to python`

Examples of titles that are vague (not clear what the change is, one would need
to open the pull request for details or open additional issue in GitHub)

> [!CAUTION] > `Work on issue 1234` > `Fix android JniTypeWrappers` >
> `Fix segfault in BLE` > `Fix TC-ABC-1.2` > `Update Readme`
- `Work on issue 1234`
- `Fix android JniTypeWrappers`
- `Fix segfault in BLE`
- `Fix TC-ABC-1.2`
- `Update Readme`

##### Summary contents

Expand Down

0 comments on commit 02a0f77

Please sign in to comment.