From d4de056e7caf1659ac651a59644c81cf39fa2698 Mon Sep 17 00:00:00 2001 From: Elisha Hollander Date: Mon, 18 Oct 2021 23:06:45 +0300 Subject: [PATCH] fix grammar --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e9812567b..d4baea25d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ **BUGS:** -To encourage active collaboration, Bagisto encourages pull requests, not just bug reports. "Bug reports" may also be sent in the form of a pull request containing negative test. +To encourage active collaboration, Bagisto encourages pull requests, not just bug reports. "Bug reports" may also be sent in the form of a pull request containing a negative test. However, when filing a bug report, your issue should contain a title and a clear description of the issue. You should also include as much relevant information as possible and a code sample that demonstrates the issue. The goal of a bug report is to make it easy for yourself - and others - to replicate the bug and develop a fix. @@ -40,7 +40,7 @@ If you are submitting a change that will affect a compiled file, such as most of **Code style:** -Bagisto follow PSR-2 for coding standard and PSR-4 as of Laravel for autoloading standards. +Bagisto follows PSR-2 for coding standard and PSR-4 as of Laravel for autoloading standards. **PHPDoc:**