From a9a25685283310c96cefe7146e926783bb55a5b9 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Sun, 4 Sep 2022 12:27:29 +0900 Subject: [PATCH] [Doc] Remove an obsolete contributing method --- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1599022760..d0e9780e0d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -59,7 +59,6 @@ Here are a few examples: * If the change has a related GitHub issue (e.g. a bug fix for a reported issue), put a link to the issue as `[#123](https://github.com/rubocop/rubocop-performance/issues/123): `. * Describe the brief of the change. The sentence should end with a punctuation. * At the end of the entry, add an implicit link to your GitHub user page as `([@username][])`. -* Alternatively, you may modify the CHANGELOG file directly, but this may result in conflicts later on. Also, if this is your first contribution to RuboCop project, add a link definition for the implicit link to the bottom of the changelog as `[@username]: https://github.com/username`. [1]: https://github.com/rubocop/rubocop-performance/issues [2]: https://www.gun.io/blog/how-to-github-fork-branch-and-pull-request