Skip to content

Commit

Permalink
Say we use clang-format now
Browse files Browse the repository at this point in the history
  • Loading branch information
Skptak committed Aug 21, 2023
1 parent 3c51ca7 commit 8deaf6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ To send us a pull request, please:
change.
1. Ensure that your contributions conform to the
[style guide](https://docs.aws.amazon.com/embedded-csdk/202011.00/lib-ref/docs/doxygen/output/html/guide_developer_styleguide.html).
1. Format your code with uncrustify, using the config available in
[FreeRTOS/CI-CD-Github-Actions](https://github.com/FreeRTOS/CI-CD-Github-Actions/blob/main/formatting/uncrustify.cfg).
1. Format your code with `clang-format`, using the config available at
[clang-format](../.clang-format).
1. Ensure local tests pass.
1. Commit to your fork using clear commit messages.
1. Send us a pull request, answering any default questions in the pull request
Expand All @@ -61,7 +61,7 @@ GitHub provides additional document on

Looking at the existing issues is a great way to find something to contribute
on. As our projects, by default, use the default GitHub issue labels
((enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at
(enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at
any ['help wanted'](https://github.com/FreeRTOS/coreHTTP/labels?q=help+wanted)
issues is a great place to start.

Expand Down

0 comments on commit 8deaf6b

Please sign in to comment.