From 59689806d2a38d07d4126e748b7c491233f8230d Mon Sep 17 00:00:00 2001 From: rishi2019194 <58341663+rishi2019194@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:27:31 -0400 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index df4c12ad0..e166e88de 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,6 +11,7 @@ * Helping the community by delivering a better product. * Help us find solutions to computationally/memory intensive processes * Help us to scale the system to a larger database +* To run the email notifier feature - make your own gmail account and password and replace the same in the utils.py(function: send_email_to_user(recipient_email, categorized_data)) ## Style checkers standards: * Use the `pylance` package for python (VS code), and use `black` for auto-styling and auto-formatting the code.