From a48cc7f7840c97a5648a64abef03a58890f2b044 Mon Sep 17 00:00:00 2001 From: 0xAidan <102327547+0xAidan@users.noreply.github.com> Date: Thu, 5 Sep 2024 15:56:12 -0600 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A7=B9=20Update=20index.md=20(#1?= =?UTF-8?q?93)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Why? Clear and short explanation here. ## How? - Done A (replace with a breakdown of the steps) - Done B - Done C ## Tickets? - [Ticket 1](the-ticket-url-here) - [Ticket 2](the-ticket-url-here) - [Ticket 3](the-ticket-url-here) ## Contribution checklist? - [ ] The commit messages are detailed - [ ] The `build` command runs locally - [ ] Assets or static content are linked and stored in the project - [ ] Document filename is named after the slug - [ ] You've reviewed spelling using a grammar checker - [ ] For documentation, guides or references, you've tested the commands and steps - [ ] You've done enough research before writing ## Security checklist? - [ ] Sensitive data has been identified and is being protected properly - [ ] Injection has been prevented (parameterized queries, no eval or system calls) - [ ] The Components are escaping output (to prevent XSS) ## References? Optionally, provide references such as links ## Preview? Optionally, provide the preview url here --------- Co-authored-by: nlc616 <97002998+nlc616@users.noreply.github.com>