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: content/contributing-code/contents.lr
+8-1
Original file line number
Diff line number
Diff line change
@@ -52,13 +52,20 @@ When in doubt, ask a question on [one of our community forums](/community).
52
52
* Describe how you tested your change.
53
53
* If a reviewer is not assigned automatically, manually [request a review](https://help.github.com/en/articles/requesting-a-pull-request-review) from either the repository maintainer (if you have that information) or `@creativecommons/engineering`.
54
54
55
-
### Code
55
+
### Code guidelines
56
56
57
57
* Write comprehensive and robust tests that cover the changes you've made in your work.
58
58
* Follow the appropriate code style standards for the language and framework you're using (e.g. PEP 8 for Python).
59
59
* Write readable code – keep functions small and modular and name variables descriptively.
60
60
* Document your code thoroughly.
61
61
* Make sure all the existing tests pass.
62
+
* User-facing code should support the following browsers:
0 commit comments