style(docs/CONTRIBUTING): format file

This commit is contained in:
ayntee
2021-03-24 21:49:23 +04:00
parent ebb1d5deb7
commit acf0bd5753
+2 -1
View File
@@ -54,7 +54,8 @@ Examples of bad PR title:
## Types Guide
- Must use snake case (according to Discord API).
- Each field or property must be accompanied with a reasonable JSDoc comment right above its type definition.
- Each field or property must be accompanied with a reasonable JSDoc comment
right above its type definition.
- The name of the type must be prefixed with `Discord`.
- Must be placed inside of the types module (in `src/types` directory).