docs(CONTRIBUTING): separate bad PR title examples

This commit is contained in:
ayntee
2021-01-28 13:56:42 +04:00
parent c87f4f8000
commit 53cb2611c0
+5 -2
View File
@@ -15,9 +15,12 @@
Examples of good PR title:
- fix(controllers): cache member from INTERACTION_CREATE payload
- fix(controllers/interactions): cache member from INTERACTION_CREATE payload
- docs: improve wording
- feat(handlers): add editGuild() function Examples of bad PR title:
- feat(handlers/guild): add editGuild() function Examples of bad PR title:
Examples of bad PR title:
- fix #7123
- update docs
- fix bugs