RuhiJain
RuhiJain
## Description Added some badges in readme to provide information more effectively in readme. 
## Description Added back to top and Contributors section in Readme.md
## Description added contributors section and back to top in readme
A command-line tool for managing daily tasks. Users can add, list, update, and delete tasks. Tasks are stored locally in a JSON or SQLite database. Why it's good for open...
> May I know the issue and contribute to it, please? _Originally posted by @DeepakMaitry in [#1173](https://github.com/thinkswell/javascript-mini-projects/issues/1173#issuecomment-2682937540)_
> May I know the issue and contribute to it, please? _Originally posted by @DeepakMaitry in [#1173](https://github.com/thinkswell/javascript-mini-projects/issues/1173#issuecomment-2682937540)_
I want to merge this change because... This pull request fixes [#17891](https://github.com/saleor/saleor/issues/17891): When the payment gateway webhook does not respond, the PaymentGatewayInitialize mutation receives None for payment_gateways_response. Previously, this caused...
Move fill_empty_passwords Migration to Celery Task (#13884) This PR addresses [#13884](https://github.com/saleor/saleor/issues/13884). Problem The original migration [0076_fill_empty_passwords.py](https://github.com/saleor/saleor/blob/main/saleor/account/migrations/0076_fill_empty_passwords.py) directly filled empty passwords in a synchronous Django database migration. This approach can cause...