From: fennecdjay Date: Sat, 3 Sep 2022 13:12:35 +0000 (+0200) Subject: :wrench: Add vulnerability issue X-Git-Tag: nightly~261 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=0385e3088fc82c2a8ca197a6e3800145cb5f5960;p=gwion.git :wrench: Add vulnerability issue --- diff --git a/.github/ISSUE_TEMPLATE/security.md b/.github/ISSUE_TEMPLATE/security.md new file mode 100644 index 00000000..da2abb8e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/security.md @@ -0,0 +1,27 @@ +--- +name: Securivity vulnerability report +about: Create a report to help fix vulnerabilities +title: '' +labels: bug security +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here.