Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement greeting message upon issue closure #172

Merged
merged 1 commit into from
Jun 15, 2024

Conversation

thevijayshankersharma
Copy link
Contributor

Description

This PR implements a feature to automatically post a greeting message upon the closure of an issue in the project's tracker system. The message acknowledges the closure and thanks the contributors involved, enhancing the collaboration experience.

Related Issues

Fixes #171

Changes

List the detailed changes made in this PR.
Added new functionality to detect issue closure events.
Implemented logic to generate a greeting message upon closure.
Included a customizable template for the greeting message.
Updated documentation to explain the new feature.

Testing Instructions

Detailed instructions on how to test the changes. Include any setup needed and specific test cases.

Pull this branch.
Ensure the latest dependencies are installed.
Close a test issue.
Verify that a greeting message acknowledging closure appears on the issue page.
Check the formatting and content of the message.

Screenshots (if applicable)

Add any screenshots that help explain or visualize the changes.

Additional Context

This PR aligns with the feature request outlined in issue #171.
The greeting message is designed to enhance user experience and encourage community engagement post-issue resolution.

Checklist

Make sure to check off all the items before submitting. Mark with [x] if done.

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I am working on this issue under GSSOC

Copy link

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@Trisha-tech Trisha-tech merged commit 02aae53 into Trisha-tech:master Jun 15, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request]: Greeting on Issue Closure
2 participants