how do I contact a github repository admin in order to delete a closed issue I opened #162631
-
|
I want to contact a Github admin of a certain repository since I open an issue on that repoistory and I want to delete that issue completely |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
You might notice that even if you created an issue on a GitHub repository, you can’t delete it — not even after it’s closed. This is normal behavior on GitHub. 🔍 What You Can Do
Even though you can’t delete the issue, you can edit its title and description. If it contains sensitive or personal information: Click the "Edit" button on your issue. Remove or replace the content. You can also delete your own comments under the issue.
Since only repository owners or admins can permanently delete an issue (in rare cases): Check the repository’s README.md, CONTRIBUTING.md, or the list of contributors to find the maintainer. Contact them by: Opening a new issue (if allowed) politely requesting deletion. Mentioning them on the issue using @username. Messaging them if their contact info is public. 💬 Here's a sample message you can send:
If the issue includes: Personal data, Legal concerns, or Violations of GitHub’s Terms of Service, You can file a request here: |
Beta Was this translation helpful? Give feedback.

You might notice that even if you created an issue on a GitHub repository, you can’t delete it — not even after it’s closed. This is normal behavior on GitHub.
🔍 What You Can Do
Even though you can’t delete the issue, you can edit its title and description. If it contains sensitive or personal information:
Click the "Edit" button on your issue.
Remove or replace the content.
You can also delete your own comments under the issue.
Since only repository owners or admins can permanently delete an issue (in rare cases):
Check the repository’s README.md, CONTRIBUTING.md, or the list of contributors to find the…