]> The Tcpdump Group git mirrors - tcpdump/commitdiff
add a GitHub issue template
authorDenis Ovsienko <[email protected]>
Thu, 2 Feb 2017 13:24:13 +0000 (13:24 +0000)
committerDenis Ovsienko <[email protected]>
Thu, 2 Feb 2017 13:24:13 +0000 (13:24 +0000)
.gitattributes
.github/ISSUE_TEMPLATE [new file with mode: 0644]

index 3565e20a0e725750be28c3679c6e6efdaae61374..df706c3487c880be5e6840c83fb2f6e3eb3e99a6 100644 (file)
@@ -4,3 +4,6 @@
 # Normalize line endings to LF on checkin and
 # prevents conversion to CRLF when the file is checked out
 tests/*.out text eol=lf
+
+# things that only make sense on github.com
+.github export-ignore
diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE
new file mode 100644 (file)
index 0000000..17886e3
--- /dev/null
@@ -0,0 +1,5 @@
+To report a security issue please send an e-mail to [email protected].
+
+To report bugs and other problems, contribute patches, request a
+feature, provide generic feedback etc please see the file
+CONTRIBUTING in the tcpdump source tree root.