From ae56eb0b8e10df95a4cda4300d399021c0cb649a Mon Sep 17 00:00:00 2001 From: tal7aouy Date: Sun, 13 Oct 2024 16:01:55 +0100 Subject: [PATCH] fix typo in contributing file --- CONTRIBUTING.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c7ad29f..daec4c1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,12 +10,6 @@ If you've noticed a bug or have a feature request, make sure to check our [Issue If this is something you think you can fix, then [fork Yusr](https://help.github.com/articles/fork-a-repo) and create a branch with a descriptive name. -A good branch name would be (where issue #325 is the ticket you're working on): - -``` -git checkout -b 325-add-japanese-localization -``` - ## Get the test suite running Make sure you're using the latest version of PHP and have Composer installed. Then, install the dependencies: