From 95020d5104ff9a1e040f5c4844aa1ca8cd7f693f Mon Sep 17 00:00:00 2001 From: ayntee Date: Thu, 11 Mar 2021 22:37:22 +0400 Subject: [PATCH] style(CONTRIBUTING): format file --- .github/CONTRIBUTING.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 04aebb81e..7d24bee7b 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -15,18 +15,17 @@ Examples of good PR title: - - fix(handlers/INTERACTION_CREATE): cache member object - - docs: improve wording - - feat: add cache manager module - - feat(helpers): add editGuild() - - refactor(ws/shard): remove redundant checks +- fix(handlers/INTERACTION_CREATE): cache member object +- docs: improve wording +- feat: add cache manager module +- feat(helpers): add editGuild() +- refactor(ws/shard): remove redundant checks Examples of bad PR title: - - fix #7123 - - update docs - - fix bugs - +- fix #7123 +- update docs +- fix bugs - Ensure there is a related issue and it is referenced in the pull request text. - Ensure there are tests that cover the changes.