From 158593df918cd3a25b4a4ad2b365c1e005d7bffe Mon Sep 17 00:00:00 2001 From: WillForan Date: Thu, 4 Jan 2024 17:24:51 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20update=20contributing=20guidelin?= =?UTF-8?q?es:=20replace=20boilerplate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- contributing.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/contributing.md b/contributing.md index 494aec7..0627479 100644 --- a/contributing.md +++ b/contributing.md @@ -6,11 +6,9 @@ project you agree to abide by its terms. --- -Ensure your pull request adheres to the following guidelines: +Ideally your pull request will be atomic and contain a single new entry, removal, or modification. However, larger requests are still welcome, especially when expanding the list into under represented topics. -- Make sure you take care of this -- And this as well -- And don't forget to check this +Your pull request will be checked against [`awesome-lint`](https://github.com/sindresorhus/awesome-lint). You can run `npm test` locally in this repo's directory to check before pushing. Thank you for your suggestions!