From 7e4be85d2330cf8279ecb9632c2727c2d5df0bb0 Mon Sep 17 00:00:00 2001
From: Vincenzo Alesksey Brocato <vinceale7082@gmail.com>
Date: Wed, 4 Sep 2024 22:36:18 +0200
Subject: [PATCH] Update issue templates

---
 .../{bug_report.md => vulnerability.md}        | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
 rename .github/ISSUE_TEMPLATE/{bug_report.md => vulnerability.md} (62%)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/vulnerability.md
similarity index 62%
rename from .github/ISSUE_TEMPLATE/bug_report.md
rename to .github/ISSUE_TEMPLATE/vulnerability.md
index 889c778..8005125 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/vulnerability.md
@@ -1,14 +1,14 @@
 ---
-name: Bug report
-about: Create a report about a bug to help us improve
-title: 'Bug : '
-labels: bug
+name: Vulnerability
+about: Create a report of a vulnerability to help us improve
+title: Vulnerability
+labels: vulnerability
 assignees: VinceAle7082
 
 ---
 
 **Describe the bug**
-A clear and concise description of what the bug is.
+A clear and concise description of what the vulnerability is.
 
 **To Reproduce**
 Steps to reproduce the behavior:
@@ -17,14 +17,14 @@ Steps to reproduce the behavior:
 3. Scroll down to '....'
 4. See error
 
-**Expected behavior**
-A clear and concise description of what you expected to happen.
+**Desktop (please complete the following information):**
+ - XanvicOS version: [e.g. 0.1-pr1]
 
 **Screenshots**
 If applicable, add screenshots to help explain your problem.
 
-**Desktop (please complete the following information):**
- - XanvicOS version: [e.g. 0.1-pr1]
+**How is the vulnerability dangerous?**
+This vulnerability is number/10
 
 **Additional context**
 Add any other context about the problem here.