From a88523513a7714602b178edf114911480e473ba8 Mon Sep 17 00:00:00 2001 From: Unstable Kitsune Date: Fri, 5 Sep 2025 04:28:30 -0400 Subject: [PATCH] Add Comments --- Comments.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 Comments.md diff --git a/Comments.md b/Comments.md new file mode 100644 index 0000000..29752f0 --- /dev/null +++ b/Comments.md @@ -0,0 +1,51 @@ +9tK-Comments.md + +9tailedKitsune comes with 3 types of comments that will found through out. +All comment types will have a __**Hashtag**__ followed by another unique symbol at the beginning, +Each comment type has its own color, making it easier to tell which comment is which. +The 3 types of comments are as follows... +## Comment Index +- **Major Issues**, + - Color: RED + -# For Major System Breaking Issues & Comments. + - Open: `.#` + - Close: `#.` +- **Minor Issues**(y), + - Color: YELLOW + -# For Minor System Non Breaking Issues & Comments. + - Open: `#?` + - Close: `?#` +- **Green Light**(g) + - Color: Green + -# For Mostly Informational Needs or No issues + - Open: `#+` + - Close: `+#` + +## Usage Example + +### Major Issues -or- Comments +``` +.# Comment test #. +.# this is an example #. +.# of how to use Minor #. +.# comments in 9tK! #. +``` +### Minor Issues -or- Comments +``` +#? +Comment test +this is +an example +of how to +use Minor +comments +in 9tK! +?# +``` +### Non Issue -or- Comments +``` +#+ Comment test +# +#+ this is an example +# +#+ of how to use Minor +# +#+ comments in 9tK! +# +``` \ No newline at end of file