This patch should be a harmless addition to the subversion repository but it will add an issue template for the GitHub mirror.
* GitHub audit userspace mirror -> https://github.com/linux-audit/audit-userspace Signed-off-by: Paul Moore <[email protected]> --- .github/ISSUE_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..c2f93e9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,2 @@ +**NOTE:** Please refer to the [Reporting Bug and Requesting Features](https://github.com/linux-audit/audit-documentation/wiki/Reporting-Bugs-and-Requesting-Features) wiki page before creating any new GitHub issues. + -- Linux-audit mailing list [email protected] https://www.redhat.com/mailman/listinfo/linux-audit
