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: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,5 +32,6 @@ Contributions via Pull Requests are warmly welcome. Before submitting your Pull
32
32
33
33
- The example compiles with flags `-vet -strict-style -vet-tabs -disallow-do -warnings-as-errors`
34
34
- Add the example to `.github/workflows/check.yml`
35
-
- Your code follows the Odin naming convention: https://github.com/odin-lang/Odin/wiki/Naming-Convention (exception can be made for direct ports of examples that need to match 1:1 to the source of the port).
35
+
- Your code follows this style guide: https://github.com/odin-lang/examples/wiki/Naming-and-style-convention (exception can be made for direct ports of examples that need to match 1:1 to the source of the port).
36
36
- Note that your code will fall under the licenses listed above. Only for third-party dependencies are other licenses allowed.
0 commit comments