You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Code changes
19
19
We Use Github Flow, So All Code Changes Happen Through Pull Requests. Pull requests are the best way to propose changes to the codebase. We actively welcome your pull requests:
20
20
21
21
- If you've added code that should be tested, add tests. Ensure the test suite passes.
22
-
- Avoid use macros for different platforms. Use seperate folder of source files to host diffeent platform logic.
22
+
- Avoid use macros for different platforms. Use separate folder of source files to host different platform logic.
23
23
- Put macro definitions inside share_lib/include/config.h if you have to use macro.
24
24
- Make sure your code lints and compliant to our coding style.
25
25
- Extend the application library is highly welcome.
0 commit comments