PaulyBearCoding
PaulyBearCoding
Hi! I’d like to contribute to this issue as my first Scrapy pull request. Is it still open for work? If so, I’ll review the code and current documentation, and...
I'd like to work on this issue as my first contribution. Please assign it to me if it's still available.
Hey @gorkem-bwl — thanks for the ping! Here’s how I’d tackle adding notifications: 1. **Notifier interface** In `pkg/notifications`, define: ```go type Notifier interface { Notify(event Event) error } Event should...
> @PaulyBearCoding I think it may be better for you to check other Github projects. Checkmate is a complex project and needs an understanding/reading of underlying codebase before really starting...