From 4b42fcccd6f77f69282aa4c82bcd6d0b9081fba9 Mon Sep 17 00:00:00 2001 From: Bassam <61985779+bassamanator@users.noreply.github.com> Date: Tue, 21 Nov 2023 01:24:26 -0500 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 30a0878..fe035e1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,8 +1,14 @@ # Contribution Guidelines -When contributing, please ... +When contributing, please: - provide a clear and concise explanation of your pull request. -- try to make small changes, ie, make many small pull requests as opposed to a single large pull request. This allows me to check your work more quickly, thus merge more quickly. +- try to make small changes, ie, make many small pull requests as opposed to a single large pull request. - try to follow the patterns I've already established. +Contributions to `README.md` should do some or all of the following: +- add clarity +- reduce complexity for the user +- reduce verbosity +- fix errors + Thank you.