From a446125ee2b4f55356f386a398ec39c5b5ef4472 Mon Sep 17 00:00:00 2001 From: Andres Noetzli Date: Thu, 2 Jul 2020 23:08:53 -0700 Subject: [PATCH] [GitHub] Add link to fuzzing guidelines in issues --- .github/ISSUE_TEMPLATE/config.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000000..792a76d7108 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,4 @@ +contact_links: + - name: Bugs found with fuzzers + url: https://github.com/CVC4/CVC4/wiki/Fuzzing-CVC4 + about: Please read the guidelines before submitting bugs found with a fuzzer