Create the .github/ISSUE_TEMPLATE directory and add in it:
- the issue_template.md file with some keywords (name, about, ...),
- the config.yml file containing "blank_issues_enabled: false".
(Same as in libpcap and tcpdump)
[skip ci]
--- /dev/null
+blank_issues_enabled: false
--- /dev/null
+---
+name: New issue
+about: File a bug/issue
+title: ''
+labels: ''
+assignees: ''
+---
+
+
+To report bugs and other problems, contribute patches, request a
+feature, provide generic feedback etc
+P_L_E_A_S_E___S_E_E___T_H_E___F_I_L_E CONTRIBUTING.md
+in the tcpdump source tree root.
+
+When reporting bugs and other problems, give tcpdump and libpcap version
+with 'tcpdump --version' or './tcpdump --version'
+
+If needed, you can attach to a comment a POC pcap file as a gzip compressed
+file or in a zip archive.
+
+- [ ] This is not a security issue (See first line).