Skip to content

Commit

Permalink
docs(ISSUE-1325): Add Identifier Conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
toastsec committed Jun 18, 2024
1 parent 4b0ad39 commit 25b4389
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/development/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@ code should adhere to either the
[Google Objective-C Style Guide](https://google.github.io/styleguide/objcguide.xml)
or the [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html).

### Identifier Conventions
All submissions related to the use of different identifiers should adhere to the following conventions.

| Identifier | Notes | Example |
| -------- | ------- | ------- |
| SHA-256 | lowercase | `801d1dd8bc78984c126a269aca053642d16eef4389dfdc8df575af929fdcf279` |
| CDHash | lowercase | `2d1cff4b1080058e7e5913e5a3398bcd0199b6a4` |
| TeamID | uppercase | `43AQ936H96` |
| Signing ID | case insensitive | `EQHXZ8M8AV:com.google.Chrome` |

### The small print
Contributions made by corporations are covered by a different agreement than
the one above, the [Software Grant and Corporate Contributor License Agreement](https://developers.google.com/open-source/cla/corporate).

0 comments on commit 25b4389

Please sign in to comment.