From 564d3258b688d224c2de9668347669afa5b54a3c Mon Sep 17 00:00:00 2001 From: Krishna Sankar Date: Wed, 29 May 2024 10:17:58 -0700 Subject: [PATCH] Update _instructions.md (#340) --- 2_0_candidates/_instructions.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/2_0_candidates/_instructions.md b/2_0_candidates/_instructions.md index 39c91cf3..0ee1018c 100644 --- a/2_0_candidates/_instructions.md +++ b/2_0_candidates/_instructions.md @@ -1,5 +1,7 @@ # Instructions for Using the Vulnerability Template +0. **Fork the repository** + 1. **Copy the Template:** Start by making a copy of the `_template.md` file located in this directory. @@ -10,6 +12,8 @@ Once you have populated the template, save your file with a name that follows the pattern: `YourName_VulnName.md`. This naming convention helps ensure uniqueness and reduce collisions. 4. **Upload Your File:** - Upload your completed vulnerability file back to this directory. + Upload your completed vulnerability file back to this directory in your repository. + +5. **Create a PR (Pull Request)** Feel free to create as many entries as you like for different proposed vulnerability types. Please keep each vulnerability type to its own file to facilitate later processing. Thank you for your contribution!