From 5159b9abfb335a05649fb42afe41ffecfd0e7f99 Mon Sep 17 00:00:00 2001 From: ayntee Date: Sun, 11 Apr 2021 22:42:07 +0400 Subject: [PATCH] Remove PR title examples --- .github/CONTRIBUTING.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 68f9c62b8..42ad9a86c 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -12,21 +12,6 @@ ## Submitting a Pull Request - Give the PR a descriptive title. - -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 - -Examples of bad PR title: - -- 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. - Ensure all of the checks (lint and test) are passing.