]> The Tcpdump Group git mirrors - tcpslice/commitdiff
Add a GitHub issue template
authorFrancois-Xavier Le Bail <[email protected]>
Fri, 17 Jan 2025 19:10:01 +0000 (20:10 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Fri, 17 Jan 2025 19:14:28 +0000 (20:14 +0100)
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]

.github/ISSUE_TEMPLATE/config.yml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/issue_template.md [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644 (file)
index 0000000..3ba13e0
--- /dev/null
@@ -0,0 +1 @@
+blank_issues_enabled: false
diff --git a/.github/ISSUE_TEMPLATE/issue_template.md b/.github/ISSUE_TEMPLATE/issue_template.md
new file mode 100644 (file)
index 0000000..8d8f212
--- /dev/null
@@ -0,0 +1,22 @@
+---
+name: New issue
+about: File a bug/issue
+title: ''
+labels: ''
+assignees: ''
+---
+
+To report a ***S_E_C_U_R_I_T_Y issue please send an e-mail*** to [email protected].
+
+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).