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

Add reporting links to Github New Issue page #1248

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@ blank_issues_enabled: false
contact_links:
- name: Question
url: https://docs.clamav.net/Introduction.html#mailing-lists-and-chat
about: Questions should go to the mailing list
about: Questions should go to the mailing list.
- name: Report Undetected Malware
url: https://clamav.net/reports/malware
about: Report malware that was not detected by ClamAV.
- name: Report a False Positive Malware Detection
url: https://clamav.net/reports/fp
about: Report an invalid malware detection. This is for reporting files that were detected by ClamAV but are not malware.
Loading