PradyumnaKrishna / enigma-protocol

An end to end encrypted messenger using Flask, SocketIO, and Vue.js
https://protocol.onpy.in
MIT License
19 stars 34 forks source link

Add auto comment to enhance user collabration #76

Closed shraddha761 closed 7 months ago

shraddha761 commented 10 months ago

implementing an auto-comment feature would greatly enhance collaboration and communication within the project. This feature would automatically generate comments in response to specific events, such as when an issue is opened, a pull request is created, an issue is assigned, or an issue is unassigned.

Feature Details:

When an issue is opened, the auto-comment should greet the author and provide a brief acknowledgement and request for additional context. When a pull request is opened, the auto-comment should greet the author, express gratitude, and remind them to follow the project's contributing guidelines. When an issue is closed, the auto-comment should thank the author for their contribution and encourage further engagement. When an issue is assigned to someone, the auto-comment should notify the assignee and encourage them to start working on it. When an issue is unassigned from someone, the auto-comment should notify the assignee about the change and suggest reassignment if they are offline.

Assign this issue to me under GSSOC'23