From 53cb2611c0a171b7e86384be98665f9ff152db39 Mon Sep 17 00:00:00 2001 From: ayntee Date: Thu, 28 Jan 2021 13:56:42 +0400 Subject: [PATCH] docs(CONTRIBUTING): separate bad PR title examples --- .github/CONTRIBUTING.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 124c70cdb..358558525 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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