diff --git a/.gitlab/issue_templates/Change Request.md b/.gitlab/issue_templates/Change Request.md
index 9b4d84570130c29e75d9a62710bcdefad90cf721..edb22146e4218aac4456ee76f7ce4aec00e93c95 100644
--- a/.gitlab/issue_templates/Change Request.md	
+++ b/.gitlab/issue_templates/Change Request.md	
@@ -1,5 +1,5 @@
 <!-- Please do not change the below as it helps us to classify new issues. You are welcome to choose additional labels as needed. -->
-/label ~Triage
+/label ~"Workflow::Triage" ~"Priority::Medium"
 ## Summary
 <!-- Outline the issue being faced, and why this needs to change !-->
 
diff --git a/.gitlab/issue_templates/Default.md b/.gitlab/issue_templates/Default.md
index 5c52b80edc8d6b6ca0359c2a33026f33e03c917c..77dabbfae2d3558a5fa4173fbefc6335f56ce983 100644
--- a/.gitlab/issue_templates/Default.md
+++ b/.gitlab/issue_templates/Default.md
@@ -1,5 +1,5 @@
 <!-- Please do not change the below as it helps us to classify new issues. You are welcome to choose additional labels as needed. -->
-/label ~Triage ~Bug
+/label ~"Workflow::Triage" ~"issueType::Bug"
 ### Summary
 
 <!-- Summarize the bug encountered concisely. -->
diff --git a/.gitlab/issue_templates/Feature Request.md b/.gitlab/issue_templates/Feature Request.md
index 62ae6b58e1bbdceca91300f2568898ccf4ccdebf..62e15999814ad06e5217bb86e2fdde82e6258739 100644
--- a/.gitlab/issue_templates/Feature Request.md	
+++ b/.gitlab/issue_templates/Feature Request.md	
@@ -1,7 +1,13 @@
 <!-- Please do not change the below as it helps us to classify new issues. You are welcome to choose additional labels as needed. -->
-/label ~Triage
+/label ~"Workflow::Triage" ~"Priority::Medium"
 ## Problem Statement
-<!-- What is the issue being faced and needs addressing? !-->
+<!-- As a _____ (stakeholder/type of user), I want to _____ (goal/objective), so that ______ (benefit/result) !-->
+- Stakeholder:
+- Objective:
+- Benefit:
+
+## Acceptance Criteria
+<!-- This might only be one part, but may involve multiple sections !-->
 
 ## Who will benefit?
 <!-- Will this fix a problem that only one user has, or will it benefit a lot of people? !-->
@@ -27,7 +33,7 @@
 ## Priority/Severity
 <!-- Please place an "X" inside the square brackets "[]" for the appropriate priority. Please provide information on what factors contribute to this priority/severity. The priority and severity assigned may be different to this !-->
 ```
-- [ ] High (This will bring a huge increase in performance/productivity/usability/legislative cover)
+- [ ] High (This will bring a huge increase in performance/productivity/usability, or is a legislative requirement)
 - [ ] Medium (This will bring a good increase in performance/productivity/usability)
 - [ ] Low (anything else e.g., trivial, minor improvements)
 ```
\ No newline at end of file
diff --git a/.gitlab/issue_templates/blank.md b/.gitlab/issue_templates/blank.md
index e97df4a44e9f11fd74258a90166f9fc0ccb091ce..0716760e4ec79bf8ef7d7303300132d5964ce89c 100644
--- a/.gitlab/issue_templates/blank.md
+++ b/.gitlab/issue_templates/blank.md
@@ -1,2 +1,2 @@
 <!-- Please do not change the below as it helps us to classify new issues. You are welcome to choose additional labels as needed. -->
-/label ~Triage
\ No newline at end of file
+/label ~"Workflow::Triage"
\ No newline at end of file
diff --git a/.gitlab/issue_templates/story.md b/.gitlab/issue_templates/story.md
deleted file mode 100644
index bd105e61ee7fb2d027210d2c1263fae06207819b..0000000000000000000000000000000000000000
--- a/.gitlab/issue_templates/story.md
+++ /dev/null
@@ -1,18 +0,0 @@
-<!-- Please do not change the below as it helps us to classify new issues. You are welcome to choose additional labels as needed. -->
-/label ~Triage
-## User Story
-<!-- As a _____ (stakeholder/type of user), I want to _____ (goal/objective), so that ______ (benefit/result) !-->
-- Stakeholder:
-- Objective:
-- Benefit:
-
-## Acceptance Criteria
-<!-- This might only be one part, but may involve multiple sections !-->
-
-## Priority/Severity
-<!-- Please place an "X" inside the square brackets "[]" for the appropriate priority and delete the others as appropriate. The priority and severity assigned may be different to this !-->
-```
-- [ ] High (This will bring a huge increase in performance/productivity/usability, or is a legislative requirement)
-- [ ] Medium (This will bring a good increase in performance/productivity/usability)
-- [ ] Low (anything else e.g., trivial, minor improvements)
-```
\ No newline at end of file
diff --git a/SECURITY.md b/SECURITY.md
index cc203d1f8a8aa84a00f66b8ad61df653e6fcf053..bf244dd88cf30930719b9d3bd8423878546c541d 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -6,5 +6,5 @@ Please report security vulnerabilities via email to vls-project@proton.me.
 
 If possible, please PGP-encrypt such emails to the following keys, available on keyservers (e.g. https://keys.openpgp.org/ , https://keyserver.ubuntu.com/ ). Please include your own public key as an attachment or inline for replies.
 
-305B52D8117AEFD3121F306D5E53E69F6C88238B - devrandom
-E14993126103A906AC03C5E357E612A2A1BEA22E - Jack Ronaldi
\ No newline at end of file
+* 305B52D8117AEFD3121F306D5E53E69F6C88238B - devrandom
+* E14993126103A906AC03C5E357E612A2A1BEA22E - Jack Ronaldi
\ No newline at end of file