Add reporting links to Github New Issue page

pull/1252/head
Micah Snyder 1 year ago committed by Micah Snyder
parent 6e1afbbb62
commit eb096d978e
  1. 8
      .github/ISSUE_TEMPLATE/config.yml

@ -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…
Cancel
Save