diff --git a/!JEKYLL b/!JEKYLL
new file mode 100644
index 0000000..d7dc8e2
--- /dev/null
+++ b/!JEKYLL
@@ -0,0 +1 @@
+GitHub/Jekyll/ZIP
diff --git a/!USING_THIS_TEMPLATE.md b/!USING_THIS_TEMPLATE.md
new file mode 100644
index 0000000..2fb3379
--- /dev/null
+++ b/!USING_THIS_TEMPLATE.md
@@ -0,0 +1,56 @@
+
+***
+
+# Using this template
+
+Starting with version 8 of my series of templatesl, all the templates have been combined into one via Git branches.
+
+# WARNING
+
+Before you complete forking this project, please make sure you have followed the following instructions, or this template will be of no use to you.
+
+_The DeGoogle V2 template was used as a reference, as I haven't transformed the V8 template into a template yet at the time of writing this, and I needed a quick reference._
+
+![/Setup/Graphics/Use-this-template-button.png](/Setup/Graphics/Use-this-template-button.png)
+
+Click on the [use this template] button (don't fork the project)
+
+![/Setup/Graphics/Include-Branches_Unchecked.png](/Setup/Graphics/Include-Branches_Unchecked.png)
+
+Scroll down to the bottom and find this checkbox.
+
+![/Setup/Graphics/Include-Branches_Checked.png](/Setup/Graphics/Include-Branches_Checked.png)
+
+Check the box (this will fork all the branches required to use this set of templates.
+
+## How to use this template
+
+Once you have completed the template process listed above, you will have a fresh new repository with all the templates. The default branch is `main` but it is of no use for the template process.
+
+There are currently 11 other branches. You can delete all the branches you don't want to use and set your preferred one as the default branch, or you can just switch the default branch to your preference.
+
+Here is a guide to the 11 template branches:
+
+`Template-SPM2001-Journaling` - This is my personal default journaling template for the Seanpm2001 life archive project
+
+`Template-SPM2001-Map` - This is my personal map data journaling template for the Seanpm2001 life archive project
+
+`Template-Snapcraft` - This is the snapcraft template for creating snap packages.
+
+`Template-SNU-Programming-Tools` - This is the SNU Programming Tools template for SNU projects related to the IDE collection set.
+
+`Template-SNU-Other` - This is a miscellaneous SNU template for other SNU projects.
+
+`Template-SNU-Default` - This is the default SNU template for general SNU projects.
+
+`Template-Meadows` - This is the template for the Meadows operating system project for its subprojects.
+
+`Template-GitHub-Pages-language` - This is my GitHub pages template for language category organizations.
+
+`Template-GitHub-Pages-default` - This is my GitHub pages template for general projects.
+
+`Template-DeGoogle` - This is my template for my DeGoogle article project series.
+
+`Template-Other` - This is my template for my other projects that don't fall under the other categories.
+
+***
diff --git a/.editorconfig b/.editorconfig
index 02d797a..5262048 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,11 +1,9 @@
 # Start of script
 
-# Editor configuration file for Seanpm2001/<projectName> 
-# Generated with Git-Template (V8) at branch: /other/
+# Editor configuration file for Seanpm2001/SNU 2D Programming Tools IDE project (V6)
 
 root = true
 
-# All files
 [*]
 indent_style = space
 indent_size = 2
@@ -15,8 +13,7 @@ trim_trailing_whitespace = false
 insert_final_newline = false
 line_wrap_mode = soft wrap
 
-# Markdown document
-[*.md *.mkd *.mdown *.markdown]
+[*.md]
 indent_style = space
 indent_size = 2
 end_of_line = lf
@@ -25,7 +22,6 @@ trim_trailing_whitespace = false
 insert_final_newline = false
 line_wrap_mode = soft wrap
 
-# YAML (YAML Ain't Markup Language) source code
 [*.yml *.yaml]
 indent_style = space
 indent_size = 2
@@ -35,7 +31,6 @@ trim_trailing_whitespace = false
 insert_final_newline = false
 line_wrap_mode = soft wrap
 
-# Plain Text document
 [*.txt]
 indent_style = space
 indent_size = 2
@@ -45,8 +40,7 @@ trim_trailing_whitespace = false
 insert_final_newline = false
 line_wrap_mode = soft wrap
 
-# Makefile (GNU Make)
-[*.mk *.mak *.make *.makefile]
+[*.mk]
 indent_style = space
 indent_size = 2
 end_of_line = lf
@@ -55,38 +49,7 @@ trim_trailing_whitespace = false
 insert_final_newline = false
 line_wrap_mode = soft wrap
 
-# HTML (HyperText Markup Language) document
-[*.htm *.html *.mhtm *.mhtml *.xhtm *.xhtml]
-indent_style = space
-indent_size = 2
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = false
-insert_final_newline = false
-line_wrap_mode = soft wrap
-
-# SVG (Scalable Vector Graphics) image file
-[*.svg]
-indent_style = space
-indent_size = 2
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = false
-insert_final_newline = false
-line_wrap_mode = soft wrap
-
-# Git configuration files
-[*.gitignore *.gitattributes *.editorconfig]
-indent_style = space
-indent_size = 2
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = false
-insert_final_newline = false
-line_wrap_mode = soft wrap
-
-# Binary image files
-[*.png *.pns *.jpg *.jpeg *.jfif *.jif *.jp2 *.gif *.tif *.tiff *.bmp *.dib]
+[*.htm *.html]
 indent_style = space
 indent_size = 2
 end_of_line = lf
@@ -98,7 +61,7 @@ line_wrap_mode = soft wrap
 # File info
 
 # File type: Editorconfig file (*.editorconfig)
-# File version: 3 (Monday, 2021 November 29th at 2:48 pm)
-# Line count (including blank lines and compiler line): 105
+# File version: 1 (Monday, 2021 August 23rd at 6:19 pm)
+# Line count (including blank lines and compiler line): 68
 
 # End of script
diff --git a/.gitattributes b/.gitattributes
index 5380a58..56ef881 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -5,168 +5,27 @@
 # .gitattributes
 # and nothing else, no characters before, no characters after
 # Start of linguist script
-# HTML (HyperText Markup Language) document
+# HTML (Duplicate, as it is already detected by GitHub Linguist by default)
 *.htm linguist-detectable=true
 *.htm linguist-documentation=false
-*.htm linguist-language=HTML
 *.html linguist-detectable=true
 *.html linguist-documentation=false
-*.html linguist-language=HTML
-*.mhtm linguist-detectable=true
-*.mhtm linguist-documentation=false
-*.mhtm linguist-language=HTML
-*.mhtml linguist-detectable=true
-*.mhtml linguist-documentation=false
-*.mhtml linguist-language=HTML
-*.xhtm linguist-detectable=true
-*.xhtm linguist-documentation=false
-*.xhtm linguist-language=HTML
-*.xhtml linguist-detectable=true
-*.xhtml linguist-documentation=false
-*.xhtml linguist-language=HTML
-# HTA (HTML Application) file
-*.hta linguist-detectable=true
-*.hta linguist-documentation=false
-*.hta linguist-language=HTML
-# CSS (Cascade Styling Sheets) stylesheet file
-*.css linguist-detectable=true
-*.css linguist-documentation=false
-*.css linguist-language=CSS
-# Less stylesheet file
-*.less linguist-detectable=true
-*.less linguist-documentation=false
-*.less linguist-language=Less
-# JSON (JavaScript Object Notation) source file
-*.json linguist-detectable=false
-*.json linguist-documentation=false
-*.json linguist-language=JSON
-# WebVTT subtitle file
-*.vtt linguist-detectable=true
-*.vtt linguist-documentation=false
-*.vtt linguist-language=WebVTT
-# SubRip subtitle file
-*.srt linguist-detectable=true
-*.srt linguist-documentation=false
-*.srt linguist-language=SubRip-Text
-# YAML (YAML Ain't Markup Language) document
 # Do not include, as it would become a dominant language that shouldn't be the language people refer this project to
 *.yml linguist-detectable=false
 *.yml linguist-documentation=false
-*.yml linguist-language=YAML
 *.yaml linguist-detectable=false
 *.yaml linguist-documentation=false
-*.yaml linguist-language=YAML
 # Markdown
-*.md linguist-detectable=true
+# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
+*.md linguist-detectable=false
 *.md linguist-documentation=false
-*.md linguist-language=Markdown
-*.mkd linguist-detectable=true
-*.mkd linguist-documentation=false
-*.mkd linguist-language=Markdown
-*.mdown linguist-detectable=true
-*.mdown linguist-documentation=false
-*.mdown linguist-language=Markdown
-*.markdown linguist-detectable=true
-*.markdown linguist-documentation=false
-*.markdown linguist-language=Markdown
 # Makefile (GNU Make)
 # Do not include, as it is not needed to be shown
 *.mk linguist-detectable=false
 *.mk linguist-documentation=false
-*.mk linguist-language=Makefile
-*.mak linguist-detectable=false
-*.mak linguist-documentation=false
-*.mak linguist-language=Makefile
-*.make linguist-detectable=false
-*.make linguist-documentation=false
-*.make linguist-language=Makefile
-*.makefile linguist-detectable=false
-*.makefile linguist-documentation=false
-*.makefile linguist-language=Makefile
-# SVG (Scalable Vector Graphics) image file
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.svg linguist-detectable=false
-*.svg linguist-documentation=false
-*.svg linguist-language=SVG
-# Git Configuration files
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.gitattributes linguist-detectable=false
-*.gitattributes linguist-documentation=false
-*.gitignore linguist-detectable=false
-*.gitignore linguist-documentation=false
-*.editorconfig linguist-detectable=false
-*.editorconfig linguist-documentation=false
-# Plain Text document
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.txt linguist-detectable=false
-*.txt linguist-documentation=false
-*.txt linguist-language=Plain-Text
-# ReStructuredText
-*.rst linguist-detectable=false
-*.rst linguist-documentation=false
-*.rst linguist-language=ReStructured-Text
-# WikiText
-*.wiki linguist-detectable=false
-*.wiki linguist-documentation=false
-*.wiki linguist-language=WikiText
-# BibTeX
-*.bib linguist-detectable=false
-*.bib linguist-documentation=false
-*.bib linguist-language=BibTeX
-# TeX
-*.tex linguist-detectable=false
-*.tex linguist-documentation=false
-*.tex linguist-language=TeX
-# Desktop entry
-*.desktop linguist-detectable=false
-*.desktop linguist-documentation=false
-*.desktop linguist-language=desktop
-# INI/CFG
-*.ini linguist-detectable=false
-*.ini linguist-documentation=false
-*.ini linguist-language=INI
-*.cfg linguist-detectable=false
-*.cfg linguist-documentation=false
-*.cfg linguist-language=INI
-# CFF
-*.cff linguist-detectable=false
-*.cff linguist-documentation=false
-*.cff linguist-language=Citation-File-Format
-# PNG/PNS
-*.png linguist-detectable=false
-*.png linguist-documentation=false
-*.png linguist-language=PNG
-*.pns linguist-detectable=false
-*.pns linguist-documentation=false
-*.pns linguist-language=PNG
-# JPG/JPEG/JFIF/JIF
-*.jpg linguist-detectable=false
-*.jpg linguist-documentation=false
-*.jpg linguist-language=JPEG
-*.jpeg linguist-detectable=false
-*.jpeg linguist-documentation=false
-*.jpeg linguist-language=JPEG
-*.jfif linguist-detectable=false
-*.jfif linguist-documentation=false
-*.jfif linguist-language=JPEG
-*.jif linguist-detectable=false
-*.jif linguist-documentation=false
-*.jif linguist-language=JPEG
-# JP2 (JPEG 2000)
-*.jp2 linguist-detectable=false
-*.jp2 linguist-documentation=false
-*.jp2 linguist-language=JPEG-2000
-# GIF
-*.gif linguist-detectable=false
-*.gif linguist-documentation=false
-*.gif linguist-language=GIF
-
 # End of linguist script
-
 # File info
-
-# File type: gitattributes file (*.gitattributes)
-# File version: 5 (2023, Tuesday, August 22nd at 2:38 pm PST)
-# Line count (including blank lines and compiler line): 173
-
+# File type: .gitattributes file
+# File version: 1 (Monday, 2021 August 23rd at 4:17 pm)
+# Line count (including blank lines and compiler line): 32
 # End of script
diff --git a/.github/Discussions/1/Body/OldVersions/README_V1.md b/.github/Discussions/1/Body/OldVersions/README_V1.md
deleted file mode 100644
index cf0916e..0000000
--- a/.github/Discussions/1/Body/OldVersions/README_V1.md
+++ /dev/null
@@ -1,22 +0,0 @@
-<!--
-    ✏️ Optional: Customize the content below to let your community know what you intend to use Discussions for.
--->
-## 👋 Welcome!
-  We’re using Discussions as a place to connect with other members of our community. We hope that you:
-  * Ask questions you’re wondering about.
-  * Share ideas.
-  * Engage with other community members.
-  * Welcome others and are open-minded. Remember that this is a community we
-  build together 💪.
-
-  To get started, comment below with an introduction of yourself and tell us about what you do with this community.
-
-<!--
-  For the maintainers, here are some tips 💡 for getting started with Discussions. We'll leave these in Markdown comments for now, but feel free to take out the comments for all maintainers to see.
-
-  📢 **Announce to your community** that Discussions is available! Go ahead and send that tweet, post, or link it from the website to drive traffic here.
-
-  🔗 If you use issue templates, **link any relevant issue templates** such as questions and community conversations to Discussions. Declutter your issues by driving community content to where they belong in Discussions. If you need help, here's a [link to the documentation](https://docs.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser).
-
-  ➡️ You can **convert issues to discussions** either individually or bulk by labels. Looking at you, issues labeled “question” or “discussion”.
--->
diff --git a/.github/Discussions/1/Body/README.md b/.github/Discussions/1/Body/README.md
deleted file mode 100644
index cf0916e..0000000
--- a/.github/Discussions/1/Body/README.md
+++ /dev/null
@@ -1,22 +0,0 @@
-<!--
-    ✏️ Optional: Customize the content below to let your community know what you intend to use Discussions for.
--->
-## 👋 Welcome!
-  We’re using Discussions as a place to connect with other members of our community. We hope that you:
-  * Ask questions you’re wondering about.
-  * Share ideas.
-  * Engage with other community members.
-  * Welcome others and are open-minded. Remember that this is a community we
-  build together 💪.
-
-  To get started, comment below with an introduction of yourself and tell us about what you do with this community.
-
-<!--
-  For the maintainers, here are some tips 💡 for getting started with Discussions. We'll leave these in Markdown comments for now, but feel free to take out the comments for all maintainers to see.
-
-  📢 **Announce to your community** that Discussions is available! Go ahead and send that tweet, post, or link it from the website to drive traffic here.
-
-  🔗 If you use issue templates, **link any relevant issue templates** such as questions and community conversations to Discussions. Declutter your issues by driving community content to where they belong in Discussions. If you need help, here's a [link to the documentation](https://docs.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser).
-
-  ➡️ You can **convert issues to discussions** either individually or bulk by labels. Looking at you, issues labeled “question” or “discussion”.
--->
diff --git a/.github/Discussions/1/Title/TITLE.txt b/.github/Discussions/1/Title/TITLE.txt
deleted file mode 100644
index 9193902..0000000
--- a/.github/Discussions/1/Title/TITLE.txt
+++ /dev/null
@@ -1 +0,0 @@
-Welcome to Objective-CSharp_Docs Discussions! #1
diff --git a/.github/Discussions/1/URLL/LINK.urll b/.github/Discussions/1/URLL/LINK.urll
deleted file mode 100644
index 7a14788..0000000
--- a/.github/Discussions/1/URLL/LINK.urll
+++ /dev/null
@@ -1 +0,0 @@
-https://github.com/seanpm2001/Objective-CSharp_Docs/discussions/1
diff --git a/.github/ISSUE_TEMPLATE/README.txt b/.github/ISSUE_TEMPLATE/README.txt
index 8fb2d06..52481b0 100644
--- a/.github/ISSUE_TEMPLATE/README.txt
+++ b/.github/ISSUE_TEMPLATE/README.txt
@@ -1,200 +1,13 @@
-name: General issue
-description: Report a bug or other issue/Opening an issue in this SNU Programming Tools IDE project
-body:
-  - type: markdown
-    attributes:
-      value: |
-        Unknown
-  - type: checkboxes
-    attributes:
-      label: Prerequisites
-      description: |
-        To rule out invalid issues, confirm and check each one of the checkboxes.
-      options:
-        - label: I verified that this is not an existing issue
-          required: true
-        - label: This is not a [question, poll, or discussion](https://github.com/seanpm2001/SNU_2D_ProgrammingTools/discussions/)
-          required: true
-        - label: I checked the [documentation](https://github.com/seanpm2001/SNU_2D_ProgrammingTools/tree/master/Docs/) to understand that the issue I report is not a normal behavior
-          required: true
-    validations:
-      required: true
-   
-  - type: checkboxes
-    attributes:
-      label: I tried to reproduce the issue when...
-      options:
-        - label: The repository was downloaded to my device/was viewing through the web browser
-          required: true
-        - label: I was using the latest version of the project
-          required: true
-        - label: I was using the version from the right source
-          required: false
-        - label: I did not modify the project
-          required: false
-  - type: textarea
-    attributes:
-      label: Description
-      description: Description of the bug or feature. Please also list the version of the programming language you tested with.
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Steps to Reproduce
-      placeholder: |
-        1. [First Step]
-        2. [Second Step]
-        3. [and so on...]
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Expected Results
-      description: What you expected to happen, example - no error is thrown
-      placeholder: |
-        1. [First Step]
-        2. [Second Step]
-        3. [and so on...]
-      validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Actual results
-      description: What actually happened, error is thrown
-    validations:
-      required: true  
-
-  - type: input
-    attributes:
-      label: Git-image repository version
-    validations:
-      required: true
-
-  - type: checkboxes
-    attributes:
-      label: Browsers effected, please open an issue in [SNU BrowserNose](https://github.com/seanpm2001/SNU_BrowserNose) as well, if BrowserNose fails to do the task.
-      options:
-        label: Tor
-        required: false
-        label: Mozilla Firefox
-        required: false
-        label: SeaMonkey
-        required: false
-        label: Pale Moon
-        required: false
-        label: TenFourFox
-        required: false
-        label: Konquerer
-        required: false
-        label: Line Mode Browser
-        required: false
-        label: IceWeasel/IceCat
-        required: false
-        label: IceRaven
-        required: false
-        label: DuckDuckGo
-        required: false
-        label: Safari
-        required: false
-        label: Netscape Navigator
-        required: false
-        label: Nexus
-        required: false
-        label: SlimJet
-        required: false
-        label: AOL Explorer
-        required: false
-        label: Opera Mini
-        required: false
-        label: Android stock browser
-        required: false
-        label: Dot browser
-        required: false
-        label: Microsoft Edge
-        required: false
-        label: Opera
-        required: false
-        label: Samsung Internet
-        required: false
-        label: Google Chrome
-        required: false
-        label: Google Chromium
-        required: false
-        label: Internet Explorer
-        required: false
-        label: Other
-        required: false
-        validations:
-          required: true
-
-  - type: input
-    attributes:
-      label: Specify the specific browser version down to the last number (example Firefox 88.0.1esr)
-    validations:
-      required: true
-
-  - type: checkboxes
-    attributes:
-      label: I am running this repository in a virtual machine...
-      options:
-        - label: Yes (with Oracle VM VirtualBox)
-          required: false
-        - label: Yes (with VMWare)
-          required: false
-        - label: Yes (with Hyper-V)
-          required: false
-        - label: Yes (with Qemu)
-          required: false
-        - label: Yes (with another virtual machine option that isn't listed)
-          required: false
-        - label: No (I am running it on my host computer)
-          required: false
-
-  - type: textarea
-    attributes:
-      label: Additional virtual machine configuration
-      placeholder: |
-        Sample (overwrite this)
-        Microsoft Windows XP Service Pack 3
-        Registry modification for activation
-        Internet Explorer 6
-        VirtualBox 6.1.20 (64 bit)
-        512 MB RAM
-        32 Gigabyte disk space
-        Host operating system: Kubuntu 22.04
-        VirtualBox guest additions? Installed
-        Internet type: Broadband
-        Specific error: Page won't load, things aren't displaying correctly, see above validations:
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Version used
-      placeholder: |
-        What version are you using? (supported versions only)
-    validations:
-      required: true
-
-    attributes:
-      label: Validate issue
-      options:
-        - label: I have filled out all the fields
-          required: true
-        - label: I agree to the terms of the [GPL3 license](https://www.gnu.org/licenses/gpl-3.0.en.html)
-          required: true
-        - label: I have confirmed this issue isn't a duplicate
-          required: true         
-        - label: I agree to follow the [code of conduct](https://github.com/seanpm2001/CODE_OF_CONDUCT.md)
-          required: true
-        - label: I want my answer to be archived into the repository
-          required: false
-
-# Issue template info
-# 6B (2022, Thursday, May 19th at 6:59 pm PST)
-# File type: YAML document (*.yml *.yaml)
-# Line  count (including blank lines and compiler line): 201
-# File purpose: Serving as a modern issue template for this project.
+blank_issues_enabled: false
+contact_links:
+  - name: I want to help develop
+    url: https://github.com/seanpm2001/Teams/discussions/
+    about: Thank you for your interest in this project! Please consider joining a team to start developing with me
+  - name: I want to help translate
+    url: https://github.com/seanpm2001/Teams/discussions/
+    about: Thank you for your interest in this project! Please consider joining a team to start translating projects with me
+
+# File info
+# File version: 1 (2022, Thursday, May 19th at 7:07 pm PST)
+# File type: GitHub issue template config file (*.yml)
+# Line count (including blank lines and compiler line): 14
diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
deleted file mode 100644
index 6f8bfea..0000000
--- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
+++ /dev/null
@@ -1,101 +0,0 @@
-
-***
-
-# Creating a pull request
-
-Thank you for taking the time to create a pull request in this repository! Please fill out this form before submitting your PR.
-
-**Note:** you can change the language of the formatting if needed, but it must be valid syntax. Supported languages include: ASCIIDoc, Org mode, Markdown, WikiText, ReStructuredText, Creole, Pod, RDoc, Textile, and plain text. Be sure to change thw `markdown` tag to the appropriate language.
-
-Provide a general summary of your changes in the Title above
-
-```markdown
-Your summary description (title) goes here
-```
-
-## Description
-
-Describe your changes in detail
-
-```markdown
-Your issue description (body) goes here
-```
-
-## Related Issue
-
-- [ ] This project only accepts pull requests related to open issues
-- [ ] If suggesting a new feature or change, please discuss it in an issue first
-- [ ] If fixing a bug, there should be an issue describing it with steps to reproduce
-- [ ] Please link to the issue here:
-
-```markdown
-Link to the issue here, #__
-```
-
-## Motivation and Context
-
-Why is this change required? What problem does it solve?
-
-```markdown
-
-```
-
-## How Has This Been Tested?
-
-- [ ] Please describe in detail how you tested your changes.
-- [ ] Include details of your testing environment, and the tests you ran to.
-- [ ] see how your change affects other areas of the code, etc.
-
-## Screenshots (if appropriate):
-
-Please include the screenshots inside your pull request as well as a local link (hard copy)
-
-**Warning:** `.webp` and `.heif` images are not accepted. Please convert them to a different format (such as PNG, JPG, JPEG, JIF, GIF, TIF, etc.)
-
-**Warning:** Images outside of `/.github/Pull_Requests/Queue/PR/` are not accepted, and will be removed from the PR within 24 hours if not fixed
-
-```markdown
-Remove this section, and only include the links if you use this section. Be sure to delete image fields that are not needed. Max screenshots per PR: 5. Also, if screenshots aren't necessary, please delete this entire section
-
-![Example1](/.github/Pull_Requests/Queue/PR/Image.png)
-![Example2](/.github/Pull_Requests/Queue/PR/Image.png)
-![Example3](/.github/Pull_Requests/Queue/PR/Image.png)
-![Example4](/.github/Pull_Requests/Queue/PR/Image.png)
-![Example5](/.github/Pull_Requests/Queue/PR/Image.png)
-```
-
-## Types of changes
-
-What types of changes does your code introduce? Put an `x` in all the boxes that apply:
-
-- [ ] Bug fix (non-breaking change which fixes an issue)
-- [ ] New feature (non-breaking change which adds functionality)
-- [ ] Breaking change (fix or feature that would cause existing functionality to change)
-
-## Checklist:
-
-Go over all the following points, and put an `x` in all the boxes that apply.
-
-If you're unsure about any of these, don't hesitate to ask. We're here to help!
-
-- [ ] My source code (if source code is provided) follows the source code style of this project.
-- [ ] My change requires a change to the documentation.
-- [ ] My change does not delete necessary files
-- [ ] I have updated the documentation accordingly.
-- [ ] I have read the [**`CONTRIBUTING`**](/CONTRIBUTING.md) document in my spoken language, and understand the terms
-- [ ] I have added tests to cover my changes.
-- [ ] I have gone through all the steps, and have thoroughly read the instructions
-
-***
-
-<!-- Template info
-
-Pull request template
-
-Version 1 (2022, Thursday, May 19th at 5:47 pm PST)
-
-File type: Markdown document (*.md *.mkd *.mdown *.markdown)
-
-Line count (including blank lines and compiler line): 102
-
-!-->
diff --git a/OldVersions/PULL_REQUEST_TEMPLATE/pull_request_template_V1.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template_V1.md
similarity index 100%
rename from OldVersions/PULL_REQUEST_TEMPLATE/pull_request_template_V1.md
rename to .github/PULL_REQUEST_TEMPLATE/pull_request_template_V1.md
diff --git a/.github/Pull_Requests/1/Body/OldVersions/README_V1.txt b/.github/Pull_Requests/1/Body/OldVersions/README_V1.txt
new file mode 100644
index 0000000..a9e48d3
--- /dev/null
+++ b/.github/Pull_Requests/1/Body/OldVersions/README_V1.txt
@@ -0,0 +1 @@
+Create README.txt and branch out to "Other" branch.
diff --git a/.github/Pull_Requests/1/Body/README.txt b/.github/Pull_Requests/1/Body/README.txt
new file mode 100644
index 0000000..a9e48d3
--- /dev/null
+++ b/.github/Pull_Requests/1/Body/README.txt
@@ -0,0 +1 @@
+Create README.txt and branch out to "Other" branch.
diff --git a/.github/Pull_Requests/1/Title/TITLE.txt b/.github/Pull_Requests/1/Title/TITLE.txt
new file mode 100644
index 0000000..20e9c70
--- /dev/null
+++ b/.github/Pull_Requests/1/Title/TITLE.txt
@@ -0,0 +1 @@
+Branch out to 'other'' #1
diff --git a/.github/Pull_Requests/1/URL/LINK.txt b/.github/Pull_Requests/1/URL/LINK.txt
new file mode 100644
index 0000000..1ea49fb
--- /dev/null
+++ b/.github/Pull_Requests/1/URL/LINK.txt
@@ -0,0 +1 @@
+https://github.com/seanpm2001/Git-Template_V8/pull/1
diff --git a/.github/Pull_Requests/10/Body/OldVersions/README_V1.md b/.github/Pull_Requests/10/Body/OldVersions/README_V1.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/10/Body/OldVersions/README_V1.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/10/Body/README.md b/.github/Pull_Requests/10/Body/README.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/10/Body/README.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/10/Title/TITLE.txt b/.github/Pull_Requests/10/Title/TITLE.txt
new file mode 100644
index 0000000..8afa2c1
--- /dev/null
+++ b/.github/Pull_Requests/10/Title/TITLE.txt
@@ -0,0 +1 @@
+Branch out to SNU Other
diff --git a/.github/Pull_Requests/10/URL/LINK.txt b/.github/Pull_Requests/10/URL/LINK.txt
new file mode 100644
index 0000000..8e32b38
--- /dev/null
+++ b/.github/Pull_Requests/10/URL/LINK.txt
@@ -0,0 +1 @@
+https://github.com/seanpm2001/Git-Template_V8/pull/10
diff --git a/.github/Pull_Requests/11/Body/OldVersions/README_V1.md b/.github/Pull_Requests/11/Body/OldVersions/README_V1.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/11/Body/OldVersions/README_V1.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/11/Body/README.md b/.github/Pull_Requests/11/Body/README.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/11/Body/README.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/11/Title/TITLE.txt b/.github/Pull_Requests/11/Title/TITLE.txt
new file mode 100644
index 0000000..fdf31eb
--- /dev/null
+++ b/.github/Pull_Requests/11/Title/TITLE.txt
@@ -0,0 +1 @@
+Branch out to SNU Programming Tools
diff --git a/.github/Pull_Requests/11/URL/LINK.txt b/.github/Pull_Requests/11/URL/LINK.txt
new file mode 100644
index 0000000..02ff94d
--- /dev/null
+++ b/.github/Pull_Requests/11/URL/LINK.txt
@@ -0,0 +1 @@
+https://github.com/seanpm2001/Git-Template_V8/pull/11
diff --git a/.github/Pull_Requests/12-100/12/Body/OldVersions/README.txt b/.github/Pull_Requests/12-100/12/Body/OldVersions/README.txt
new file mode 100644
index 0000000..d534fe6
--- /dev/null
+++ b/.github/Pull_Requests/12-100/12/Body/OldVersions/README.txt
@@ -0,0 +1 @@
+Branching off to a new branch.
diff --git a/.github/Pull_Requests/12-100/12/Body/OldVersions/README_V1.md b/.github/Pull_Requests/12-100/12/Body/OldVersions/README_V1.md
new file mode 100644
index 0000000..d534fe6
--- /dev/null
+++ b/.github/Pull_Requests/12-100/12/Body/OldVersions/README_V1.md
@@ -0,0 +1 @@
+Branching off to a new branch.
diff --git a/.github/Pull_Requests/12-100/12/Body/README.md b/.github/Pull_Requests/12-100/12/Body/README.md
new file mode 100644
index 0000000..d534fe6
--- /dev/null
+++ b/.github/Pull_Requests/12-100/12/Body/README.md
@@ -0,0 +1 @@
+Branching off to a new branch.
diff --git a/.github/Pull_Requests/12-100/12/Title/README.md b/.github/Pull_Requests/12-100/12/Title/README.md
new file mode 100644
index 0000000..32d30cf
--- /dev/null
+++ b/.github/Pull_Requests/12-100/12/Title/README.md
@@ -0,0 +1 @@
+TWL-ELM-BRANCH #12
diff --git a/.github/Pull_Requests/12-100/12/Title/TITLE.txt b/.github/Pull_Requests/12-100/12/Title/TITLE.txt
new file mode 100644
index 0000000..32d30cf
--- /dev/null
+++ b/.github/Pull_Requests/12-100/12/Title/TITLE.txt
@@ -0,0 +1 @@
+TWL-ELM-BRANCH #12
diff --git a/.github/Pull_Requests/12-100/12/URLL/LINK.urll b/.github/Pull_Requests/12-100/12/URLL/LINK.urll
new file mode 100644
index 0000000..222d436
--- /dev/null
+++ b/.github/Pull_Requests/12-100/12/URLL/LINK.urll
@@ -0,0 +1 @@
+https://github.com/seanpm2001/Git-Template_V8/pull/12
diff --git a/.github/Pull_Requests/12-100/12/URLL/README.md b/.github/Pull_Requests/12-100/12/URLL/README.md
new file mode 100644
index 0000000..222d436
--- /dev/null
+++ b/.github/Pull_Requests/12-100/12/URLL/README.md
@@ -0,0 +1 @@
+https://github.com/seanpm2001/Git-Template_V8/pull/12
diff --git a/.github/Pull_Requests/2/Body/OldVersions/README_V1.txt b/.github/Pull_Requests/2/Body/OldVersions/README_V1.txt
new file mode 100644
index 0000000..4dc6f4e
--- /dev/null
+++ b/.github/Pull_Requests/2/Body/OldVersions/README_V1.txt
@@ -0,0 +1 @@
+Create the DeGoogle branch.
diff --git a/.github/Pull_Requests/2/Body/README.txt b/.github/Pull_Requests/2/Body/README.txt
new file mode 100644
index 0000000..4dc6f4e
--- /dev/null
+++ b/.github/Pull_Requests/2/Body/README.txt
@@ -0,0 +1 @@
+Create the DeGoogle branch.
diff --git a/.github/Pull_Requests/2/Title/TITLE.txt b/.github/Pull_Requests/2/Title/TITLE.txt
new file mode 100644
index 0000000..4e33d85
--- /dev/null
+++ b/.github/Pull_Requests/2/Title/TITLE.txt
@@ -0,0 +1 @@
+Branch out to DeGoogle #2
diff --git a/.github/Pull_Requests/2/URL/LINK.txt b/.github/Pull_Requests/2/URL/LINK.txt
new file mode 100644
index 0000000..b1328bb
--- /dev/null
+++ b/.github/Pull_Requests/2/URL/LINK.txt
@@ -0,0 +1 @@
+https://github.com/seanpm2001/Git-Template_V8/pull/2
diff --git a/.github/Pull_Requests/3/Body/OldVersions/README_V1.md b/.github/Pull_Requests/3/Body/OldVersions/README_V1.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/3/Body/OldVersions/README_V1.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/3/Body/README.md b/.github/Pull_Requests/3/Body/README.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/3/Body/README.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/3/Title/TITLE.txt b/.github/Pull_Requests/3/Title/TITLE.txt
new file mode 100644
index 0000000..3e4beeb
--- /dev/null
+++ b/.github/Pull_Requests/3/Title/TITLE.txt
@@ -0,0 +1 @@
+Branch out to GitHub pages default #3
diff --git a/.github/Pull_Requests/3/URL/LINK.txt b/.github/Pull_Requests/3/URL/LINK.txt
new file mode 100644
index 0000000..a966d96
--- /dev/null
+++ b/.github/Pull_Requests/3/URL/LINK.txt
@@ -0,0 +1 @@
+https://github.com/seanpm2001/Git-Template_V8/pull/3
diff --git a/.github/Pull_Requests/4/Body/OldVersions/README_V1.md b/.github/Pull_Requests/4/Body/OldVersions/README_V1.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/4/Body/OldVersions/README_V1.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/4/Body/README.md b/.github/Pull_Requests/4/Body/README.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/4/Body/README.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/4/Title/TITLE.txt b/.github/Pull_Requests/4/Title/TITLE.txt
new file mode 100644
index 0000000..7ac01c4
--- /dev/null
+++ b/.github/Pull_Requests/4/Title/TITLE.txt
@@ -0,0 +1 @@
+Branch out to GitHub-Pages-Language
diff --git a/.github/Pull_Requests/4/URL/LINK.txt b/.github/Pull_Requests/4/URL/LINK.txt
new file mode 100644
index 0000000..869a692
--- /dev/null
+++ b/.github/Pull_Requests/4/URL/LINK.txt
@@ -0,0 +1 @@
+https://github.com/seanpm2001/Git-Template_V8/pull/4
diff --git a/.github/Pull_Requests/5/Body/OldVersions/README_V1.md b/.github/Pull_Requests/5/Body/OldVersions/README_V1.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/5/Body/OldVersions/README_V1.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/5/Body/README.md b/.github/Pull_Requests/5/Body/README.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/5/Body/README.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/5/Title/TITLE.txt b/.github/Pull_Requests/5/Title/TITLE.txt
new file mode 100644
index 0000000..de09c97
--- /dev/null
+++ b/.github/Pull_Requests/5/Title/TITLE.txt
@@ -0,0 +1 @@
+Branch out to Snapcraft
diff --git a/.github/Pull_Requests/5/URL/LINK.txt b/.github/Pull_Requests/5/URL/LINK.txt
new file mode 100644
index 0000000..4f9e20d
--- /dev/null
+++ b/.github/Pull_Requests/5/URL/LINK.txt
@@ -0,0 +1 @@
+https://github.com/seanpm2001/Git-Template_V8/pull/5
diff --git a/.github/Pull_Requests/6/Body/OldVersions/README_V1.md b/.github/Pull_Requests/6/Body/OldVersions/README_V1.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/6/Body/OldVersions/README_V1.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/6/Body/README.md b/.github/Pull_Requests/6/Body/README.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/6/Body/README.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/6/Title/TITLE.txt b/.github/Pull_Requests/6/Title/TITLE.txt
new file mode 100644
index 0000000..d468df7
--- /dev/null
+++ b/.github/Pull_Requests/6/Title/TITLE.txt
@@ -0,0 +1 @@
+Branch out to Meadows
diff --git a/.github/Pull_Requests/6/URL/LINK.txt b/.github/Pull_Requests/6/URL/LINK.txt
new file mode 100644
index 0000000..41bbf02
--- /dev/null
+++ b/.github/Pull_Requests/6/URL/LINK.txt
@@ -0,0 +1 @@
+https://github.com/seanpm2001/Git-Template_V8/pull/6
diff --git a/.github/Pull_Requests/7/Body/OldVersions/README_V1.md b/.github/Pull_Requests/7/Body/OldVersions/README_V1.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/7/Body/OldVersions/README_V1.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/7/Body/README.md b/.github/Pull_Requests/7/Body/README.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/7/Body/README.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/7/Title/TITLE.txt b/.github/Pull_Requests/7/Title/TITLE.txt
new file mode 100644
index 0000000..487ff43
--- /dev/null
+++ b/.github/Pull_Requests/7/Title/TITLE.txt
@@ -0,0 +1 @@
+Branch out to journaling
diff --git a/.github/Pull_Requests/7/URL/LINK.txt b/.github/Pull_Requests/7/URL/LINK.txt
new file mode 100644
index 0000000..31ce353
--- /dev/null
+++ b/.github/Pull_Requests/7/URL/LINK.txt
@@ -0,0 +1 @@
+https://github.com/seanpm2001/Git-Template_V8/pull/7
diff --git a/.github/Pull_Requests/8/Body/OldVersions/README_V1.md b/.github/Pull_Requests/8/Body/OldVersions/README_V1.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/8/Body/OldVersions/README_V1.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/8/Body/README.md b/.github/Pull_Requests/8/Body/README.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/8/Body/README.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/8/Title/TITLE.txt b/.github/Pull_Requests/8/Title/TITLE.txt
new file mode 100644
index 0000000..5c34982
--- /dev/null
+++ b/.github/Pull_Requests/8/Title/TITLE.txt
@@ -0,0 +1 @@
+Branch out to Journaling map
diff --git a/.github/Pull_Requests/8/URL/LINK.txt b/.github/Pull_Requests/8/URL/LINK.txt
new file mode 100644
index 0000000..8b018dc
--- /dev/null
+++ b/.github/Pull_Requests/8/URL/LINK.txt
@@ -0,0 +1 @@
+https://github.com/seanpm2001/Git-Template_V8/pull/8
diff --git a/.github/Pull_Requests/9/Body/OldVersions/README_V1.md b/.github/Pull_Requests/9/Body/OldVersions/README_V1.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/9/Body/OldVersions/README_V1.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/9/Body/README.md b/.github/Pull_Requests/9/Body/README.md
new file mode 100644
index 0000000..ef517cc
--- /dev/null
+++ b/.github/Pull_Requests/9/Body/README.md
@@ -0,0 +1 @@
+_No description provided._
diff --git a/.github/Pull_Requests/9/Title/TITLE.txt b/.github/Pull_Requests/9/Title/TITLE.txt
new file mode 100644
index 0000000..56e9859
--- /dev/null
+++ b/.github/Pull_Requests/9/Title/TITLE.txt
@@ -0,0 +1 @@
+Branch out to SNU Default
diff --git a/.github/Pull_Requests/9/URL/LINK.txt b/.github/Pull_Requests/9/URL/LINK.txt
new file mode 100644
index 0000000..6f1362e
--- /dev/null
+++ b/.github/Pull_Requests/9/URL/LINK.txt
@@ -0,0 +1 @@
+https://github.com/seanpm2001/Git-Template_V8/pull/9
diff --git a/.github/Pull_Requests/OldVersions/English/1/1-100/README.txt b/.github/Pull_Requests/OldVersions/English/1/1-100/README.txt
deleted file mode 100644
index 561276c..0000000
--- a/.github/Pull_Requests/OldVersions/English/1/1-100/README.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-
-***
-
-# Privacy policy
-
-I archive my own GitHub discussions, pull requests, and issues. By default, I respect users privacy, and will not have your issue, pull request, or discussion archived. You have to specifically ask for it to be archived if you want it to be.
-
-***
diff --git a/.github/Pull_Requests/OldVersions/English/1/1-100/README_V1.md b/.github/Pull_Requests/OldVersions/English/1/1-100/README_V1.md
deleted file mode 100644
index 561276c..0000000
--- a/.github/Pull_Requests/OldVersions/English/1/1-100/README_V1.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-***
-
-# Privacy policy
-
-I archive my own GitHub discussions, pull requests, and issues. By default, I respect users privacy, and will not have your issue, pull request, or discussion archived. You have to specifically ask for it to be archived if you want it to be.
-
-***
diff --git a/.github/Pull_Requests/README.md b/.github/Pull_Requests/README.md
deleted file mode 100644
index 561276c..0000000
--- a/.github/Pull_Requests/README.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-***
-
-# Privacy policy
-
-I archive my own GitHub discussions, pull requests, and issues. By default, I respect users privacy, and will not have your issue, pull request, or discussion archived. You have to specifically ask for it to be archived if you want it to be.
-
-***
diff --git a/.github/Security/OldVersions/1/1-100/README.txt b/.github/SECURITY/OldVersions/English/USA/README.txt
similarity index 100%
rename from .github/Security/OldVersions/1/1-100/README.txt
rename to .github/SECURITY/OldVersions/English/USA/README.txt
diff --git a/.github/Security/OldVersions/1/1-100/SECURITY_V1.md b/.github/SECURITY/OldVersions/English/USA/SECURITY_V1.md
similarity index 100%
rename from .github/Security/OldVersions/1/1-100/SECURITY_V1.md
rename to .github/SECURITY/OldVersions/English/USA/SECURITY_V1.md
diff --git a/.github/Security/README.md b/.github/SECURITY/README.md
similarity index 100%
rename from .github/Security/README.md
rename to .github/SECURITY/README.md
diff --git a/.github/SocialPreview/Objective-CSharp_Docs_480pWallpaper_V1_HighCompression.png b/.github/SocialPreview/Objective-CSharp_Docs_480pWallpaper_V1_HighCompression.png
deleted file mode 100644
index 8f76eea..0000000
Binary files a/.github/SocialPreview/Objective-CSharp_Docs_480pWallpaper_V1_HighCompression.png and /dev/null differ
diff --git a/.github/SocialPreview/Unused/Objective-CSharp_Docs_1080pWallpaper_V1_HighCompression.png b/.github/SocialPreview/Unused/Objective-CSharp_Docs_1080pWallpaper_V1_HighCompression.png
deleted file mode 100644
index 431c4cf..0000000
Binary files a/.github/SocialPreview/Unused/Objective-CSharp_Docs_1080pWallpaper_V1_HighCompression.png and /dev/null differ
diff --git a/.github/SocialPreview/Unused/Objective-CSharp_Docs_720pWallpaper_V1_HighCompression.png b/.github/SocialPreview/Unused/Objective-CSharp_Docs_720pWallpaper_V1_HighCompression.png
deleted file mode 100644
index 168d7a1..0000000
Binary files a/.github/SocialPreview/Unused/Objective-CSharp_Docs_720pWallpaper_V1_HighCompression.png and /dev/null differ
diff --git a/.github/workflowArchives/GitHub-Pages/Jekyll/jekyll-gh-pages-checkout-V3_V1.yml b/.github/workflowArchives/GitHub-Pages/Jekyll/jekyll-gh-pages-checkout-V3_V1.yml
new file mode 100644
index 0000000..9cd259c
--- /dev/null
+++ b/.github/workflowArchives/GitHub-Pages/Jekyll/jekyll-gh-pages-checkout-V3_V1.yml
@@ -0,0 +1,51 @@
+# Sample workflow for building and deploying a Jekyll site to GitHub Pages
+name: Deploy Jekyll with GitHub Pages dependencies preinstalled
+
+on:
+  # Runs on pushes targeting the default branch
+  push:
+    branches: ["main"]
+
+  # Allows you to run this workflow manually from the Actions tab
+  workflow_dispatch:
+
+# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
+permissions:
+  contents: read
+  pages: write
+  id-token: write
+
+# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
+# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
+concurrency:
+  group: "pages"
+  cancel-in-progress: false
+
+jobs:
+  # Build job
+  build:
+    runs-on: ubuntu-latest
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v3
+      - name: Setup Pages
+        uses: actions/configure-pages@v3
+      - name: Build with Jekyll
+        uses: actions/jekyll-build-pages@v1
+        with:
+          source: ./
+          destination: ./_site
+      - name: Upload artifact
+        uses: actions/upload-pages-artifact@v1
+
+  # Deployment job
+  deploy:
+    environment:
+      name: github-pages
+      url: ${{ steps.deployment.outputs.page_url }}
+    runs-on: ubuntu-latest
+    needs: build
+    steps:
+      - name: Deploy to GitHub Pages
+        id: deployment
+        uses: actions/deploy-pages@v2
diff --git a/.github/workflowArchives/GitHub-Pages/Jekyll/jekyll-gh-pages_V1.yml b/.github/workflowArchives/GitHub-Pages/Jekyll/jekyll-gh-pages_V1.yml
new file mode 100644
index 0000000..9cd259c
--- /dev/null
+++ b/.github/workflowArchives/GitHub-Pages/Jekyll/jekyll-gh-pages_V1.yml
@@ -0,0 +1,51 @@
+# Sample workflow for building and deploying a Jekyll site to GitHub Pages
+name: Deploy Jekyll with GitHub Pages dependencies preinstalled
+
+on:
+  # Runs on pushes targeting the default branch
+  push:
+    branches: ["main"]
+
+  # Allows you to run this workflow manually from the Actions tab
+  workflow_dispatch:
+
+# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
+permissions:
+  contents: read
+  pages: write
+  id-token: write
+
+# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
+# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
+concurrency:
+  group: "pages"
+  cancel-in-progress: false
+
+jobs:
+  # Build job
+  build:
+    runs-on: ubuntu-latest
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v3
+      - name: Setup Pages
+        uses: actions/configure-pages@v3
+      - name: Build with Jekyll
+        uses: actions/jekyll-build-pages@v1
+        with:
+          source: ./
+          destination: ./_site
+      - name: Upload artifact
+        uses: actions/upload-pages-artifact@v1
+
+  # Deployment job
+  deploy:
+    environment:
+      name: github-pages
+      url: ${{ steps.deployment.outputs.page_url }}
+    runs-on: ubuntu-latest
+    needs: build
+    steps:
+      - name: Deploy to GitHub Pages
+        id: deployment
+        uses: actions/deploy-pages@v2
diff --git a/.github/workflowArchives/GitHub-Pages/Jekyll/jekyll_V1.yml b/.github/workflowArchives/GitHub-Pages/Jekyll/jekyll_V1.yml
new file mode 100644
index 0000000..953f160
--- /dev/null
+++ b/.github/workflowArchives/GitHub-Pages/Jekyll/jekyll_V1.yml
@@ -0,0 +1,64 @@
+# This workflow uses actions that are not certified by GitHub.
+# They are provided by a third-party and are governed by
+# separate terms of service, privacy policy, and support
+# documentation.
+
+# Sample workflow for building and deploying a Jekyll site to GitHub Pages
+name: Deploy Jekyll site to Pages
+
+on:
+  # Runs on pushes targeting the default branch
+  push:
+    branches: ["main"]
+
+  # Allows you to run this workflow manually from the Actions tab
+  workflow_dispatch:
+
+# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
+permissions:
+  contents: read
+  pages: write
+  id-token: write
+
+# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
+# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
+concurrency:
+  group: "pages"
+  cancel-in-progress: false
+
+jobs:
+  # Build job
+  build:
+    runs-on: ubuntu-latest
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v3
+      - name: Setup Ruby
+        uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
+        with:
+          ruby-version: '3.1' # Not needed with a .ruby-version file
+          bundler-cache: true # runs 'bundle install' and caches installed gems automatically
+          cache-version: 0 # Increment this number if you need to re-download cached gems
+      - name: Setup Pages
+        id: pages
+        uses: actions/configure-pages@v3
+      - name: Build with Jekyll
+        # Outputs to the './_site' directory by default
+        run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
+        env:
+          JEKYLL_ENV: production
+      - name: Upload artifact
+        # Automatically uploads an artifact from the './_site' directory by default
+        uses: actions/upload-pages-artifact@v1
+
+  # Deployment job
+  deploy:
+    environment:
+      name: github-pages
+      url: ${{ steps.deployment.outputs.page_url }}
+    runs-on: ubuntu-latest
+    needs: build
+    steps:
+      - name: Deploy to GitHub Pages
+        id: deployment
+        uses: actions/deploy-pages@v2
diff --git a/.github/workflowArchives/GitHub-Pages/MdBook/mdbook_V1.yml b/.github/workflowArchives/GitHub-Pages/MdBook/mdbook_V1.yml
new file mode 100644
index 0000000..543c435
--- /dev/null
+++ b/.github/workflowArchives/GitHub-Pages/MdBook/mdbook_V1.yml
@@ -0,0 +1,60 @@
+# Sample workflow for building and deploying a mdBook site to GitHub Pages
+#
+# To get started with mdBook see: https://rust-lang.github.io/mdBook/index.html
+#
+name: Deploy mdBook site to Pages
+
+on:
+  # Runs on pushes targeting the default branch
+  push:
+    branches: ["main"]
+
+  # Allows you to run this workflow manually from the Actions tab
+  workflow_dispatch:
+
+# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
+permissions:
+  contents: read
+  pages: write
+  id-token: write
+
+# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
+# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
+concurrency:
+  group: "pages"
+  cancel-in-progress: false
+
+jobs:
+  # Build job
+  build:
+    runs-on: ubuntu-latest
+    env:
+      MDBOOK_VERSION: 0.4.21
+    steps:
+      - uses: actions/checkout@v3
+      - name: Install mdBook
+        run: |
+          curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
+          rustup update
+          cargo install --version ${MDBOOK_VERSION} mdbook
+      - name: Setup Pages
+        id: pages
+        uses: actions/configure-pages@v3
+      - name: Build with mdBook
+        run: mdbook build
+      - name: Upload artifact
+        uses: actions/upload-pages-artifact@v1
+        with:
+          path: ./book
+
+  # Deployment job
+  deploy:
+    environment:
+      name: github-pages
+      url: ${{ steps.deployment.outputs.page_url }}
+    runs-on: ubuntu-latest
+    needs: build
+    steps:
+      - name: Deploy to GitHub Pages
+        id: deployment
+        uses: actions/deploy-pages@v2
diff --git a/.github/workflowArchives/GitHub-Pages/Static-HTML/github-pages-static-html_V1.yml b/.github/workflowArchives/GitHub-Pages/Static-HTML/github-pages-static-html_V1.yml
new file mode 100644
index 0000000..2bd90b5
--- /dev/null
+++ b/.github/workflowArchives/GitHub-Pages/Static-HTML/github-pages-static-html_V1.yml
@@ -0,0 +1,43 @@
+# Simple workflow for deploying static content to GitHub Pages
+name: Deploy static content to Pages
+
+on:
+  # Runs on pushes targeting the default branch
+  push:
+    branches: ["main"]
+
+  # Allows you to run this workflow manually from the Actions tab
+  workflow_dispatch:
+
+# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
+permissions:
+  contents: read
+  pages: write
+  id-token: write
+
+# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
+# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
+concurrency:
+  group: "pages"
+  cancel-in-progress: false
+
+jobs:
+  # Single deploy job since we're just deploying
+  deploy:
+    environment:
+      name: github-pages
+      url: ${{ steps.deployment.outputs.page_url }}
+    runs-on: ubuntu-latest
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v3
+      - name: Setup Pages
+        uses: actions/configure-pages@v3
+      - name: Upload artifact
+        uses: actions/upload-pages-artifact@v1
+        with:
+          # Upload entire repository
+          path: '.'
+      - name: Deploy to GitHub Pages
+        id: deployment
+        uses: actions/deploy-pages@v2
diff --git a/.github/workflowArchives/Linting/Super-linter/super-linter_V1.yml b/.github/workflowArchives/Linting/Super-linter/super-linter_V1.yml
new file mode 100644
index 0000000..ca69cec
--- /dev/null
+++ b/.github/workflowArchives/Linting/Super-linter/super-linter_V1.yml
@@ -0,0 +1,29 @@
+# This workflow executes several linters on changed files based on languages used in your code base whenever
+# you push a code or open a pull request.
+#
+# You can adjust the behavior by modifying this file.
+# For more information, see:
+# https://github.com/github/super-linter
+name: Lint Code Base
+
+on:
+  push:
+    branches: [ "main" ]
+  pull_request:
+    branches: [ "main" ]
+jobs:
+  run-lint:
+    runs-on: ubuntu-latest
+    steps:
+      - name: Checkout code
+        uses: actions/checkout@v3
+        with:
+          # Full git history is needed to get a proper list of changed files within `super-linter`
+          fetch-depth: 0
+
+      - name: Lint Code Base
+        uses: github/super-linter@v4
+        env:
+          VALIDATE_ALL_CODEBASE: false
+          DEFAULT_BRANCH: "main"
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflowArchives/MdBook/mdbook_V1.yml b/.github/workflowArchives/MdBook/mdbook_V1.yml
new file mode 100644
index 0000000..8db022e
--- /dev/null
+++ b/.github/workflowArchives/MdBook/mdbook_V1.yml
@@ -0,0 +1,27 @@
+name: Makefile CI
+
+on:
+  push:
+    branches: [ "main" ]
+  pull_request:
+    branches: [ "main" ]
+
+jobs:
+  build:
+
+    runs-on: ubuntu-latest
+
+    steps:
+    - uses: actions/checkout@v3
+
+    - name: configure
+      run: ./configure
+
+    - name: Install dependencies
+      run: make
+
+    - name: Run check
+      run: make check
+
+    - name: Run distcheck
+      run: make distcheck
diff --git a/.github/workflowArchives/Super-linter/super-linter_V1.yml b/.github/workflowArchives/Super-linter/super-linter_V1.yml
new file mode 100644
index 0000000..ca69cec
--- /dev/null
+++ b/.github/workflowArchives/Super-linter/super-linter_V1.yml
@@ -0,0 +1,29 @@
+# This workflow executes several linters on changed files based on languages used in your code base whenever
+# you push a code or open a pull request.
+#
+# You can adjust the behavior by modifying this file.
+# For more information, see:
+# https://github.com/github/super-linter
+name: Lint Code Base
+
+on:
+  push:
+    branches: [ "main" ]
+  pull_request:
+    branches: [ "main" ]
+jobs:
+  run-lint:
+    runs-on: ubuntu-latest
+    steps:
+      - name: Checkout code
+        uses: actions/checkout@v3
+        with:
+          # Full git history is needed to get a proper list of changed files within `super-linter`
+          fetch-depth: 0
+
+      - name: Lint Code Base
+        uses: github/super-linter@v4
+        env:
+          VALIDATE_ALL_CODEBASE: false
+          DEFAULT_BRANCH: "main"
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflows/github-pages-static-html.yml b/.github/workflows/github-pages-static-html.yml
new file mode 100644
index 0000000..2bd90b5
--- /dev/null
+++ b/.github/workflows/github-pages-static-html.yml
@@ -0,0 +1,43 @@
+# Simple workflow for deploying static content to GitHub Pages
+name: Deploy static content to Pages
+
+on:
+  # Runs on pushes targeting the default branch
+  push:
+    branches: ["main"]
+
+  # Allows you to run this workflow manually from the Actions tab
+  workflow_dispatch:
+
+# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
+permissions:
+  contents: read
+  pages: write
+  id-token: write
+
+# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
+# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
+concurrency:
+  group: "pages"
+  cancel-in-progress: false
+
+jobs:
+  # Single deploy job since we're just deploying
+  deploy:
+    environment:
+      name: github-pages
+      url: ${{ steps.deployment.outputs.page_url }}
+    runs-on: ubuntu-latest
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v3
+      - name: Setup Pages
+        uses: actions/configure-pages@v3
+      - name: Upload artifact
+        uses: actions/upload-pages-artifact@v1
+        with:
+          # Upload entire repository
+          path: '.'
+      - name: Deploy to GitHub Pages
+        id: deployment
+        uses: actions/deploy-pages@v2
diff --git a/.github/workflows/jekyll-gh-pages-checkout-V3.yml b/.github/workflows/jekyll-gh-pages-checkout-V3.yml
new file mode 100644
index 0000000..9cd259c
--- /dev/null
+++ b/.github/workflows/jekyll-gh-pages-checkout-V3.yml
@@ -0,0 +1,51 @@
+# Sample workflow for building and deploying a Jekyll site to GitHub Pages
+name: Deploy Jekyll with GitHub Pages dependencies preinstalled
+
+on:
+  # Runs on pushes targeting the default branch
+  push:
+    branches: ["main"]
+
+  # Allows you to run this workflow manually from the Actions tab
+  workflow_dispatch:
+
+# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
+permissions:
+  contents: read
+  pages: write
+  id-token: write
+
+# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
+# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
+concurrency:
+  group: "pages"
+  cancel-in-progress: false
+
+jobs:
+  # Build job
+  build:
+    runs-on: ubuntu-latest
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v3
+      - name: Setup Pages
+        uses: actions/configure-pages@v3
+      - name: Build with Jekyll
+        uses: actions/jekyll-build-pages@v1
+        with:
+          source: ./
+          destination: ./_site
+      - name: Upload artifact
+        uses: actions/upload-pages-artifact@v1
+
+  # Deployment job
+  deploy:
+    environment:
+      name: github-pages
+      url: ${{ steps.deployment.outputs.page_url }}
+    runs-on: ubuntu-latest
+    needs: build
+    steps:
+      - name: Deploy to GitHub Pages
+        id: deployment
+        uses: actions/deploy-pages@v2
diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml
new file mode 100644
index 0000000..6dd01a6
--- /dev/null
+++ b/.github/workflows/jekyll-gh-pages.yml
@@ -0,0 +1,51 @@
+# Sample workflow for building and deploying a Jekyll site to GitHub Pages
+name: Deploy Jekyll with GitHub Pages dependencies preinstalled
+
+on:
+  # Runs on pushes targeting the default branch
+  push:
+    branches: ["main"]
+
+  # Allows you to run this workflow manually from the Actions tab
+  workflow_dispatch:
+
+# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
+permissions:
+  contents: read
+  pages: write
+  id-token: write
+
+# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
+# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
+concurrency:
+  group: "pages"
+  cancel-in-progress: false
+
+jobs:
+  # Build job
+  build:
+    runs-on: ubuntu-latest
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v3
+      - name: Setup Pages
+        uses: actions/configure-pages@v3
+      - name: Build with Jekyll
+        uses: actions/jekyll-build-pages@v1
+        with:
+          source: ./
+          destination: ./_site
+      - name: Upload artifact
+        uses: actions/upload-pages-artifact@v1
+
+  # Deployment job
+  deploy:
+    environment:
+      name: github-pages
+      url: ${{ steps.deployment.outputs.page_url }}
+    runs-on: ubuntu-latest
+    needs: build
+    steps:
+      - name: Deploy to GitHub Pages
+        id: deployment
+        uses: actions/deploy-pages@v1
diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml
new file mode 100644
index 0000000..953f160
--- /dev/null
+++ b/.github/workflows/jekyll.yml
@@ -0,0 +1,64 @@
+# This workflow uses actions that are not certified by GitHub.
+# They are provided by a third-party and are governed by
+# separate terms of service, privacy policy, and support
+# documentation.
+
+# Sample workflow for building and deploying a Jekyll site to GitHub Pages
+name: Deploy Jekyll site to Pages
+
+on:
+  # Runs on pushes targeting the default branch
+  push:
+    branches: ["main"]
+
+  # Allows you to run this workflow manually from the Actions tab
+  workflow_dispatch:
+
+# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
+permissions:
+  contents: read
+  pages: write
+  id-token: write
+
+# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
+# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
+concurrency:
+  group: "pages"
+  cancel-in-progress: false
+
+jobs:
+  # Build job
+  build:
+    runs-on: ubuntu-latest
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v3
+      - name: Setup Ruby
+        uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
+        with:
+          ruby-version: '3.1' # Not needed with a .ruby-version file
+          bundler-cache: true # runs 'bundle install' and caches installed gems automatically
+          cache-version: 0 # Increment this number if you need to re-download cached gems
+      - name: Setup Pages
+        id: pages
+        uses: actions/configure-pages@v3
+      - name: Build with Jekyll
+        # Outputs to the './_site' directory by default
+        run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
+        env:
+          JEKYLL_ENV: production
+      - name: Upload artifact
+        # Automatically uploads an artifact from the './_site' directory by default
+        uses: actions/upload-pages-artifact@v1
+
+  # Deployment job
+  deploy:
+    environment:
+      name: github-pages
+      url: ${{ steps.deployment.outputs.page_url }}
+    runs-on: ubuntu-latest
+    needs: build
+    steps:
+      - name: Deploy to GitHub Pages
+        id: deployment
+        uses: actions/deploy-pages@v2
diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml
new file mode 100644
index 0000000..8db022e
--- /dev/null
+++ b/.github/workflows/makefile.yml
@@ -0,0 +1,27 @@
+name: Makefile CI
+
+on:
+  push:
+    branches: [ "main" ]
+  pull_request:
+    branches: [ "main" ]
+
+jobs:
+  build:
+
+    runs-on: ubuntu-latest
+
+    steps:
+    - uses: actions/checkout@v3
+
+    - name: configure
+      run: ./configure
+
+    - name: Install dependencies
+      run: make
+
+    - name: Run check
+      run: make check
+
+    - name: Run distcheck
+      run: make distcheck
diff --git a/.github/workflows/mdbook.yml b/.github/workflows/mdbook.yml
new file mode 100644
index 0000000..543c435
--- /dev/null
+++ b/.github/workflows/mdbook.yml
@@ -0,0 +1,60 @@
+# Sample workflow for building and deploying a mdBook site to GitHub Pages
+#
+# To get started with mdBook see: https://rust-lang.github.io/mdBook/index.html
+#
+name: Deploy mdBook site to Pages
+
+on:
+  # Runs on pushes targeting the default branch
+  push:
+    branches: ["main"]
+
+  # Allows you to run this workflow manually from the Actions tab
+  workflow_dispatch:
+
+# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
+permissions:
+  contents: read
+  pages: write
+  id-token: write
+
+# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
+# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
+concurrency:
+  group: "pages"
+  cancel-in-progress: false
+
+jobs:
+  # Build job
+  build:
+    runs-on: ubuntu-latest
+    env:
+      MDBOOK_VERSION: 0.4.21
+    steps:
+      - uses: actions/checkout@v3
+      - name: Install mdBook
+        run: |
+          curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
+          rustup update
+          cargo install --version ${MDBOOK_VERSION} mdbook
+      - name: Setup Pages
+        id: pages
+        uses: actions/configure-pages@v3
+      - name: Build with mdBook
+        run: mdbook build
+      - name: Upload artifact
+        uses: actions/upload-pages-artifact@v1
+        with:
+          path: ./book
+
+  # Deployment job
+  deploy:
+    environment:
+      name: github-pages
+      url: ${{ steps.deployment.outputs.page_url }}
+    runs-on: ubuntu-latest
+    needs: build
+    steps:
+      - name: Deploy to GitHub Pages
+        id: deployment
+        uses: actions/deploy-pages@v2
diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml
new file mode 100644
index 0000000..ca69cec
--- /dev/null
+++ b/.github/workflows/super-linter.yml
@@ -0,0 +1,29 @@
+# This workflow executes several linters on changed files based on languages used in your code base whenever
+# you push a code or open a pull request.
+#
+# You can adjust the behavior by modifying this file.
+# For more information, see:
+# https://github.com/github/super-linter
+name: Lint Code Base
+
+on:
+  push:
+    branches: [ "main" ]
+  pull_request:
+    branches: [ "main" ]
+jobs:
+  run-lint:
+    runs-on: ubuntu-latest
+    steps:
+      - name: Checkout code
+        uses: actions/checkout@v3
+        with:
+          # Full git history is needed to get a proper list of changed files within `super-linter`
+          fetch-depth: 0
+
+      - name: Lint Code Base
+        uses: github/super-linter@v4
+        env:
+          VALIDATE_ALL_CODEBASE: false
+          DEFAULT_BRANCH: "main"
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
diff --git a/Branches/!README/OldVersions/English/US/1/1-100/README.txt b/Branches/!README/OldVersions/English/US/1/1-100/README.txt
new file mode 100644
index 0000000..495465e
--- /dev/null
+++ b/Branches/!README/OldVersions/English/US/1/1-100/README.txt
@@ -0,0 +1,50 @@
+
+***
+
+# Branches
+
+Jump on over to another branch of this repository.
+
+> [`All branches`](https://github.com/seanpm2001/Git-Template_V8/branches/)
+
+Reset to branch 0.
+
+> [`$NOTREE`](https://github.com/seanpm2001/Git-Template_V8/)
+
+## Default
+
+> [`main`](https://github.com/seanpm2001/Git-Template_V8/tree/main/)
+
+## Others
+
+- [`Template-AI2001`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-AI2001/)
+- [`Template-Candroid`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Candroid/)
+- [`Template-DeGoogle`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-DeGoogle/)
+- [`Template-GDScript-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-GDScript-Other/)
+- [`Template-GitHub-Pages-language`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-GitHub-Pages-language/)
+- [`Template-GitHub-Pages-default`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-GitHub-Pages-default/)
+- [`Template-Meadows`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Meadows/)
+- [`Template-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Other/)
+- [`Template-Snapcraft`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Snapcraft/)
+- [`Template-SPM2001-Map`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Map/)
+- [`Template-SPM2001-Journaling-TW-ELM-V1`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling-TW-ELM-V1/)
+- [`Template-SPM2001-Journaling`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling/)
+- [`Template-SNU-Programming-Tools`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SNU-Programming-Tools/)
+- [`Template-SNU-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SNU-Other/)
+- [`Template-SNU-Default`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SNU-Default/)
+- [`Template-SPM2001-Journaling-Images-GitHub_Yearly`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling-Images-GitHub_Yearly/)
+- [`Template-SPM2001-Journaling-Images`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling-Images/)
+- [`Template-UkraineHistorySimulator-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-UkraineHistorySimulator-Other/)
+- [`WacOS-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/WacOS-Other/)
+
+***
+
+## File info
+
+**File version:** `3 (2023, Wednesday, May 3rd at 7:00 pm PST)`
+
+**File type:** `Markdown document (*.md *.mkd *.mdown *.markdown)`
+
+**Line count (including blank lines and compiler line):** `51`
+
+***
diff --git a/Branches/!README/OldVersions/English/US/1/1-100/README_V1.md b/Branches/!README/OldVersions/English/US/1/1-100/README_V1.md
new file mode 100644
index 0000000..462723b
--- /dev/null
+++ b/Branches/!README/OldVersions/English/US/1/1-100/README_V1.md
@@ -0,0 +1,48 @@
+
+***
+
+# Branches
+
+Jump on over to another branch of this repository.
+
+[All branches](https://github.com/seanpm2001/Git-Template_V8/branches/)
+
+Reset to branch 0.
+
+[$NOTREE](https://github.com/seanpm2001/Git-Template_V8/)
+
+## Default
+
+[main](https://github.com/seanpm2001/SeansLifeArchive_Images_Bit_City_-NimbleBit_Game-/tree/main/)
+
+## Others
+
+[Template-Snapcraft](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Snapcraft/)
+
+[Template-SPM2001-Map](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Map/)
+
+[Template-SPM2001-Journaling-TW-ELM-V1](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling-TW-ELM-V1/)
+
+[Template-SPM2001-Journaling](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling/)
+
+[Template-SNU-Programming-Tools](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SNU-Programming-Tools/)
+
+[Template-SNU-Other](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SNU-Other/)
+
+[Template-SNU-Default](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SNU-Default/)
+
+[Template-Other](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Other/)
+
+[Template-Meadows](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Meadows/)
+
+[Template-GitHub-Pages-language](https://github.com/seanpm2001/Git-Template_V8/tree/Template-GitHub-Pages-language/)
+
+[Template-GitHub-Pages-default](https://github.com/seanpm2001/Git-Template_V8/tree/Template-GitHub-Pages-default/)
+
+[Template-DeGoogle](https://github.com/seanpm2001/Git-Template_V8/tree/Template-DeGoogle/)
+
+***
+
+**File version:** `1 (2022, Saturday, Apri 16th at 7:44 pm PST)`
+
+***
diff --git a/Branches/!README/OldVersions/English/US/1/1-100/README_V2.md b/Branches/!README/OldVersions/English/US/1/1-100/README_V2.md
new file mode 100644
index 0000000..c0456ee
--- /dev/null
+++ b/Branches/!README/OldVersions/English/US/1/1-100/README_V2.md
@@ -0,0 +1,58 @@
+
+***
+
+# Branches
+
+Jump on over to another branch of this repository.
+
+[`All branches`](https://github.com/seanpm2001/Git-Template_V8/branches/)
+
+Reset to branch 0.
+
+[`$NOTREE`](https://github.com/seanpm2001/Git-Template_V8/)
+
+## Default
+
+[`main`](https://github.com/seanpm2001/Git-Template_V8/tree/main/)
+
+## Others
+
+[`Template-Snapcraft`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Snapcraft/)
+
+[`Template-SPM2001-Map`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Map/)
+
+[`Template-SPM2001-Journaling-TW-ELM-V1`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling-TW-ELM-V1/)
+
+[`Template-SPM2001-Journaling`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling/)
+
+[`Template-SNU-Programming-Tools`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SNU-Programming-Tools/)
+
+[`Template-SNU-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SNU-Other/)
+
+[`Template-SNU-Default`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SNU-Default/)
+
+[`Template-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Other/)
+
+[`Template-Meadows`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Meadows/)
+
+[`Template-GitHub-Pages-language`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-GitHub-Pages-language/)
+
+[`Template-GitHub-Pages-default`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-GitHub-Pages-default/)
+
+[`Template-DeGoogle`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-DeGoogle/)
+
+[`Template-SPM2001-Journaling-Images-GitHub_Yearly`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling-Images-GitHub_Yearly/)
+
+[`Template-SPM2001-Journaling-Images`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling-Images/)
+
+***
+
+## File info
+
+**File version:** `2 (2022, Thursday, May 19th at 7:38 pm PST)`
+
+**File type:** `Markdown document (*.md *.mkd *.mdown *.markdown)`
+
+**Line count (including blank lines and compiler line):** `59`
+
+***
diff --git a/Branches/!README/OldVersions/English/US/1/1-100/README_V3.md b/Branches/!README/OldVersions/English/US/1/1-100/README_V3.md
new file mode 100644
index 0000000..495465e
--- /dev/null
+++ b/Branches/!README/OldVersions/English/US/1/1-100/README_V3.md
@@ -0,0 +1,50 @@
+
+***
+
+# Branches
+
+Jump on over to another branch of this repository.
+
+> [`All branches`](https://github.com/seanpm2001/Git-Template_V8/branches/)
+
+Reset to branch 0.
+
+> [`$NOTREE`](https://github.com/seanpm2001/Git-Template_V8/)
+
+## Default
+
+> [`main`](https://github.com/seanpm2001/Git-Template_V8/tree/main/)
+
+## Others
+
+- [`Template-AI2001`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-AI2001/)
+- [`Template-Candroid`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Candroid/)
+- [`Template-DeGoogle`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-DeGoogle/)
+- [`Template-GDScript-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-GDScript-Other/)
+- [`Template-GitHub-Pages-language`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-GitHub-Pages-language/)
+- [`Template-GitHub-Pages-default`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-GitHub-Pages-default/)
+- [`Template-Meadows`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Meadows/)
+- [`Template-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Other/)
+- [`Template-Snapcraft`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Snapcraft/)
+- [`Template-SPM2001-Map`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Map/)
+- [`Template-SPM2001-Journaling-TW-ELM-V1`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling-TW-ELM-V1/)
+- [`Template-SPM2001-Journaling`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling/)
+- [`Template-SNU-Programming-Tools`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SNU-Programming-Tools/)
+- [`Template-SNU-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SNU-Other/)
+- [`Template-SNU-Default`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SNU-Default/)
+- [`Template-SPM2001-Journaling-Images-GitHub_Yearly`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling-Images-GitHub_Yearly/)
+- [`Template-SPM2001-Journaling-Images`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling-Images/)
+- [`Template-UkraineHistorySimulator-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-UkraineHistorySimulator-Other/)
+- [`WacOS-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/WacOS-Other/)
+
+***
+
+## File info
+
+**File version:** `3 (2023, Wednesday, May 3rd at 7:00 pm PST)`
+
+**File type:** `Markdown document (*.md *.mkd *.mdown *.markdown)`
+
+**Line count (including blank lines and compiler line):** `51`
+
+***
diff --git a/Branches/README.md b/Branches/README.md
new file mode 100644
index 0000000..495465e
--- /dev/null
+++ b/Branches/README.md
@@ -0,0 +1,50 @@
+
+***
+
+# Branches
+
+Jump on over to another branch of this repository.
+
+> [`All branches`](https://github.com/seanpm2001/Git-Template_V8/branches/)
+
+Reset to branch 0.
+
+> [`$NOTREE`](https://github.com/seanpm2001/Git-Template_V8/)
+
+## Default
+
+> [`main`](https://github.com/seanpm2001/Git-Template_V8/tree/main/)
+
+## Others
+
+- [`Template-AI2001`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-AI2001/)
+- [`Template-Candroid`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Candroid/)
+- [`Template-DeGoogle`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-DeGoogle/)
+- [`Template-GDScript-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-GDScript-Other/)
+- [`Template-GitHub-Pages-language`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-GitHub-Pages-language/)
+- [`Template-GitHub-Pages-default`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-GitHub-Pages-default/)
+- [`Template-Meadows`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Meadows/)
+- [`Template-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Other/)
+- [`Template-Snapcraft`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Snapcraft/)
+- [`Template-SPM2001-Map`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Map/)
+- [`Template-SPM2001-Journaling-TW-ELM-V1`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling-TW-ELM-V1/)
+- [`Template-SPM2001-Journaling`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling/)
+- [`Template-SNU-Programming-Tools`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SNU-Programming-Tools/)
+- [`Template-SNU-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SNU-Other/)
+- [`Template-SNU-Default`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SNU-Default/)
+- [`Template-SPM2001-Journaling-Images-GitHub_Yearly`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling-Images-GitHub_Yearly/)
+- [`Template-SPM2001-Journaling-Images`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling-Images/)
+- [`Template-UkraineHistorySimulator-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-UkraineHistorySimulator-Other/)
+- [`WacOS-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/WacOS-Other/)
+
+***
+
+## File info
+
+**File version:** `3 (2023, Wednesday, May 3rd at 7:00 pm PST)`
+
+**File type:** `Markdown document (*.md *.mkd *.mdown *.markdown)`
+
+**Line count (including blank lines and compiler line):** `51`
+
+***
diff --git a/DeGoogle b/DeGoogle
new file mode 100644
index 0000000..4f0da93
--- /dev/null
+++ b/DeGoogle
@@ -0,0 +1 @@
+# DeGoogle branch
diff --git a/Docs/Codeowners/OldVersions/English/US/1/1-100/README.txt b/Docs/Codeowners/OldVersions/English/US/1/1-100/README.txt
new file mode 100644
index 0000000..e487941
--- /dev/null
+++ b/Docs/Codeowners/OldVersions/English/US/1/1-100/README.txt
@@ -0,0 +1,14 @@
+
+***
+
+# Codeowners
+
+## About
+
+A `CODEOWNERS` files was added to every branch in the V8.2022.04.16 update. I am unsure if this will cause issues with other people who want to use this template.
+
+***
+
+**File version:** `1 (2022, Saturday, April 16th at 7:34 pm PST)
+
+***
diff --git a/Docs/Codeowners/OldVersions/English/US/1/1-100/README_V1.md b/Docs/Codeowners/OldVersions/English/US/1/1-100/README_V1.md
new file mode 100644
index 0000000..e487941
--- /dev/null
+++ b/Docs/Codeowners/OldVersions/English/US/1/1-100/README_V1.md
@@ -0,0 +1,14 @@
+
+***
+
+# Codeowners
+
+## About
+
+A `CODEOWNERS` files was added to every branch in the V8.2022.04.16 update. I am unsure if this will cause issues with other people who want to use this template.
+
+***
+
+**File version:** `1 (2022, Saturday, April 16th at 7:34 pm PST)
+
+***
diff --git a/Docs/Codeowners/README.md b/Docs/Codeowners/README.md
new file mode 100644
index 0000000..e487941
--- /dev/null
+++ b/Docs/Codeowners/README.md
@@ -0,0 +1,14 @@
+
+***
+
+# Codeowners
+
+## About
+
+A `CODEOWNERS` files was added to every branch in the V8.2022.04.16 update. I am unsure if this will cause issues with other people who want to use this template.
+
+***
+
+**File version:** `1 (2022, Saturday, April 16th at 7:34 pm PST)
+
+***
diff --git a/Docs/Commit-Count/OldVersions/English/US/1/1-100/README.txt b/Docs/Commit-Count/OldVersions/English/US/1/1-100/README.txt
new file mode 100644
index 0000000..0e67138
--- /dev/null
+++ b/Docs/Commit-Count/OldVersions/English/US/1/1-100/README.txt
@@ -0,0 +1,16 @@
+
+***
+
+# Commit count for Git-Template_V8
+
+This project has a moderate of commits. Unfortunately, they aren't very accessible.
+
+Each branch has between 30 and 100+ commits, and there are 13 branches (as of 2022, Saturday, April 16th)
+
+Unfortunately, each commit doesn't show up on my profile unless it was done on the edefault branch [`main`](https://github.com/seanpm2001/Git-Template_V8/tree/main)
+
+***
+
+**File version:** `1 (2022, Saturday, April 16th at 7:27 pm PST)`
+
+***
diff --git a/Docs/Commit-Count/OldVersions/English/US/1/1-100/README_V1.md b/Docs/Commit-Count/OldVersions/English/US/1/1-100/README_V1.md
new file mode 100644
index 0000000..0e67138
--- /dev/null
+++ b/Docs/Commit-Count/OldVersions/English/US/1/1-100/README_V1.md
@@ -0,0 +1,16 @@
+
+***
+
+# Commit count for Git-Template_V8
+
+This project has a moderate of commits. Unfortunately, they aren't very accessible.
+
+Each branch has between 30 and 100+ commits, and there are 13 branches (as of 2022, Saturday, April 16th)
+
+Unfortunately, each commit doesn't show up on my profile unless it was done on the edefault branch [`main`](https://github.com/seanpm2001/Git-Template_V8/tree/main)
+
+***
+
+**File version:** `1 (2022, Saturday, April 16th at 7:27 pm PST)`
+
+***
diff --git a/Docs/Commit-Count/README.md b/Docs/Commit-Count/README.md
new file mode 100644
index 0000000..0e67138
--- /dev/null
+++ b/Docs/Commit-Count/README.md
@@ -0,0 +1,16 @@
+
+***
+
+# Commit count for Git-Template_V8
+
+This project has a moderate of commits. Unfortunately, they aren't very accessible.
+
+Each branch has between 30 and 100+ commits, and there are 13 branches (as of 2022, Saturday, April 16th)
+
+Unfortunately, each commit doesn't show up on my profile unless it was done on the edefault branch [`main`](https://github.com/seanpm2001/Git-Template_V8/tree/main)
+
+***
+
+**File version:** `1 (2022, Saturday, April 16th at 7:27 pm PST)`
+
+***
diff --git a/Docs/Main-Branch/!OldVersions/README/English/US/1/1-100/README.txt b/Docs/Main-Branch/!OldVersions/README/English/US/1/1-100/README.txt
new file mode 100644
index 0000000..7c15ea1
--- /dev/null
+++ b/Docs/Main-Branch/!OldVersions/README/English/US/1/1-100/README.txt
@@ -0,0 +1,24 @@
+
+***
+
+# Git-Template Docs
+
+## Usage of the main branch
+
+The `main` branch is the landing page for the template itself. For the first 7-9 months of using this template, I normally just deleted the `main` branch and switched to the one I needed. In early 2022, I realized that it was important to preserve the landing page, so I adopted a new protocol.
+
+The `main` branch isn't very useful for the development of a project, but it pinpoints its origin, and is pretty small (less than a megabyte) so why delete it? Since the project is not tagged, keeping the `main` branch is important to easily determine the date of the repository, and the date of the changes.
+
+The way I have been doing it recently is renaming the `main` branch to `Git-Template_Source` then switching to my preferred branch, renaming the preferred branch, then deleting all branches except for `Git-Template_Source` and my preferred branch.
+
+***
+
+## File info
+
+**File version:** `1 (2022, Thursday, May 19th at 7:33 pm PST)`
+
+**File type:** `Markdown document (*.md *.mkd *.mdown *.markdown)`
+
+**Line count (including blank lines and compiler line):** `25`
+
+***
diff --git a/Docs/Main-Branch/!OldVersions/README/English/US/1/1-100/README_V1.md b/Docs/Main-Branch/!OldVersions/README/English/US/1/1-100/README_V1.md
new file mode 100644
index 0000000..7c15ea1
--- /dev/null
+++ b/Docs/Main-Branch/!OldVersions/README/English/US/1/1-100/README_V1.md
@@ -0,0 +1,24 @@
+
+***
+
+# Git-Template Docs
+
+## Usage of the main branch
+
+The `main` branch is the landing page for the template itself. For the first 7-9 months of using this template, I normally just deleted the `main` branch and switched to the one I needed. In early 2022, I realized that it was important to preserve the landing page, so I adopted a new protocol.
+
+The `main` branch isn't very useful for the development of a project, but it pinpoints its origin, and is pretty small (less than a megabyte) so why delete it? Since the project is not tagged, keeping the `main` branch is important to easily determine the date of the repository, and the date of the changes.
+
+The way I have been doing it recently is renaming the `main` branch to `Git-Template_Source` then switching to my preferred branch, renaming the preferred branch, then deleting all branches except for `Git-Template_Source` and my preferred branch.
+
+***
+
+## File info
+
+**File version:** `1 (2022, Thursday, May 19th at 7:33 pm PST)`
+
+**File type:** `Markdown document (*.md *.mkd *.mdown *.markdown)`
+
+**Line count (including blank lines and compiler line):** `25`
+
+***
diff --git a/Docs/Main-Branch/README.md b/Docs/Main-Branch/README.md
new file mode 100644
index 0000000..7c15ea1
--- /dev/null
+++ b/Docs/Main-Branch/README.md
@@ -0,0 +1,24 @@
+
+***
+
+# Git-Template Docs
+
+## Usage of the main branch
+
+The `main` branch is the landing page for the template itself. For the first 7-9 months of using this template, I normally just deleted the `main` branch and switched to the one I needed. In early 2022, I realized that it was important to preserve the landing page, so I adopted a new protocol.
+
+The `main` branch isn't very useful for the development of a project, but it pinpoints its origin, and is pretty small (less than a megabyte) so why delete it? Since the project is not tagged, keeping the `main` branch is important to easily determine the date of the repository, and the date of the changes.
+
+The way I have been doing it recently is renaming the `main` branch to `Git-Template_Source` then switching to my preferred branch, renaming the preferred branch, then deleting all branches except for `Git-Template_Source` and my preferred branch.
+
+***
+
+## File info
+
+**File version:** `1 (2022, Thursday, May 19th at 7:33 pm PST)`
+
+**File type:** `Markdown document (*.md *.mkd *.mdown *.markdown)`
+
+**Line count (including blank lines and compiler line):** `25`
+
+***
diff --git a/Docs/Releases/V8/8.2022.04.16/!OldVersions/English/US/1/1-100/README_V1.md b/Docs/Releases/V8/8.2022.04.16/!OldVersions/English/US/1/1-100/README_V1.md
new file mode 100644
index 0000000..63c2c54
--- /dev/null
+++ b/Docs/Releases/V8/8.2022.04.16/!OldVersions/English/US/1/1-100/README_V1.md
@@ -0,0 +1,20 @@
+
+***
+
+# Version 8 : Release 2022 April 16th
+
+## V8.2022.04.16
+
+### About
+
+I made some changes to this template today, as a few features have been neglected for a few months.
+
+I updated ALL 13 branches this time. Some branches were still using `FUNDING.yml` instead of `.FUNDING.yml` and missing the `/Pull_Requests/` directory, so I fixed that on specific branches.
+
+On all branches, I added support for the `AUTOMATE2001.yml` todo file, and a `CODEOWNERS` file (valid, with no bugs)
+
+***
+
+**File version:** `1 (2022, Saturday, April 16th at 7:16 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2022.04.16/!OldVersions/English/US/1/1-100/README_V2.md b/Docs/Releases/V8/8.2022.04.16/!OldVersions/English/US/1/1-100/README_V2.md
new file mode 100644
index 0000000..b6c7500
--- /dev/null
+++ b/Docs/Releases/V8/8.2022.04.16/!OldVersions/English/US/1/1-100/README_V2.md
@@ -0,0 +1,24 @@
+
+***
+
+# Version 8 : Release 2022 April 16th
+
+## V8.2022.04.16
+
+### About
+
+I made some changes to this template today, as a few features have been neglected for a few months.
+
+I updated ALL 13 branches this time. Some branches were still using `FUNDING.yml` instead of `.FUNDING.yml` and missing the `/Pull_Requests/` directory, so I fixed that on specific branches.
+
+On all branches, I added support for the `AUTOMATE2001.yml` todo file, and a `CODEOWNERS` file (valid, with no bugs)
+
+This was all I had the time for today. I still have other pending features (README improvements, updates to AUTHORS, CREDITS, INSTALL, and desktop.ini files, etc.)
+
+This release wasn't tagged, as I don't feel like tagging releases on this project.
+
+***
+
+**File version:** `2 (2022, Saturday, April 16th at 7:23 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2022.04.16/README.md b/Docs/Releases/V8/8.2022.04.16/README.md
new file mode 100644
index 0000000..b6c7500
--- /dev/null
+++ b/Docs/Releases/V8/8.2022.04.16/README.md
@@ -0,0 +1,24 @@
+
+***
+
+# Version 8 : Release 2022 April 16th
+
+## V8.2022.04.16
+
+### About
+
+I made some changes to this template today, as a few features have been neglected for a few months.
+
+I updated ALL 13 branches this time. Some branches were still using `FUNDING.yml` instead of `.FUNDING.yml` and missing the `/Pull_Requests/` directory, so I fixed that on specific branches.
+
+On all branches, I added support for the `AUTOMATE2001.yml` todo file, and a `CODEOWNERS` file (valid, with no bugs)
+
+This was all I had the time for today. I still have other pending features (README improvements, updates to AUTHORS, CREDITS, INSTALL, and desktop.ini files, etc.)
+
+This release wasn't tagged, as I don't feel like tagging releases on this project.
+
+***
+
+**File version:** `2 (2022, Saturday, April 16th at 7:23 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2022.04.17/OldVersions/English/US/1/1-100/README_V1.md b/Docs/Releases/V8/8.2022.04.17/OldVersions/English/US/1/1-100/README_V1.md
new file mode 100644
index 0000000..94f9fc1
--- /dev/null
+++ b/Docs/Releases/V8/8.2022.04.17/OldVersions/English/US/1/1-100/README_V1.md
@@ -0,0 +1,24 @@
+
+***
+
+# Version 8 : Release 2022 April 17th
+
+## V8.2022.04.17
+
+### About
+
+I made some changes to this template today.
+
+I only updated the 2 GitHub Pages branches (`template-github-pages-default` & `template-github-pages-langauge`) to include 13 embedded Jekyll themes that come with GitHub. They were added for support and compatibility reasons, and to avoid the site failing if the originals ever went down or had a problem.
+
+Unfortunately, I made a small capitalization error, so you can't easily go between the 2 branches if you are in the `Pages-Themes` / `Pages-themes` directory or deeper.
+
+This was all I had the time for today. I still have other pending features (README improvements, updates to AUTHORS, CREDITS, INSTALL, and desktop.ini files, etc.)
+
+This release wasn't tagged, as I don't feel like tagging releases on this project.
+
+***
+
+**File version:** `1 (2022, Sunday, April 17th at 9:02 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2022.04.17/README.md b/Docs/Releases/V8/8.2022.04.17/README.md
new file mode 100644
index 0000000..94f9fc1
--- /dev/null
+++ b/Docs/Releases/V8/8.2022.04.17/README.md
@@ -0,0 +1,24 @@
+
+***
+
+# Version 8 : Release 2022 April 17th
+
+## V8.2022.04.17
+
+### About
+
+I made some changes to this template today.
+
+I only updated the 2 GitHub Pages branches (`template-github-pages-default` & `template-github-pages-langauge`) to include 13 embedded Jekyll themes that come with GitHub. They were added for support and compatibility reasons, and to avoid the site failing if the originals ever went down or had a problem.
+
+Unfortunately, I made a small capitalization error, so you can't easily go between the 2 branches if you are in the `Pages-Themes` / `Pages-themes` directory or deeper.
+
+This was all I had the time for today. I still have other pending features (README improvements, updates to AUTHORS, CREDITS, INSTALL, and desktop.ini files, etc.)
+
+This release wasn't tagged, as I don't feel like tagging releases on this project.
+
+***
+
+**File version:** `1 (2022, Sunday, April 17th at 9:02 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2022.04.22/OldVersions/English/US/1/1-100/README_V1.md b/Docs/Releases/V8/8.2022.04.22/OldVersions/English/US/1/1-100/README_V1.md
new file mode 100644
index 0000000..13c4b16
--- /dev/null
+++ b/Docs/Releases/V8/8.2022.04.22/OldVersions/English/US/1/1-100/README_V1.md
@@ -0,0 +1,24 @@
+
+***
+
+# Version 8 : Release 2022 April 22nd
+
+## V8.2022.04.22
+
+### About
+
+I made some changes to this template today.
+
+I thought I already updated the Tree World branch (before I created the next monthly repository for this subject tofay), but I didn't. I hope that this update pays off within 2-3 more months.
+
+I made some small changes, adding support for license archives, and a social preview image. Only the [`Template-SPM2001-Journaling-TW-ELM_V1`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling-TW-ELM-V1/) branch was updated today (`main` was updated as well, but it doesn't count)
+
+This was all I had the time for today. I still have other pending features (README improvements, updates to AUTHORS, CREDITS, INSTALL, and desktop.ini files, etc.)
+
+This release wasn't tagged, as I don't feel like tagging releases on this project.
+
+***
+
+**File version:** `1 (2022, Friday, April 22nd at 5:38 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2022.04.22/README.md b/Docs/Releases/V8/8.2022.04.22/README.md
new file mode 100644
index 0000000..13c4b16
--- /dev/null
+++ b/Docs/Releases/V8/8.2022.04.22/README.md
@@ -0,0 +1,24 @@
+
+***
+
+# Version 8 : Release 2022 April 22nd
+
+## V8.2022.04.22
+
+### About
+
+I made some changes to this template today.
+
+I thought I already updated the Tree World branch (before I created the next monthly repository for this subject tofay), but I didn't. I hope that this update pays off within 2-3 more months.
+
+I made some small changes, adding support for license archives, and a social preview image. Only the [`Template-SPM2001-Journaling-TW-ELM_V1`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SPM2001-Journaling-TW-ELM-V1/) branch was updated today (`main` was updated as well, but it doesn't count)
+
+This was all I had the time for today. I still have other pending features (README improvements, updates to AUTHORS, CREDITS, INSTALL, and desktop.ini files, etc.)
+
+This release wasn't tagged, as I don't feel like tagging releases on this project.
+
+***
+
+**File version:** `1 (2022, Friday, April 22nd at 5:38 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2022.05.19/OldVersions/README/English/US/1/1-100/README_V1.md b/Docs/Releases/V8/8.2022.05.19/OldVersions/README/English/US/1/1-100/README_V1.md
new file mode 100644
index 0000000..8d22a2d
--- /dev/null
+++ b/Docs/Releases/V8/8.2022.05.19/OldVersions/README/English/US/1/1-100/README_V1.md
@@ -0,0 +1,40 @@
+
+***
+
+# Version 8 : Release 2022 May 19th
+
+## V8.2022.05.19
+
+### About
+
+I made some changes to this template today.
+
+Today, I worked on general improvements, and work on issue templates/pull request templates. I also created 2 new branches (`Template-SPM2001-Journaling-Images-GitHub_Yearly` and `Template-SPM2001-Journaling-Images`)
+
+I was able to apply issue template updates to the following branches:
+
+- Template-Other
+- Template-SNU-Default
+- Template-SPM2001-Journaling-Images
+- Template-SPM2001-Journaling-Images-GitHub_Yearly
+- Template-SPM2001-Journaling-TW-ELM-V1
+- Template-SNU-Other
+- Template-SNU-Programming-Tools
+
+However, I made a mistake with some issue template configuration, as I put the wrong template in place for Template-Other, SNU-Default, and SNU-Other, as I was using the Git-image issue template.
+
+For the SNU branches, I added a `desktop.ini` file, and for the programming tools repository, I gave 6 attempts at creating a functional issue template out of the previous one, as I wanted to preserve it. I managed to clear all bugs, then it just failed entirely, giving me 5 errors, and not telling me what they are or where they were. So I gave up for now.
+
+The new GitHub images yearly branch will first be used in 2023. It is going to be used from now on, so I don't have to create 3000+ `IGNORE.md` files manually. I will someday have the deletion automated as well.
+
+The new GitHub images branch is separate from the other journal branch, and will be used purely for Git-image projects. The original one will still be used, it will be used far less frequently now, and will be on the subject of journaling subjects (such as extras, daily articles, and more)
+
+I spent nearly all of my development time on this project today, and I still didn't come close to finishing. I still have other pending features (README improvements, updates to AUTHORS, CREDITS, INSTALL, and desktop.ini files, etc.)
+
+This release wasn't tagged, as I don't feel like tagging releases on this project.
+
+***
+
+**File version:** `1 (2022, Thursday, May 19th at 7:25 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2022.05.19/README.md b/Docs/Releases/V8/8.2022.05.19/README.md
new file mode 100644
index 0000000..8d22a2d
--- /dev/null
+++ b/Docs/Releases/V8/8.2022.05.19/README.md
@@ -0,0 +1,40 @@
+
+***
+
+# Version 8 : Release 2022 May 19th
+
+## V8.2022.05.19
+
+### About
+
+I made some changes to this template today.
+
+Today, I worked on general improvements, and work on issue templates/pull request templates. I also created 2 new branches (`Template-SPM2001-Journaling-Images-GitHub_Yearly` and `Template-SPM2001-Journaling-Images`)
+
+I was able to apply issue template updates to the following branches:
+
+- Template-Other
+- Template-SNU-Default
+- Template-SPM2001-Journaling-Images
+- Template-SPM2001-Journaling-Images-GitHub_Yearly
+- Template-SPM2001-Journaling-TW-ELM-V1
+- Template-SNU-Other
+- Template-SNU-Programming-Tools
+
+However, I made a mistake with some issue template configuration, as I put the wrong template in place for Template-Other, SNU-Default, and SNU-Other, as I was using the Git-image issue template.
+
+For the SNU branches, I added a `desktop.ini` file, and for the programming tools repository, I gave 6 attempts at creating a functional issue template out of the previous one, as I wanted to preserve it. I managed to clear all bugs, then it just failed entirely, giving me 5 errors, and not telling me what they are or where they were. So I gave up for now.
+
+The new GitHub images yearly branch will first be used in 2023. It is going to be used from now on, so I don't have to create 3000+ `IGNORE.md` files manually. I will someday have the deletion automated as well.
+
+The new GitHub images branch is separate from the other journal branch, and will be used purely for Git-image projects. The original one will still be used, it will be used far less frequently now, and will be on the subject of journaling subjects (such as extras, daily articles, and more)
+
+I spent nearly all of my development time on this project today, and I still didn't come close to finishing. I still have other pending features (README improvements, updates to AUTHORS, CREDITS, INSTALL, and desktop.ini files, etc.)
+
+This release wasn't tagged, as I don't feel like tagging releases on this project.
+
+***
+
+**File version:** `1 (2022, Thursday, May 19th at 7:25 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2022.06.13/!OldVersions/English/USA/README_V1.md b/Docs/Releases/V8/8.2022.06.13/!OldVersions/English/USA/README_V1.md
new file mode 100644
index 0000000..ec75353
--- /dev/null
+++ b/Docs/Releases/V8/8.2022.06.13/!OldVersions/English/USA/README_V1.md
@@ -0,0 +1,20 @@
+
+***
+
+# Version 8 : Release 2022 June 13th
+
+## V8.2022.06.13
+
+### About
+
+I made some minor changes to this template today.
+
+I created a separate branch for WacOS, a default development branch. I have been skeptical of updating other branches, as I fear the changes I make are too destructive.
+
+This release wasn't tagged, as I don't feel like tagging releases on this project.
+
+***
+
+**File version:** `1 (2022, Monday, June 13th at 5:01 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2022.06.13/README.md b/Docs/Releases/V8/8.2022.06.13/README.md
new file mode 100644
index 0000000..ec75353
--- /dev/null
+++ b/Docs/Releases/V8/8.2022.06.13/README.md
@@ -0,0 +1,20 @@
+
+***
+
+# Version 8 : Release 2022 June 13th
+
+## V8.2022.06.13
+
+### About
+
+I made some minor changes to this template today.
+
+I created a separate branch for WacOS, a default development branch. I have been skeptical of updating other branches, as I fear the changes I make are too destructive.
+
+This release wasn't tagged, as I don't feel like tagging releases on this project.
+
+***
+
+**File version:** `1 (2022, Monday, June 13th at 5:01 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2022.12.07/OldVersions/English/USA/README_V1.md b/Docs/Releases/V8/8.2022.12.07/OldVersions/English/USA/README_V1.md
new file mode 100644
index 0000000..e9b5dd0
--- /dev/null
+++ b/Docs/Releases/V8/8.2022.12.07/OldVersions/English/USA/README_V1.md
@@ -0,0 +1,21 @@
+
+***
+
+# Version 8 : Release 2022 December 7th
+
+## V8.2022.12.07
+
+### About
+
+This was a long overdue update. Only 2 branches were modified, but important changes to them were made.
+
+* I updated the `Template-Other` branch, so that its functionality is on par with the current development method. Issue templates, a second funding file, 404 pages, and updates to `/.github/` were added.
+* I updated the `Template-SNU-ProgrammingTools` branch, so that its functionality is on par with the current development method. Issue templates, a second funding file, 404 pages, git config file renaming, additional licensing, a `/docs/` folder, pull request templates, a security file, and updates to `/.github/` were added.
+
+This release wasn't tagged, as I don't feel like tagging releases on this project.
+
+***
+
+**File version:** `1 (2022, Wednesday, December 7th at 4:53 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2022.12.07/README.md b/Docs/Releases/V8/8.2022.12.07/README.md
new file mode 100644
index 0000000..e9b5dd0
--- /dev/null
+++ b/Docs/Releases/V8/8.2022.12.07/README.md
@@ -0,0 +1,21 @@
+
+***
+
+# Version 8 : Release 2022 December 7th
+
+## V8.2022.12.07
+
+### About
+
+This was a long overdue update. Only 2 branches were modified, but important changes to them were made.
+
+* I updated the `Template-Other` branch, so that its functionality is on par with the current development method. Issue templates, a second funding file, 404 pages, and updates to `/.github/` were added.
+* I updated the `Template-SNU-ProgrammingTools` branch, so that its functionality is on par with the current development method. Issue templates, a second funding file, 404 pages, git config file renaming, additional licensing, a `/docs/` folder, pull request templates, a security file, and updates to `/.github/` were added.
+
+This release wasn't tagged, as I don't feel like tagging releases on this project.
+
+***
+
+**File version:** `1 (2022, Wednesday, December 7th at 4:53 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2022.6.28/OldVersions/English/USA/README_V1.md b/Docs/Releases/V8/8.2022.6.28/OldVersions/English/USA/README_V1.md
new file mode 100644
index 0000000..03c4c0a
--- /dev/null
+++ b/Docs/Releases/V8/8.2022.6.28/OldVersions/English/USA/README_V1.md
@@ -0,0 +1,20 @@
+
+***
+
+# Version 8 : Release 2022 June 28th
+
+## V8.2022.06.28
+
+### About
+
+I made some minor changes to this template today.
+
+I updated the `Template-Other` branch, so that its functionality is on par with the `WacOS-Other` branch. I have been skeptical of updating other branches, as I fear the changes I make are too destructive. I no longer am skeptical on tis.
+
+This release wasn't tagged, as I don't feel like tagging releases on this project.
+
+***
+
+**File version:** `1 (2022, Tuesday, June 28th at 2:40 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2022.6.28/README.md b/Docs/Releases/V8/8.2022.6.28/README.md
new file mode 100644
index 0000000..03c4c0a
--- /dev/null
+++ b/Docs/Releases/V8/8.2022.6.28/README.md
@@ -0,0 +1,20 @@
+
+***
+
+# Version 8 : Release 2022 June 28th
+
+## V8.2022.06.28
+
+### About
+
+I made some minor changes to this template today.
+
+I updated the `Template-Other` branch, so that its functionality is on par with the `WacOS-Other` branch. I have been skeptical of updating other branches, as I fear the changes I make are too destructive. I no longer am skeptical on tis.
+
+This release wasn't tagged, as I don't feel like tagging releases on this project.
+
+***
+
+**File version:** `1 (2022, Tuesday, June 28th at 2:40 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2023.03.06/OldVersions/English/USA/README_V1.md b/Docs/Releases/V8/8.2023.03.06/OldVersions/English/USA/README_V1.md
new file mode 100644
index 0000000..d4df4a6
--- /dev/null
+++ b/Docs/Releases/V8/8.2023.03.06/OldVersions/English/USA/README_V1.md
@@ -0,0 +1,21 @@
+
+***
+
+# Version 8 : Release 2023 March 6th
+
+## V8.2023.03.06
+
+### About
+
+This was a minor update that was heavily delayed by over 3 months. It includes the followng changes:
+
+- [x] The branches [`Template-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Other/) and [`Template-SNU-Programming-Tools`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SNU-Programming-Tools/) have the following 2 additions: `AUTOMATE2001.yaml` and `/OldVersions/AUTOMATE2001/AUTOMATE2001_V1.yaml`
+- [x] The 404 files were added to the root of the [`main`](https://github.com/seanpm2001/Git-Template_V8/tree/main/) branch to signal what language the sub-branches will first start out with, and so that it matches the rest of the branches.
+
+This release wasn't tagged, as I don't feel like tagging releases on this project anymore.
+
+***
+
+**File version:** `1 (2023, Monday, March 6th at 9:50 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2023.03.06/README.md b/Docs/Releases/V8/8.2023.03.06/README.md
new file mode 100644
index 0000000..d4df4a6
--- /dev/null
+++ b/Docs/Releases/V8/8.2023.03.06/README.md
@@ -0,0 +1,21 @@
+
+***
+
+# Version 8 : Release 2023 March 6th
+
+## V8.2023.03.06
+
+### About
+
+This was a minor update that was heavily delayed by over 3 months. It includes the followng changes:
+
+- [x] The branches [`Template-Other`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-Other/) and [`Template-SNU-Programming-Tools`](https://github.com/seanpm2001/Git-Template_V8/tree/Template-SNU-Programming-Tools/) have the following 2 additions: `AUTOMATE2001.yaml` and `/OldVersions/AUTOMATE2001/AUTOMATE2001_V1.yaml`
+- [x] The 404 files were added to the root of the [`main`](https://github.com/seanpm2001/Git-Template_V8/tree/main/) branch to signal what language the sub-branches will first start out with, and so that it matches the rest of the branches.
+
+This release wasn't tagged, as I don't feel like tagging releases on this project anymore.
+
+***
+
+**File version:** `1 (2023, Monday, March 6th at 9:50 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2023.05.03/OldVersions/README/English/USA/README.txt b/Docs/Releases/V8/8.2023.05.03/OldVersions/README/English/USA/README.txt
new file mode 100644
index 0000000..fa933d2
--- /dev/null
+++ b/Docs/Releases/V8/8.2023.05.03/OldVersions/README/English/USA/README.txt
@@ -0,0 +1,41 @@
+
+***
+
+# Version 8 : Release 2023 May 3rd
+
+## V8.2023.05.03
+
+### About
+
+This was a major update to the template set. The following changes were made:
+
+- [x] `Template-Other` was modernized, making use of file previews within the `/`.github/` and `/OldVersions/` directories.
+- - [x] `ROOTFILES.base` was added
+- - [x] `AUTHORS.md` `CREDITS.wiki` and `INSTALL.rst` were added
+- - [x] `/.gitlab/` was added
+- - [x] `gitlab-ci.yml` was added
+- - [x] `desktop.ini` was added
+- - [x] A YAML Linting workflow was introduced
+- [x] 4 new template branches were created, inheriting changes from above, branches of which include:
+- - [x] `Template-AI2001`
+- - [x] `Template-Candroid`
+- - [x] `Template-GDScript-Other`
+- - [x] `Template-UkraineHistorySimulator-Other`
+
+Some other changes were made to the main branch, such as:
+
+- [x] File previews within [`/OldVersions/`](/OldVersions/) [`/.github/`](/.github/) and [`/Docs/`](/Docs/) were added
+- [x] A predecessors page, which lists all of the predecessors to the V8 template
+- [x] 1 pull request was archived, but I didn't go for the last 7, as it felt pointless without gathering commit information
+- [x] The docs were updated to include info of this release.
+- [x] The `/Branches/` documentation was updated
+
+I wanted to do more today, but I didn't have the time, as I waited a long time before resuming work.
+
+This release wasn't tagged, as I don't feel like tagging releases on this project anymore.
+
+***
+
+**File version:** `1 (2023, Wednesday, May 3rd at 8:02 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2023.05.03/OldVersions/README/English/USA/README_V1.md b/Docs/Releases/V8/8.2023.05.03/OldVersions/README/English/USA/README_V1.md
new file mode 100644
index 0000000..fa933d2
--- /dev/null
+++ b/Docs/Releases/V8/8.2023.05.03/OldVersions/README/English/USA/README_V1.md
@@ -0,0 +1,41 @@
+
+***
+
+# Version 8 : Release 2023 May 3rd
+
+## V8.2023.05.03
+
+### About
+
+This was a major update to the template set. The following changes were made:
+
+- [x] `Template-Other` was modernized, making use of file previews within the `/`.github/` and `/OldVersions/` directories.
+- - [x] `ROOTFILES.base` was added
+- - [x] `AUTHORS.md` `CREDITS.wiki` and `INSTALL.rst` were added
+- - [x] `/.gitlab/` was added
+- - [x] `gitlab-ci.yml` was added
+- - [x] `desktop.ini` was added
+- - [x] A YAML Linting workflow was introduced
+- [x] 4 new template branches were created, inheriting changes from above, branches of which include:
+- - [x] `Template-AI2001`
+- - [x] `Template-Candroid`
+- - [x] `Template-GDScript-Other`
+- - [x] `Template-UkraineHistorySimulator-Other`
+
+Some other changes were made to the main branch, such as:
+
+- [x] File previews within [`/OldVersions/`](/OldVersions/) [`/.github/`](/.github/) and [`/Docs/`](/Docs/) were added
+- [x] A predecessors page, which lists all of the predecessors to the V8 template
+- [x] 1 pull request was archived, but I didn't go for the last 7, as it felt pointless without gathering commit information
+- [x] The docs were updated to include info of this release.
+- [x] The `/Branches/` documentation was updated
+
+I wanted to do more today, but I didn't have the time, as I waited a long time before resuming work.
+
+This release wasn't tagged, as I don't feel like tagging releases on this project anymore.
+
+***
+
+**File version:** `1 (2023, Wednesday, May 3rd at 8:02 pm PST)`
+
+***
diff --git a/Docs/Releases/V8/8.2023.05.03/README.md b/Docs/Releases/V8/8.2023.05.03/README.md
new file mode 100644
index 0000000..fa933d2
--- /dev/null
+++ b/Docs/Releases/V8/8.2023.05.03/README.md
@@ -0,0 +1,41 @@
+
+***
+
+# Version 8 : Release 2023 May 3rd
+
+## V8.2023.05.03
+
+### About
+
+This was a major update to the template set. The following changes were made:
+
+- [x] `Template-Other` was modernized, making use of file previews within the `/`.github/` and `/OldVersions/` directories.
+- - [x] `ROOTFILES.base` was added
+- - [x] `AUTHORS.md` `CREDITS.wiki` and `INSTALL.rst` were added
+- - [x] `/.gitlab/` was added
+- - [x] `gitlab-ci.yml` was added
+- - [x] `desktop.ini` was added
+- - [x] A YAML Linting workflow was introduced
+- [x] 4 new template branches were created, inheriting changes from above, branches of which include:
+- - [x] `Template-AI2001`
+- - [x] `Template-Candroid`
+- - [x] `Template-GDScript-Other`
+- - [x] `Template-UkraineHistorySimulator-Other`
+
+Some other changes were made to the main branch, such as:
+
+- [x] File previews within [`/OldVersions/`](/OldVersions/) [`/.github/`](/.github/) and [`/Docs/`](/Docs/) were added
+- [x] A predecessors page, which lists all of the predecessors to the V8 template
+- [x] 1 pull request was archived, but I didn't go for the last 7, as it felt pointless without gathering commit information
+- [x] The docs were updated to include info of this release.
+- [x] The `/Branches/` documentation was updated
+
+I wanted to do more today, but I didn't have the time, as I waited a long time before resuming work.
+
+This release wasn't tagged, as I don't feel like tagging releases on this project anymore.
+
+***
+
+**File version:** `1 (2023, Wednesday, May 3rd at 8:02 pm PST)`
+
+***
diff --git a/Docs/V9_Considerations/OldVersions/English/US/1/1-100/README.txt b/Docs/V9_Considerations/OldVersions/English/US/1/1-100/README.txt
new file mode 100644
index 0000000..470abaf
--- /dev/null
+++ b/Docs/V9_Considerations/OldVersions/English/US/1/1-100/README.txt
@@ -0,0 +1,12 @@
+
+***
+
+# V9 considerations
+
+I have been considering branching off to version 9 for quite some time. I feel like each incremental change I make destroys the reference point for the template. I have just been unsure and undecided on creating a version 9.
+
+***
+
+**File version:** `1 (2022, Saturday, April 16th at 7:31 pm PST)`
+
+***
diff --git a/Docs/V9_Considerations/OldVersions/English/US/1/1-100/README_V1.md b/Docs/V9_Considerations/OldVersions/English/US/1/1-100/README_V1.md
new file mode 100644
index 0000000..470abaf
--- /dev/null
+++ b/Docs/V9_Considerations/OldVersions/English/US/1/1-100/README_V1.md
@@ -0,0 +1,12 @@
+
+***
+
+# V9 considerations
+
+I have been considering branching off to version 9 for quite some time. I feel like each incremental change I make destroys the reference point for the template. I have just been unsure and undecided on creating a version 9.
+
+***
+
+**File version:** `1 (2022, Saturday, April 16th at 7:31 pm PST)`
+
+***
diff --git a/Docs/V9_Considerations/README.md b/Docs/V9_Considerations/README.md
new file mode 100644
index 0000000..470abaf
--- /dev/null
+++ b/Docs/V9_Considerations/README.md
@@ -0,0 +1,12 @@
+
+***
+
+# V9 considerations
+
+I have been considering branching off to version 9 for quite some time. I feel like each incremental change I make destroys the reference point for the template. I have just been unsure and undecided on creating a version 9.
+
+***
+
+**File version:** `1 (2022, Saturday, April 16th at 7:31 pm PST)`
+
+***
diff --git a/Docs/pull_request_template.md b/Docs/pull_request_template.md
deleted file mode 100644
index 6f8bfea..0000000
--- a/Docs/pull_request_template.md
+++ /dev/null
@@ -1,101 +0,0 @@
-
-***
-
-# Creating a pull request
-
-Thank you for taking the time to create a pull request in this repository! Please fill out this form before submitting your PR.
-
-**Note:** you can change the language of the formatting if needed, but it must be valid syntax. Supported languages include: ASCIIDoc, Org mode, Markdown, WikiText, ReStructuredText, Creole, Pod, RDoc, Textile, and plain text. Be sure to change thw `markdown` tag to the appropriate language.
-
-Provide a general summary of your changes in the Title above
-
-```markdown
-Your summary description (title) goes here
-```
-
-## Description
-
-Describe your changes in detail
-
-```markdown
-Your issue description (body) goes here
-```
-
-## Related Issue
-
-- [ ] This project only accepts pull requests related to open issues
-- [ ] If suggesting a new feature or change, please discuss it in an issue first
-- [ ] If fixing a bug, there should be an issue describing it with steps to reproduce
-- [ ] Please link to the issue here:
-
-```markdown
-Link to the issue here, #__
-```
-
-## Motivation and Context
-
-Why is this change required? What problem does it solve?
-
-```markdown
-
-```
-
-## How Has This Been Tested?
-
-- [ ] Please describe in detail how you tested your changes.
-- [ ] Include details of your testing environment, and the tests you ran to.
-- [ ] see how your change affects other areas of the code, etc.
-
-## Screenshots (if appropriate):
-
-Please include the screenshots inside your pull request as well as a local link (hard copy)
-
-**Warning:** `.webp` and `.heif` images are not accepted. Please convert them to a different format (such as PNG, JPG, JPEG, JIF, GIF, TIF, etc.)
-
-**Warning:** Images outside of `/.github/Pull_Requests/Queue/PR/` are not accepted, and will be removed from the PR within 24 hours if not fixed
-
-```markdown
-Remove this section, and only include the links if you use this section. Be sure to delete image fields that are not needed. Max screenshots per PR: 5. Also, if screenshots aren't necessary, please delete this entire section
-
-![Example1](/.github/Pull_Requests/Queue/PR/Image.png)
-![Example2](/.github/Pull_Requests/Queue/PR/Image.png)
-![Example3](/.github/Pull_Requests/Queue/PR/Image.png)
-![Example4](/.github/Pull_Requests/Queue/PR/Image.png)
-![Example5](/.github/Pull_Requests/Queue/PR/Image.png)
-```
-
-## Types of changes
-
-What types of changes does your code introduce? Put an `x` in all the boxes that apply:
-
-- [ ] Bug fix (non-breaking change which fixes an issue)
-- [ ] New feature (non-breaking change which adds functionality)
-- [ ] Breaking change (fix or feature that would cause existing functionality to change)
-
-## Checklist:
-
-Go over all the following points, and put an `x` in all the boxes that apply.
-
-If you're unsure about any of these, don't hesitate to ask. We're here to help!
-
-- [ ] My source code (if source code is provided) follows the source code style of this project.
-- [ ] My change requires a change to the documentation.
-- [ ] My change does not delete necessary files
-- [ ] I have updated the documentation accordingly.
-- [ ] I have read the [**`CONTRIBUTING`**](/CONTRIBUTING.md) document in my spoken language, and understand the terms
-- [ ] I have added tests to cover my changes.
-- [ ] I have gone through all the steps, and have thoroughly read the instructions
-
-***
-
-<!-- Template info
-
-Pull request template
-
-Version 1 (2022, Thursday, May 19th at 5:47 pm PST)
-
-File type: Markdown document (*.md *.mkd *.mdown *.markdown)
-
-Line count (including blank lines and compiler line): 102
-
-!-->
diff --git a/GitHub-Pages-Default b/GitHub-Pages-Default
new file mode 100644
index 0000000..3231967
--- /dev/null
+++ b/GitHub-Pages-Default
@@ -0,0 +1 @@
+# GitHub pages default branch
diff --git a/GitHub-Pages-Language b/GitHub-Pages-Language
new file mode 100644
index 0000000..d2544f3
--- /dev/null
+++ b/GitHub-Pages-Language
@@ -0,0 +1 @@
+# GitHub-Pages-Language branch
diff --git a/JMAP b/JMAP
new file mode 100644
index 0000000..b58a223
--- /dev/null
+++ b/JMAP
@@ -0,0 +1 @@
+# Journaling map
diff --git a/Journaling b/Journaling
new file mode 100644
index 0000000..151038f
--- /dev/null
+++ b/Journaling
@@ -0,0 +1 @@
+# Journaling branch
diff --git a/Meadows-Branch b/Meadows-Branch
new file mode 100644
index 0000000..b0772b1
--- /dev/null
+++ b/Meadows-Branch
@@ -0,0 +1 @@
+# Meadows-Branch
diff --git a/Objective-CSharp_1024pxIcon_V1_HighCompression.png b/Objective-CSharp_1024pxIcon_V1_HighCompression.png
deleted file mode 100644
index 4e54253..0000000
Binary files a/Objective-CSharp_1024pxIcon_V1_HighCompression.png and /dev/null differ
diff --git a/OldVersions/!USING_THIS_TEMPLATE/!USING_THIS_TEMPLATE_V1.md b/OldVersions/!USING_THIS_TEMPLATE/!USING_THIS_TEMPLATE_V1.md
new file mode 100644
index 0000000..6b921bc
--- /dev/null
+++ b/OldVersions/!USING_THIS_TEMPLATE/!USING_THIS_TEMPLATE_V1.md
@@ -0,0 +1,54 @@
+
+***
+
+# Using this template
+
+Starting with version 8 of my series of templatesl, all the templates have been combined into one via Git branches.
+
+# WARNING
+
+Before you complete forking this project, please make sure you have followed the following instructions, or this template will be of no use to you.
+
+_The DeGoogle V2 template was used as a reference, as I haven't transformed the V8 template into a template yet at the time of writing this, and I needed a quick reference._
+
+![/Setup/Graphics/Use-this-template-button.png](/Setup/Graphics/Use-this-template-button.png)
+
+Click on the [use this template] button (don't fork the project)
+
+![/Setup/Graphics/Include-Branches_Unchecked.png](/Setup/Graphics/Include-Branches_Unchecked.png)
+
+Scroll down to the bottom and find this checkbox.
+
+![/Setup/Graphics/Include-Branches_Checked.png](/Setup/Graphics/Include-Branches_Checked.png)
+
+Check the box (this will fork all the branches required to use this set of templates.
+
+## How to use this template
+
+Once you have completed the template process listed above, you will have a fresh new repository with all the templates. The default branch is `main` but it is of no use for the template process.
+
+There are currently 11 other branches. You can delete all the branches you don't want to use and set your preferred one as the default branch, or you can just switch the default branch to your preference.
+
+Here is a guide to the 11 template branches:
+
+`Template-SPM2001-Journaling` - This is my personal default journaling template for the Seanpm2001 life archive project
+
+`Template-SPM2001-Map` - This is my personal map data journaling template for the Seanpm2001 life archive project
+
+`Template-Snapcraft` - This is the snapcraft template for creating snap packages.
+
+`Template-SNU-Programming-Tools` - This is the SNU Programming Tools template for SNU projects related to the IDE collection set.
+
+`Template-SNU-Other` - This is a miscellaneous SNU template for other SNU projects.
+
+`Template-SNU-Default` - This is the default SNU template for general SNU projects.
+
+`Template-Meadows` - This is the template for the Meadows operating system project for its subprojects.
+
+`Template-GitHub-Pages-language` - This is my GitHub pages template for language category organizations.
+
+`Template-GitHub-Pages-default` - This is my GitHub pages template for general projects.
+
+`Template-DeGoogle` - This is my template for my DeGoogle article project series.
+
+***
diff --git a/OldVersions/!USING_THIS_TEMPLATE/!USING_THIS_TEMPLATE_V2.md b/OldVersions/!USING_THIS_TEMPLATE/!USING_THIS_TEMPLATE_V2.md
new file mode 100644
index 0000000..2fb3379
--- /dev/null
+++ b/OldVersions/!USING_THIS_TEMPLATE/!USING_THIS_TEMPLATE_V2.md
@@ -0,0 +1,56 @@
+
+***
+
+# Using this template
+
+Starting with version 8 of my series of templatesl, all the templates have been combined into one via Git branches.
+
+# WARNING
+
+Before you complete forking this project, please make sure you have followed the following instructions, or this template will be of no use to you.
+
+_The DeGoogle V2 template was used as a reference, as I haven't transformed the V8 template into a template yet at the time of writing this, and I needed a quick reference._
+
+![/Setup/Graphics/Use-this-template-button.png](/Setup/Graphics/Use-this-template-button.png)
+
+Click on the [use this template] button (don't fork the project)
+
+![/Setup/Graphics/Include-Branches_Unchecked.png](/Setup/Graphics/Include-Branches_Unchecked.png)
+
+Scroll down to the bottom and find this checkbox.
+
+![/Setup/Graphics/Include-Branches_Checked.png](/Setup/Graphics/Include-Branches_Checked.png)
+
+Check the box (this will fork all the branches required to use this set of templates.
+
+## How to use this template
+
+Once you have completed the template process listed above, you will have a fresh new repository with all the templates. The default branch is `main` but it is of no use for the template process.
+
+There are currently 11 other branches. You can delete all the branches you don't want to use and set your preferred one as the default branch, or you can just switch the default branch to your preference.
+
+Here is a guide to the 11 template branches:
+
+`Template-SPM2001-Journaling` - This is my personal default journaling template for the Seanpm2001 life archive project
+
+`Template-SPM2001-Map` - This is my personal map data journaling template for the Seanpm2001 life archive project
+
+`Template-Snapcraft` - This is the snapcraft template for creating snap packages.
+
+`Template-SNU-Programming-Tools` - This is the SNU Programming Tools template for SNU projects related to the IDE collection set.
+
+`Template-SNU-Other` - This is a miscellaneous SNU template for other SNU projects.
+
+`Template-SNU-Default` - This is the default SNU template for general SNU projects.
+
+`Template-Meadows` - This is the template for the Meadows operating system project for its subprojects.
+
+`Template-GitHub-Pages-language` - This is my GitHub pages template for language category organizations.
+
+`Template-GitHub-Pages-default` - This is my GitHub pages template for general projects.
+
+`Template-DeGoogle` - This is my template for my DeGoogle article project series.
+
+`Template-Other` - This is my template for my other projects that don't fall under the other categories.
+
+***
diff --git a/OldVersions/!USING_THIS_TEMPLATE/README.md b/OldVersions/!USING_THIS_TEMPLATE/README.md
new file mode 100644
index 0000000..2fb3379
--- /dev/null
+++ b/OldVersions/!USING_THIS_TEMPLATE/README.md
@@ -0,0 +1,56 @@
+
+***
+
+# Using this template
+
+Starting with version 8 of my series of templatesl, all the templates have been combined into one via Git branches.
+
+# WARNING
+
+Before you complete forking this project, please make sure you have followed the following instructions, or this template will be of no use to you.
+
+_The DeGoogle V2 template was used as a reference, as I haven't transformed the V8 template into a template yet at the time of writing this, and I needed a quick reference._
+
+![/Setup/Graphics/Use-this-template-button.png](/Setup/Graphics/Use-this-template-button.png)
+
+Click on the [use this template] button (don't fork the project)
+
+![/Setup/Graphics/Include-Branches_Unchecked.png](/Setup/Graphics/Include-Branches_Unchecked.png)
+
+Scroll down to the bottom and find this checkbox.
+
+![/Setup/Graphics/Include-Branches_Checked.png](/Setup/Graphics/Include-Branches_Checked.png)
+
+Check the box (this will fork all the branches required to use this set of templates.
+
+## How to use this template
+
+Once you have completed the template process listed above, you will have a fresh new repository with all the templates. The default branch is `main` but it is of no use for the template process.
+
+There are currently 11 other branches. You can delete all the branches you don't want to use and set your preferred one as the default branch, or you can just switch the default branch to your preference.
+
+Here is a guide to the 11 template branches:
+
+`Template-SPM2001-Journaling` - This is my personal default journaling template for the Seanpm2001 life archive project
+
+`Template-SPM2001-Map` - This is my personal map data journaling template for the Seanpm2001 life archive project
+
+`Template-Snapcraft` - This is the snapcraft template for creating snap packages.
+
+`Template-SNU-Programming-Tools` - This is the SNU Programming Tools template for SNU projects related to the IDE collection set.
+
+`Template-SNU-Other` - This is a miscellaneous SNU template for other SNU projects.
+
+`Template-SNU-Default` - This is the default SNU template for general SNU projects.
+
+`Template-Meadows` - This is the template for the Meadows operating system project for its subprojects.
+
+`Template-GitHub-Pages-language` - This is my GitHub pages template for language category organizations.
+
+`Template-GitHub-Pages-default` - This is my GitHub pages template for general projects.
+
+`Template-DeGoogle` - This is my template for my DeGoogle article project series.
+
+`Template-Other` - This is my template for my other projects that don't fall under the other categories.
+
+***
diff --git a/OldVersions/Desktop.ini/README.ini b/OldVersions/Desktop.ini/README.ini
deleted file mode 100644
index 60bde10..0000000
--- a/OldVersions/Desktop.ini/README.ini
+++ /dev/null
@@ -1,18 +0,0 @@
-# Start of script
-
-# Sample INI file
-
-[.ShellClassInfo]
-ConfirmFileOp=0
-NoSharing=1
-IconFile=/
-IconIndex=0
-InfoTip="Miscellaneous project from @seanpm2001 [WRITE A BETTER DESCRIPTION HERE"
-
-# File info
-
-# File type: Windows INI file [desktop.ini] (*.ini)
-# File version: 1 (2023, Wednesday, May 3rd at 6:09 pm PST)
-# Line count (including blank lines and compiler line): 19
-
-# End of script
diff --git a/OldVersions/Desktop.ini/V1_desktop.ini b/OldVersions/Desktop.ini/V1_desktop.ini
deleted file mode 100644
index 60bde10..0000000
--- a/OldVersions/Desktop.ini/V1_desktop.ini
+++ /dev/null
@@ -1,18 +0,0 @@
-# Start of script
-
-# Sample INI file
-
-[.ShellClassInfo]
-ConfirmFileOp=0
-NoSharing=1
-IconFile=/
-IconIndex=0
-InfoTip="Miscellaneous project from @seanpm2001 [WRITE A BETTER DESCRIPTION HERE"
-
-# File info
-
-# File type: Windows INI file [desktop.ini] (*.ini)
-# File version: 1 (2023, Wednesday, May 3rd at 6:09 pm PST)
-# Line count (including blank lines and compiler line): 19
-
-# End of script
diff --git a/OldVersions/EDITORCONFIG/1/1-100/README.cfg b/OldVersions/EDITORCONFIG/1/1-100/README.cfg
index 02d797a..5262048 100644
--- a/OldVersions/EDITORCONFIG/1/1-100/README.cfg
+++ b/OldVersions/EDITORCONFIG/1/1-100/README.cfg
@@ -1,11 +1,9 @@
 # Start of script
 
-# Editor configuration file for Seanpm2001/<projectName> 
-# Generated with Git-Template (V8) at branch: /other/
+# Editor configuration file for Seanpm2001/SNU 2D Programming Tools IDE project (V6)
 
 root = true
 
-# All files
 [*]
 indent_style = space
 indent_size = 2
@@ -15,8 +13,7 @@ trim_trailing_whitespace = false
 insert_final_newline = false
 line_wrap_mode = soft wrap
 
-# Markdown document
-[*.md *.mkd *.mdown *.markdown]
+[*.md]
 indent_style = space
 indent_size = 2
 end_of_line = lf
@@ -25,7 +22,6 @@ trim_trailing_whitespace = false
 insert_final_newline = false
 line_wrap_mode = soft wrap
 
-# YAML (YAML Ain't Markup Language) source code
 [*.yml *.yaml]
 indent_style = space
 indent_size = 2
@@ -35,7 +31,6 @@ trim_trailing_whitespace = false
 insert_final_newline = false
 line_wrap_mode = soft wrap
 
-# Plain Text document
 [*.txt]
 indent_style = space
 indent_size = 2
@@ -45,8 +40,7 @@ trim_trailing_whitespace = false
 insert_final_newline = false
 line_wrap_mode = soft wrap
 
-# Makefile (GNU Make)
-[*.mk *.mak *.make *.makefile]
+[*.mk]
 indent_style = space
 indent_size = 2
 end_of_line = lf
@@ -55,38 +49,7 @@ trim_trailing_whitespace = false
 insert_final_newline = false
 line_wrap_mode = soft wrap
 
-# HTML (HyperText Markup Language) document
-[*.htm *.html *.mhtm *.mhtml *.xhtm *.xhtml]
-indent_style = space
-indent_size = 2
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = false
-insert_final_newline = false
-line_wrap_mode = soft wrap
-
-# SVG (Scalable Vector Graphics) image file
-[*.svg]
-indent_style = space
-indent_size = 2
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = false
-insert_final_newline = false
-line_wrap_mode = soft wrap
-
-# Git configuration files
-[*.gitignore *.gitattributes *.editorconfig]
-indent_style = space
-indent_size = 2
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = false
-insert_final_newline = false
-line_wrap_mode = soft wrap
-
-# Binary image files
-[*.png *.pns *.jpg *.jpeg *.jfif *.jif *.jp2 *.gif *.tif *.tiff *.bmp *.dib]
+[*.htm *.html]
 indent_style = space
 indent_size = 2
 end_of_line = lf
@@ -98,7 +61,7 @@ line_wrap_mode = soft wrap
 # File info
 
 # File type: Editorconfig file (*.editorconfig)
-# File version: 3 (Monday, 2021 November 29th at 2:48 pm)
-# Line count (including blank lines and compiler line): 105
+# File version: 1 (Monday, 2021 August 23rd at 6:19 pm)
+# Line count (including blank lines and compiler line): 68
 
 # End of script
diff --git a/OldVersions/EDITORCONFIG/1/1-100/V3.editorconfig b/OldVersions/EDITORCONFIG/1/1-100/V3.editorconfig
deleted file mode 100644
index 02d797a..0000000
--- a/OldVersions/EDITORCONFIG/1/1-100/V3.editorconfig
+++ /dev/null
@@ -1,104 +0,0 @@
-# Start of script
-
-# Editor configuration file for Seanpm2001/<projectName> 
-# Generated with Git-Template (V8) at branch: /other/
-
-root = true
-
-# All files
-[*]
-indent_style = space
-indent_size = 2
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = false
-insert_final_newline = false
-line_wrap_mode = soft wrap
-
-# Markdown document
-[*.md *.mkd *.mdown *.markdown]
-indent_style = space
-indent_size = 2
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = false
-insert_final_newline = false
-line_wrap_mode = soft wrap
-
-# YAML (YAML Ain't Markup Language) source code
-[*.yml *.yaml]
-indent_style = space
-indent_size = 2
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = false
-insert_final_newline = false
-line_wrap_mode = soft wrap
-
-# Plain Text document
-[*.txt]
-indent_style = space
-indent_size = 2
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = false
-insert_final_newline = false
-line_wrap_mode = soft wrap
-
-# Makefile (GNU Make)
-[*.mk *.mak *.make *.makefile]
-indent_style = space
-indent_size = 2
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = false
-insert_final_newline = false
-line_wrap_mode = soft wrap
-
-# HTML (HyperText Markup Language) document
-[*.htm *.html *.mhtm *.mhtml *.xhtm *.xhtml]
-indent_style = space
-indent_size = 2
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = false
-insert_final_newline = false
-line_wrap_mode = soft wrap
-
-# SVG (Scalable Vector Graphics) image file
-[*.svg]
-indent_style = space
-indent_size = 2
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = false
-insert_final_newline = false
-line_wrap_mode = soft wrap
-
-# Git configuration files
-[*.gitignore *.gitattributes *.editorconfig]
-indent_style = space
-indent_size = 2
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = false
-insert_final_newline = false
-line_wrap_mode = soft wrap
-
-# Binary image files
-[*.png *.pns *.jpg *.jpeg *.jfif *.jif *.jp2 *.gif *.tif *.tiff *.bmp *.dib]
-indent_style = space
-indent_size = 2
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = false
-insert_final_newline = false
-line_wrap_mode = soft wrap
-
-# File info
-
-# File type: Editorconfig file (*.editorconfig)
-# File version: 3 (Monday, 2021 November 29th at 2:48 pm)
-# Line count (including blank lines and compiler line): 105
-
-# End of script
diff --git a/OldVersions/GITATTRIBUTES/1/1-100/README.cfg b/OldVersions/GITATTRIBUTES/1/1-100/README.cfg
index 5380a58..56ef881 100644
--- a/OldVersions/GITATTRIBUTES/1/1-100/README.cfg
+++ b/OldVersions/GITATTRIBUTES/1/1-100/README.cfg
@@ -5,168 +5,27 @@
 # .gitattributes
 # and nothing else, no characters before, no characters after
 # Start of linguist script
-# HTML (HyperText Markup Language) document
+# HTML (Duplicate, as it is already detected by GitHub Linguist by default)
 *.htm linguist-detectable=true
 *.htm linguist-documentation=false
-*.htm linguist-language=HTML
 *.html linguist-detectable=true
 *.html linguist-documentation=false
-*.html linguist-language=HTML
-*.mhtm linguist-detectable=true
-*.mhtm linguist-documentation=false
-*.mhtm linguist-language=HTML
-*.mhtml linguist-detectable=true
-*.mhtml linguist-documentation=false
-*.mhtml linguist-language=HTML
-*.xhtm linguist-detectable=true
-*.xhtm linguist-documentation=false
-*.xhtm linguist-language=HTML
-*.xhtml linguist-detectable=true
-*.xhtml linguist-documentation=false
-*.xhtml linguist-language=HTML
-# HTA (HTML Application) file
-*.hta linguist-detectable=true
-*.hta linguist-documentation=false
-*.hta linguist-language=HTML
-# CSS (Cascade Styling Sheets) stylesheet file
-*.css linguist-detectable=true
-*.css linguist-documentation=false
-*.css linguist-language=CSS
-# Less stylesheet file
-*.less linguist-detectable=true
-*.less linguist-documentation=false
-*.less linguist-language=Less
-# JSON (JavaScript Object Notation) source file
-*.json linguist-detectable=false
-*.json linguist-documentation=false
-*.json linguist-language=JSON
-# WebVTT subtitle file
-*.vtt linguist-detectable=true
-*.vtt linguist-documentation=false
-*.vtt linguist-language=WebVTT
-# SubRip subtitle file
-*.srt linguist-detectable=true
-*.srt linguist-documentation=false
-*.srt linguist-language=SubRip-Text
-# YAML (YAML Ain't Markup Language) document
 # Do not include, as it would become a dominant language that shouldn't be the language people refer this project to
 *.yml linguist-detectable=false
 *.yml linguist-documentation=false
-*.yml linguist-language=YAML
 *.yaml linguist-detectable=false
 *.yaml linguist-documentation=false
-*.yaml linguist-language=YAML
 # Markdown
-*.md linguist-detectable=true
+# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
+*.md linguist-detectable=false
 *.md linguist-documentation=false
-*.md linguist-language=Markdown
-*.mkd linguist-detectable=true
-*.mkd linguist-documentation=false
-*.mkd linguist-language=Markdown
-*.mdown linguist-detectable=true
-*.mdown linguist-documentation=false
-*.mdown linguist-language=Markdown
-*.markdown linguist-detectable=true
-*.markdown linguist-documentation=false
-*.markdown linguist-language=Markdown
 # Makefile (GNU Make)
 # Do not include, as it is not needed to be shown
 *.mk linguist-detectable=false
 *.mk linguist-documentation=false
-*.mk linguist-language=Makefile
-*.mak linguist-detectable=false
-*.mak linguist-documentation=false
-*.mak linguist-language=Makefile
-*.make linguist-detectable=false
-*.make linguist-documentation=false
-*.make linguist-language=Makefile
-*.makefile linguist-detectable=false
-*.makefile linguist-documentation=false
-*.makefile linguist-language=Makefile
-# SVG (Scalable Vector Graphics) image file
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.svg linguist-detectable=false
-*.svg linguist-documentation=false
-*.svg linguist-language=SVG
-# Git Configuration files
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.gitattributes linguist-detectable=false
-*.gitattributes linguist-documentation=false
-*.gitignore linguist-detectable=false
-*.gitignore linguist-documentation=false
-*.editorconfig linguist-detectable=false
-*.editorconfig linguist-documentation=false
-# Plain Text document
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.txt linguist-detectable=false
-*.txt linguist-documentation=false
-*.txt linguist-language=Plain-Text
-# ReStructuredText
-*.rst linguist-detectable=false
-*.rst linguist-documentation=false
-*.rst linguist-language=ReStructured-Text
-# WikiText
-*.wiki linguist-detectable=false
-*.wiki linguist-documentation=false
-*.wiki linguist-language=WikiText
-# BibTeX
-*.bib linguist-detectable=false
-*.bib linguist-documentation=false
-*.bib linguist-language=BibTeX
-# TeX
-*.tex linguist-detectable=false
-*.tex linguist-documentation=false
-*.tex linguist-language=TeX
-# Desktop entry
-*.desktop linguist-detectable=false
-*.desktop linguist-documentation=false
-*.desktop linguist-language=desktop
-# INI/CFG
-*.ini linguist-detectable=false
-*.ini linguist-documentation=false
-*.ini linguist-language=INI
-*.cfg linguist-detectable=false
-*.cfg linguist-documentation=false
-*.cfg linguist-language=INI
-# CFF
-*.cff linguist-detectable=false
-*.cff linguist-documentation=false
-*.cff linguist-language=Citation-File-Format
-# PNG/PNS
-*.png linguist-detectable=false
-*.png linguist-documentation=false
-*.png linguist-language=PNG
-*.pns linguist-detectable=false
-*.pns linguist-documentation=false
-*.pns linguist-language=PNG
-# JPG/JPEG/JFIF/JIF
-*.jpg linguist-detectable=false
-*.jpg linguist-documentation=false
-*.jpg linguist-language=JPEG
-*.jpeg linguist-detectable=false
-*.jpeg linguist-documentation=false
-*.jpeg linguist-language=JPEG
-*.jfif linguist-detectable=false
-*.jfif linguist-documentation=false
-*.jfif linguist-language=JPEG
-*.jif linguist-detectable=false
-*.jif linguist-documentation=false
-*.jif linguist-language=JPEG
-# JP2 (JPEG 2000)
-*.jp2 linguist-detectable=false
-*.jp2 linguist-documentation=false
-*.jp2 linguist-language=JPEG-2000
-# GIF
-*.gif linguist-detectable=false
-*.gif linguist-documentation=false
-*.gif linguist-language=GIF
-
 # End of linguist script
-
 # File info
-
-# File type: gitattributes file (*.gitattributes)
-# File version: 5 (2023, Tuesday, August 22nd at 2:38 pm PST)
-# Line count (including blank lines and compiler line): 173
-
+# File type: .gitattributes file
+# File version: 1 (Monday, 2021 August 23rd at 4:17 pm)
+# Line count (including blank lines and compiler line): 32
 # End of script
diff --git a/OldVersions/GITATTRIBUTES/1/1-100/V2.gitattributes b/OldVersions/GITATTRIBUTES/1/1-100/V2.gitattributes
deleted file mode 100644
index 5bf9b11..0000000
--- a/OldVersions/GITATTRIBUTES/1/1-100/V2.gitattributes
+++ /dev/null
@@ -1,68 +0,0 @@
-# Start of script
-# .gitattributes
-# This file defines what languages can show up in the GitHub linguist menu (the menu that tells you what percentage each language is using up on this project.
-# Some non-programming languages must be included manually with this file. Want to create your own? Do something similar to what is done here, and name the file
-# .gitattributes
-# and nothing else, no characters before, no characters after
-# Start of linguist script
-# HTML (Duplicate, as it is already detected by GitHub Linguist by default)
-*.htm linguist-detectable=true
-*.htm linguist-documentation=false
-*.html linguist-detectable=true
-*.html linguist-documentation=false
-*.mhtm linguist-detectable=true
-*.mhtm linguist-documentation=false
-*.mhtml linguist-detectable=true
-*.mhtml linguist-documentation=false
-*.xhtm linguist-detectable=true
-*.xhtm linguist-documentation=false
-*.xhtml linguist-detectable=true
-*.xhtml linguist-documentation=false
-# YAML (YAML Ain't Markup Language) document
-# Do not include, as it would become a dominant language that shouldn't be the language people refer this project to
-*.yml linguist-detectable=false
-*.yml linguist-documentation=false
-*.yaml linguist-detectable=false
-*.yaml linguist-documentation=false
-# Markdown
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.md linguist-detectable=false
-*.md linguist-documentation=false
-*.mkd linguist-detectable=false
-*.mkd linguist-documentation=false
-*.mdown linguist-detectable=false
-*.mdown linguist-documentation=false
-*.markdown linguist-detectable=false
-*.markdown linguist-documentation=false
-# Makefile (GNU Make)
-# Do not include, as it is not needed to be shown
-*.mk linguist-detectable=false
-*.mk linguist-documentation=false
-*.mak linguist-detectable=false
-*.mak linguist-documentation=false
-*.make linguist-detectable=false
-*.make linguist-documentation=false
-*.makefile linguist-detectable=false
-*.makefile linguist-documentation=false
-# SVG (Scalable Vector Graphics) image file
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.svg linguist-detectable=false
-*.svg linguist-documentation=false
-# Git Configuration files
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.gitattributes linguist-detectable=false
-*.gitattributes linguist-documentation=false
-*.gitignore linguist-detectable=false
-*.gitignore linguist-documentation=false
-*.editorconfig linguist-detectable=false
-*.editorconfig linguist-documentation=false
-# Plain Text document
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.txt linguist-detectable=false
-*.txt linguist-documentation=false
-# End of linguist script
-# File info
-# File type: gitattributes file (.gitattributes)
-# File version: 2 (Monday, 2021 November 29th at 2:56 pm)
-# Line count (including blank lines and compiler line): 69
-# End of script
diff --git a/OldVersions/GITATTRIBUTES/1/1-100/V3.gitattributes b/OldVersions/GITATTRIBUTES/1/1-100/V3.gitattributes
deleted file mode 100644
index 08e523e..0000000
--- a/OldVersions/GITATTRIBUTES/1/1-100/V3.gitattributes
+++ /dev/null
@@ -1,118 +0,0 @@
-# Start of script
-# .gitattributes
-# This file defines what languages can show up in the GitHub linguist menu (the menu that tells you what percentage each language is using up on this project.
-# Some non-programming languages must be included manually with this file. Want to create your own? Do something similar to what is done here, and name the file
-# .gitattributes
-# and nothing else, no characters before, no characters after
-# Start of linguist script
-# HTML (HyperText Markup Language) document
-*.htm linguist-detectable=true
-*.htm linguist-documentation=false
-*.html linguist-detectable=true
-*.html linguist-documentation=false
-*.mhtm linguist-detectable=true
-*.mhtm linguist-documentation=false
-*.mhtml linguist-detectable=true
-*.mhtml linguist-documentation=false
-*.xhtm linguist-detectable=true
-*.xhtm linguist-documentation=false
-*.xhtml linguist-detectable=true
-*.xhtml linguist-documentation=false
-# HTA (HTML Application) file
-*.hta linguist-detectable=true
-*.hta linguist-documentation=false
-# CSS (Cascade Styling Sheets) stylesheet file
-*.css linguist-detectable=true
-*.css linguist-documentation=false
-# Less stylesheet file
-*.less linguist-detectable=true
-*.less linguist-documentation=false
-# QML (QT Modeling Language) source file
-*.qml linguist-detectable=true
-*.qml linguist-documentation=false
-# JS (JavaScript) source file
-*.js linguist-detectable=true
-*.js linguist-documentation=false
-# JSON (JavaScript Object Notation) source file
-*.json linguist-detectable=true
-*.json linguist-documentation=false
-# PHP (PHP HyperText Preprocessor) source file
-*.php linguist-detectable=true
-*.php linguist-documentation=false
-# Pug source file
-*.pug linguist-detectable=true
-*.pug linguist-documentation=false
-# Python source file
-*.py linguist-detectable=true
-*.py linguist-documentation=false
-# Mustache source file
-*.mustache linguist-detectable=true
-*.mustache linguist-documentation=false
-# Handlebars source file
-*.handlebars linguist-detectable=true
-*.handlebars linguist-documentation=false
-*.hbs linguist-detectable=true
-*.hbs linguist-documentation=false
-# WebVTT subtitle file
-*.vtt linguist-detectable=true
-*.vtt linguist-documentation=false
-# SubRip subtitle file
-*.srt linguist-detectable=true
-*.srt linguist-documentation=false
-# Ruby source file
-*.rb linguist-detectable=true
-*.rb linguist-documentation=false
-*.rake linguist-detectable=true
-*.rake linguist-documentation=false
-*.rakefile linguist-detectable=true
-*.rakefile linguist-documentation=false
-*gemfile linguist-detectable=true
-*gemfile linguist-documentation=false
-# YAML (YAML Ain't Markup Language) document
-# Do not include, as it would become a dominant language that shouldn't be the language people refer this project to
-*.yml linguist-detectable=false
-*.yml linguist-documentation=false
-*.yaml linguist-detectable=false
-*.yaml linguist-documentation=false
-# Markdown
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.md linguist-detectable=false
-*.md linguist-documentation=false
-*.mkd linguist-detectable=false
-*.mkd linguist-documentation=false
-*.mdown linguist-detectable=false
-*.mdown linguist-documentation=false
-*.markdown linguist-detectable=false
-*.markdown linguist-documentation=false
-# Makefile (GNU Make)
-# Do not include, as it is not needed to be shown
-*.mk linguist-detectable=false
-*.mk linguist-documentation=false
-*.mak linguist-detectable=false
-*.mak linguist-documentation=false
-*.make linguist-detectable=false
-*.make linguist-documentation=false
-*.makefile linguist-detectable=false
-*.makefile linguist-documentation=false
-# SVG (Scalable Vector Graphics) image file
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.svg linguist-detectable=false
-*.svg linguist-documentation=false
-# Git Configuration files
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.gitattributes linguist-detectable=false
-*.gitattributes linguist-documentation=false
-*.gitignore linguist-detectable=false
-*.gitignore linguist-documentation=false
-*.editorconfig linguist-detectable=false
-*.editorconfig linguist-documentation=false
-# Plain Text document
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.txt linguist-detectable=false
-*.txt linguist-documentation=false
-# End of linguist script
-# File info
-# File type: gitattributes file (.gitattributes)
-# File version: 3 (Monday, 2021 November 29th at 3:14 pm)
-# Line count (including blank lines and compiler line): 119
-# End of script
diff --git a/OldVersions/GITATTRIBUTES/1/1-100/V4.gitattributes b/OldVersions/GITATTRIBUTES/1/1-100/V4.gitattributes
deleted file mode 100644
index 10cc239..0000000
--- a/OldVersions/GITATTRIBUTES/1/1-100/V4.gitattributes
+++ /dev/null
@@ -1,170 +0,0 @@
-# Start of script
-# .gitattributes
-# This file defines what languages can show up in the GitHub linguist menu (the menu that tells you what percentage each language is using up on this project.
-# Some non-programming languages must be included manually with this file. Want to create your own? Do something similar to what is done here, and name the file
-# .gitattributes
-# and nothing else, no characters before, no characters after
-# Start of linguist script
-# HTML (HyperText Markup Language) document
-*.htm linguist-detectable=true
-*.htm linguist-documentation=false
-*.htm linguist-language=HTML
-*.html linguist-detectable=true
-*.html linguist-documentation=false
-*.html linguist-language=HTML
-*.mhtm linguist-detectable=true
-*.mhtm linguist-documentation=false
-*.mhtm linguist-language=HTML
-*.mhtml linguist-detectable=true
-*.mhtml linguist-documentation=false
-*.mhtml linguist-language=HTML
-*.xhtm linguist-detectable=true
-*.xhtm linguist-documentation=false
-*.xhtm linguist-language=HTML
-*.xhtml linguist-detectable=true
-*.xhtml linguist-documentation=false
-*.xhtml linguist-language=HTML
-# HTA (HTML Application) file
-*.hta linguist-detectable=true
-*.hta linguist-documentation=false
-*.hta linguist-language=HTML
-# CSS (Cascade Styling Sheets) stylesheet file
-*.css linguist-detectable=true
-*.css linguist-documentation=false
-*.css linguist-language=CSS
-# Less stylesheet file
-*.less linguist-detectable=true
-*.less linguist-documentation=false
-*.less linguist-language=Less
-# JSON (JavaScript Object Notation) source file
-*.json linguist-detectable=false
-*.json linguist-documentation=false
-*.json linguist-language=JSON
-# WebVTT subtitle file
-*.vtt linguist-detectable=true
-*.vtt linguist-documentation=false
-*.vtt linguist-language=WebVTT
-# SubRip subtitle file
-*.srt linguist-detectable=true
-*.srt linguist-documentation=false
-*.srt linguist-language=SubRip-Text
-# YAML (YAML Ain't Markup Language) document
-# Do not include, as it would become a dominant language that shouldn't be the language people refer this project to
-*.yml linguist-detectable=false
-*.yml linguist-documentation=false
-*.yml linguist-language=YAML
-*.yaml linguist-detectable=false
-*.yaml linguist-documentation=false
-*.yaml linguist-language=YAML
-# Markdown
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.md linguist-detectable=false
-*.md linguist-documentation=false
-*.md linguist-language=Markdown
-*.mkd linguist-detectable=false
-*.mkd linguist-documentation=false
-*.mkd linguist-language=Markdown
-*.mdown linguist-detectable=false
-*.mdown linguist-documentation=false
-*.mdown linguist-language=Markdown
-*.markdown linguist-detectable=false
-*.markdown linguist-documentation=false
-*.markdown linguist-language=Markdown
-# Makefile (GNU Make)
-# Do not include, as it is not needed to be shown
-*.mk linguist-detectable=false
-*.mk linguist-documentation=false
-*.mk linguist-language=Makefile
-*.mak linguist-detectable=false
-*.mak linguist-documentation=false
-*.mak linguist-language=Makefile
-*.make linguist-detectable=false
-*.make linguist-documentation=false
-*.make linguist-language=Makefile
-*.makefile linguist-detectable=false
-*.makefile linguist-documentation=false
-*.makefile linguist-language=Makefile
-# SVG (Scalable Vector Graphics) image file
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.svg linguist-detectable=false
-*.svg linguist-documentation=false
-*.svg linguist-language=SVG
-# Git Configuration files
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.gitattributes linguist-detectable=false
-*.gitattributes linguist-documentation=false
-*.gitignore linguist-detectable=false
-*.gitignore linguist-documentation=false
-*.editorconfig linguist-detectable=false
-*.editorconfig linguist-documentation=false
-# Plain Text document
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.txt linguist-detectable=false
-*.txt linguist-documentation=false
-*.txt linguist-language=Plain-Text
-# ReStructuredText
-*.rst linguist-detectable=false
-*.rst linguist-documentation=false
-*.rst linguist-language=ReStructured-Text
-# WikiText
-*.wiki linguist-detectable=false
-*.wiki linguist-documentation=false
-*.wiki linguist-language=WikiText
-# BibTeX
-*.bib linguist-detectable=false
-*.bib linguist-documentation=false
-*.bib linguist-language=BibTeX
-# TeX
-*.tex linguist-detectable=false
-*.tex linguist-documentation=false
-*.tex linguist-language=TeX
-# Desktop entry
-*.desktop linguist-detectable=false
-*.desktop linguist-documentation=false
-*.desktop linguist-language=desktop
-# INI/CFG
-*.ini linguist-detectable=false
-*.ini linguist-documentation=false
-*.ini linguist-language=INI
-*.cfg linguist-detectable=false
-*.cfg linguist-documentation=false
-*.cfg linguist-language=INI
-# CFF
-*.cff linguist-detectable=false
-*.cff linguist-documentation=false
-*.cff linguist-language=Citation-File-Format
-# PNG/PNS
-*.png linguist-detectable=false
-*.png linguist-documentation=false
-*.png linguist-language=PNG
-*.pns linguist-detectable=false
-*.pns linguist-documentation=false
-*.pns linguist-language=PNG
-# JPG/JPEG/JFIF/JIF
-*.jpg linguist-detectable=false
-*.jpg linguist-documentation=false
-*.jpg linguist-language=JPEG
-*.jpeg linguist-detectable=false
-*.jpeg linguist-documentation=false
-*.jpeg linguist-language=JPEG
-*.jfif linguist-detectable=false
-*.jfif linguist-documentation=false
-*.jfif linguist-language=JPEG
-*.jif linguist-detectable=false
-*.jif linguist-documentation=false
-*.jif linguist-language=JPEG
-# JP2 (JPEG 2000)
-*.jp2 linguist-detectable=false
-*.jp2 linguist-documentation=false
-*.jp2 linguist-language=JPEG-2000
-# GIF
-*.gif linguist-detectable=false
-*.gif linguist-documentation=false
-*.gif linguist-language=GIF
-# End of linguist script
-
-# File info
-# File type: gitattributes file (.gitattributes)
-# File version: 4 (2022, Tuesday, June 28th at 2:32 pm PST)
-# Line count (including blank lines and compiler line): 171
-# End of script
diff --git a/OldVersions/GITATTRIBUTES/1/1-100/V5.gitattributes b/OldVersions/GITATTRIBUTES/1/1-100/V5.gitattributes
deleted file mode 100644
index 5380a58..0000000
--- a/OldVersions/GITATTRIBUTES/1/1-100/V5.gitattributes
+++ /dev/null
@@ -1,172 +0,0 @@
-# Start of script
-# .gitattributes
-# This file defines what languages can show up in the GitHub linguist menu (the menu that tells you what percentage each language is using up on this project.
-# Some non-programming languages must be included manually with this file. Want to create your own? Do something similar to what is done here, and name the file
-# .gitattributes
-# and nothing else, no characters before, no characters after
-# Start of linguist script
-# HTML (HyperText Markup Language) document
-*.htm linguist-detectable=true
-*.htm linguist-documentation=false
-*.htm linguist-language=HTML
-*.html linguist-detectable=true
-*.html linguist-documentation=false
-*.html linguist-language=HTML
-*.mhtm linguist-detectable=true
-*.mhtm linguist-documentation=false
-*.mhtm linguist-language=HTML
-*.mhtml linguist-detectable=true
-*.mhtml linguist-documentation=false
-*.mhtml linguist-language=HTML
-*.xhtm linguist-detectable=true
-*.xhtm linguist-documentation=false
-*.xhtm linguist-language=HTML
-*.xhtml linguist-detectable=true
-*.xhtml linguist-documentation=false
-*.xhtml linguist-language=HTML
-# HTA (HTML Application) file
-*.hta linguist-detectable=true
-*.hta linguist-documentation=false
-*.hta linguist-language=HTML
-# CSS (Cascade Styling Sheets) stylesheet file
-*.css linguist-detectable=true
-*.css linguist-documentation=false
-*.css linguist-language=CSS
-# Less stylesheet file
-*.less linguist-detectable=true
-*.less linguist-documentation=false
-*.less linguist-language=Less
-# JSON (JavaScript Object Notation) source file
-*.json linguist-detectable=false
-*.json linguist-documentation=false
-*.json linguist-language=JSON
-# WebVTT subtitle file
-*.vtt linguist-detectable=true
-*.vtt linguist-documentation=false
-*.vtt linguist-language=WebVTT
-# SubRip subtitle file
-*.srt linguist-detectable=true
-*.srt linguist-documentation=false
-*.srt linguist-language=SubRip-Text
-# YAML (YAML Ain't Markup Language) document
-# Do not include, as it would become a dominant language that shouldn't be the language people refer this project to
-*.yml linguist-detectable=false
-*.yml linguist-documentation=false
-*.yml linguist-language=YAML
-*.yaml linguist-detectable=false
-*.yaml linguist-documentation=false
-*.yaml linguist-language=YAML
-# Markdown
-*.md linguist-detectable=true
-*.md linguist-documentation=false
-*.md linguist-language=Markdown
-*.mkd linguist-detectable=true
-*.mkd linguist-documentation=false
-*.mkd linguist-language=Markdown
-*.mdown linguist-detectable=true
-*.mdown linguist-documentation=false
-*.mdown linguist-language=Markdown
-*.markdown linguist-detectable=true
-*.markdown linguist-documentation=false
-*.markdown linguist-language=Markdown
-# Makefile (GNU Make)
-# Do not include, as it is not needed to be shown
-*.mk linguist-detectable=false
-*.mk linguist-documentation=false
-*.mk linguist-language=Makefile
-*.mak linguist-detectable=false
-*.mak linguist-documentation=false
-*.mak linguist-language=Makefile
-*.make linguist-detectable=false
-*.make linguist-documentation=false
-*.make linguist-language=Makefile
-*.makefile linguist-detectable=false
-*.makefile linguist-documentation=false
-*.makefile linguist-language=Makefile
-# SVG (Scalable Vector Graphics) image file
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.svg linguist-detectable=false
-*.svg linguist-documentation=false
-*.svg linguist-language=SVG
-# Git Configuration files
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.gitattributes linguist-detectable=false
-*.gitattributes linguist-documentation=false
-*.gitignore linguist-detectable=false
-*.gitignore linguist-documentation=false
-*.editorconfig linguist-detectable=false
-*.editorconfig linguist-documentation=false
-# Plain Text document
-# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
-*.txt linguist-detectable=false
-*.txt linguist-documentation=false
-*.txt linguist-language=Plain-Text
-# ReStructuredText
-*.rst linguist-detectable=false
-*.rst linguist-documentation=false
-*.rst linguist-language=ReStructured-Text
-# WikiText
-*.wiki linguist-detectable=false
-*.wiki linguist-documentation=false
-*.wiki linguist-language=WikiText
-# BibTeX
-*.bib linguist-detectable=false
-*.bib linguist-documentation=false
-*.bib linguist-language=BibTeX
-# TeX
-*.tex linguist-detectable=false
-*.tex linguist-documentation=false
-*.tex linguist-language=TeX
-# Desktop entry
-*.desktop linguist-detectable=false
-*.desktop linguist-documentation=false
-*.desktop linguist-language=desktop
-# INI/CFG
-*.ini linguist-detectable=false
-*.ini linguist-documentation=false
-*.ini linguist-language=INI
-*.cfg linguist-detectable=false
-*.cfg linguist-documentation=false
-*.cfg linguist-language=INI
-# CFF
-*.cff linguist-detectable=false
-*.cff linguist-documentation=false
-*.cff linguist-language=Citation-File-Format
-# PNG/PNS
-*.png linguist-detectable=false
-*.png linguist-documentation=false
-*.png linguist-language=PNG
-*.pns linguist-detectable=false
-*.pns linguist-documentation=false
-*.pns linguist-language=PNG
-# JPG/JPEG/JFIF/JIF
-*.jpg linguist-detectable=false
-*.jpg linguist-documentation=false
-*.jpg linguist-language=JPEG
-*.jpeg linguist-detectable=false
-*.jpeg linguist-documentation=false
-*.jpeg linguist-language=JPEG
-*.jfif linguist-detectable=false
-*.jfif linguist-documentation=false
-*.jfif linguist-language=JPEG
-*.jif linguist-detectable=false
-*.jif linguist-documentation=false
-*.jif linguist-language=JPEG
-# JP2 (JPEG 2000)
-*.jp2 linguist-detectable=false
-*.jp2 linguist-documentation=false
-*.jp2 linguist-language=JPEG-2000
-# GIF
-*.gif linguist-detectable=false
-*.gif linguist-documentation=false
-*.gif linguist-language=GIF
-
-# End of linguist script
-
-# File info
-
-# File type: gitattributes file (*.gitattributes)
-# File version: 5 (2023, Tuesday, August 22nd at 2:38 pm PST)
-# Line count (including blank lines and compiler line): 173
-
-# End of script
diff --git a/OldVersions/GitLab-CI/README.yaml b/OldVersions/GitLab-CI/README.yaml
deleted file mode 100644
index 61e96a9..0000000
--- a/OldVersions/GitLab-CI/README.yaml
+++ /dev/null
@@ -1,18 +0,0 @@
-# Sampled from https://gitlab.wikimedia.org/toolforge-repos/wiki-gpt/-/blob/main/.gitlab-ci.yml
-workflow:
-  rules:
-    - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
-
-stages:
-  - build-commit
-
-build:
-  stage: build-commit
-  before_script:
-    - apt-get update -q -y && apt-get install -y git python3-pip
-  script:
-    - pip3 install pre-commit
-    - pre-commit run --all-files
-  artifacts:
-    untracked: true
-# File version: 1 (2023, Wednesday, May 3rd at 6:04 pm PST)
diff --git a/OldVersions/GitLab-CI/gitlab-ci_V1.yml b/OldVersions/GitLab-CI/gitlab-ci_V1.yml
deleted file mode 100644
index 61e96a9..0000000
--- a/OldVersions/GitLab-CI/gitlab-ci_V1.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-# Sampled from https://gitlab.wikimedia.org/toolforge-repos/wiki-gpt/-/blob/main/.gitlab-ci.yml
-workflow:
-  rules:
-    - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
-
-stages:
-  - build-commit
-
-build:
-  stage: build-commit
-  before_script:
-    - apt-get update -q -y && apt-get install -y git python3-pip
-  script:
-    - pip3 install pre-commit
-    - pre-commit run --all-files
-  artifacts:
-    untracked: true
-# File version: 1 (2023, Wednesday, May 3rd at 6:04 pm PST)
diff --git a/OldVersions/ISSUE_TEMPLATE/CONFIG/YML/README.yaml b/OldVersions/ISSUE_TEMPLATE/CONFIG/YML/README.yaml
deleted file mode 100644
index 52481b0..0000000
--- a/OldVersions/ISSUE_TEMPLATE/CONFIG/YML/README.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-blank_issues_enabled: false
-contact_links:
-  - name: I want to help develop
-    url: https://github.com/seanpm2001/Teams/discussions/
-    about: Thank you for your interest in this project! Please consider joining a team to start developing with me
-  - name: I want to help translate
-    url: https://github.com/seanpm2001/Teams/discussions/
-    about: Thank you for your interest in this project! Please consider joining a team to start translating projects with me
-
-# File info
-# File version: 1 (2022, Thursday, May 19th at 7:07 pm PST)
-# File type: GitHub issue template config file (*.yml)
-# Line count (including blank lines and compiler line): 14
diff --git a/OldVersions/ISSUE_TEMPLATE/CONFIG/YML/V1_config.yml b/OldVersions/ISSUE_TEMPLATE/CONFIG/YML/V1_config.yml
deleted file mode 100644
index 52481b0..0000000
--- a/OldVersions/ISSUE_TEMPLATE/CONFIG/YML/V1_config.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-blank_issues_enabled: false
-contact_links:
-  - name: I want to help develop
-    url: https://github.com/seanpm2001/Teams/discussions/
-    about: Thank you for your interest in this project! Please consider joining a team to start developing with me
-  - name: I want to help translate
-    url: https://github.com/seanpm2001/Teams/discussions/
-    about: Thank you for your interest in this project! Please consider joining a team to start translating projects with me
-
-# File info
-# File version: 1 (2022, Thursday, May 19th at 7:07 pm PST)
-# File type: GitHub issue template config file (*.yml)
-# Line count (including blank lines and compiler line): 14
diff --git a/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/README.yaml b/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/README.yaml
deleted file mode 100644
index 8fb2d06..0000000
--- a/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/README.yaml
+++ /dev/null
@@ -1,200 +0,0 @@
-name: General issue
-description: Report a bug or other issue/Opening an issue in this SNU Programming Tools IDE project
-body:
-  - type: markdown
-    attributes:
-      value: |
-        Unknown
-  - type: checkboxes
-    attributes:
-      label: Prerequisites
-      description: |
-        To rule out invalid issues, confirm and check each one of the checkboxes.
-      options:
-        - label: I verified that this is not an existing issue
-          required: true
-        - label: This is not a [question, poll, or discussion](https://github.com/seanpm2001/SNU_2D_ProgrammingTools/discussions/)
-          required: true
-        - label: I checked the [documentation](https://github.com/seanpm2001/SNU_2D_ProgrammingTools/tree/master/Docs/) to understand that the issue I report is not a normal behavior
-          required: true
-    validations:
-      required: true
-   
-  - type: checkboxes
-    attributes:
-      label: I tried to reproduce the issue when...
-      options:
-        - label: The repository was downloaded to my device/was viewing through the web browser
-          required: true
-        - label: I was using the latest version of the project
-          required: true
-        - label: I was using the version from the right source
-          required: false
-        - label: I did not modify the project
-          required: false
-  - type: textarea
-    attributes:
-      label: Description
-      description: Description of the bug or feature. Please also list the version of the programming language you tested with.
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Steps to Reproduce
-      placeholder: |
-        1. [First Step]
-        2. [Second Step]
-        3. [and so on...]
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Expected Results
-      description: What you expected to happen, example - no error is thrown
-      placeholder: |
-        1. [First Step]
-        2. [Second Step]
-        3. [and so on...]
-      validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Actual results
-      description: What actually happened, error is thrown
-    validations:
-      required: true  
-
-  - type: input
-    attributes:
-      label: Git-image repository version
-    validations:
-      required: true
-
-  - type: checkboxes
-    attributes:
-      label: Browsers effected, please open an issue in [SNU BrowserNose](https://github.com/seanpm2001/SNU_BrowserNose) as well, if BrowserNose fails to do the task.
-      options:
-        label: Tor
-        required: false
-        label: Mozilla Firefox
-        required: false
-        label: SeaMonkey
-        required: false
-        label: Pale Moon
-        required: false
-        label: TenFourFox
-        required: false
-        label: Konquerer
-        required: false
-        label: Line Mode Browser
-        required: false
-        label: IceWeasel/IceCat
-        required: false
-        label: IceRaven
-        required: false
-        label: DuckDuckGo
-        required: false
-        label: Safari
-        required: false
-        label: Netscape Navigator
-        required: false
-        label: Nexus
-        required: false
-        label: SlimJet
-        required: false
-        label: AOL Explorer
-        required: false
-        label: Opera Mini
-        required: false
-        label: Android stock browser
-        required: false
-        label: Dot browser
-        required: false
-        label: Microsoft Edge
-        required: false
-        label: Opera
-        required: false
-        label: Samsung Internet
-        required: false
-        label: Google Chrome
-        required: false
-        label: Google Chromium
-        required: false
-        label: Internet Explorer
-        required: false
-        label: Other
-        required: false
-        validations:
-          required: true
-
-  - type: input
-    attributes:
-      label: Specify the specific browser version down to the last number (example Firefox 88.0.1esr)
-    validations:
-      required: true
-
-  - type: checkboxes
-    attributes:
-      label: I am running this repository in a virtual machine...
-      options:
-        - label: Yes (with Oracle VM VirtualBox)
-          required: false
-        - label: Yes (with VMWare)
-          required: false
-        - label: Yes (with Hyper-V)
-          required: false
-        - label: Yes (with Qemu)
-          required: false
-        - label: Yes (with another virtual machine option that isn't listed)
-          required: false
-        - label: No (I am running it on my host computer)
-          required: false
-
-  - type: textarea
-    attributes:
-      label: Additional virtual machine configuration
-      placeholder: |
-        Sample (overwrite this)
-        Microsoft Windows XP Service Pack 3
-        Registry modification for activation
-        Internet Explorer 6
-        VirtualBox 6.1.20 (64 bit)
-        512 MB RAM
-        32 Gigabyte disk space
-        Host operating system: Kubuntu 22.04
-        VirtualBox guest additions? Installed
-        Internet type: Broadband
-        Specific error: Page won't load, things aren't displaying correctly, see above validations:
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Version used
-      placeholder: |
-        What version are you using? (supported versions only)
-    validations:
-      required: true
-
-    attributes:
-      label: Validate issue
-      options:
-        - label: I have filled out all the fields
-          required: true
-        - label: I agree to the terms of the [GPL3 license](https://www.gnu.org/licenses/gpl-3.0.en.html)
-          required: true
-        - label: I have confirmed this issue isn't a duplicate
-          required: true         
-        - label: I agree to follow the [code of conduct](https://github.com/seanpm2001/CODE_OF_CONDUCT.md)
-          required: true
-        - label: I want my answer to be archived into the repository
-          required: false
-
-# Issue template info
-# 6B (2022, Thursday, May 19th at 6:59 pm PST)
-# File type: YAML document (*.yml *.yaml)
-# Line  count (including blank lines and compiler line): 201
-# File purpose: Serving as a modern issue template for this project.
diff --git a/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V1.yml b/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V1.yml
deleted file mode 100644
index 5385915..0000000
--- a/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V1.yml
+++ /dev/null
@@ -1,196 +0,0 @@
-name: General issue
-description: Report a bug or other issue/Opening an issue in this SNU Programming Tools IDE project
-body:
-  - type: markdown
-    attributes:
-      value: |
-        Unknown
-  - type: checkboxes
-    attributes:
-      label: Prerequisites
-      description: |
-        To rule out invalid issues, confirm and check each one of the checkboxes.
-      options:
-        - label: I verified that this is not an existing issue
-          required: true
-        - label: This is not a [question, poll, or discussion](https://github.com/seanpm2001/SNU_2D_ProgrammingTools/discussions/)
-          required: true
-        - label: I checked the [documentation](https://github.com/seanpm2001/SNU_2D_ProgrammingTools/tree/master/Docs/) to understand that the issue I report is not a normal behavior
-          required: true
-    validations:
-      required: true
-   
-  - type: checkboxes
-    attributes:
-      label: I tried to reproduce the issue when...
-      options:
-        - label: The repository was downloaded to my device/was viewing through the web browser
-          required: true
-        - label: I was using the latest version of the project
-          required: true
-        - label: I was using the version from the right source
-          required: false
-        - label: I did not modify the project
-          required: false
-  - type: textarea
-    attributes:
-      label: Description
-      description: Description of the bug or feature. Please also list the version of the programming language you tested with.
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Steps to Reproduce
-      placeholder: |
-        1. [First Step]
-        2. [Second Step]
-        3. [and so on...]
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Expected Results
-      description: What you expected to happen, example: no error is thrown
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Actual results
-      description: What actually happened, error is thrown
-    validations:
-      required: true  
-
-  - type: input
-    attributes:
-      label: Git-image repository version
-    validations:
-      required: true
-
-  - type: checkboxes
-    attributes:
-      label: Browsers effected, please open an issue in [SNU BrowserNose](https://github.com/seanpm2001/SNU_BrowserNose) as well, if BrowserNose fails to do the task.
-      options:
-        label: Tor
-        required: false
-        label: Mozilla Firefox
-        required: false
-        label: SeaMonkey
-        required: false
-        label: Pale Moon
-        required: false
-        label: TenFourFox
-        required: false
-        label: Konquerer
-        required: false
-        label: Line Mode Browser
-        required: false
-        label: IceWeasel/IceCat
-        required: false
-        label: IceRaven
-        required: false
-        label: DuckDuckGo
-        required: false
-        label: Safari
-        required: false
-        label: Netscape Navigator
-        required: false
-        label: Nexus
-        required: false
-        label: SlimJet
-        required: false
-        label: AOL Explorer
-        required: false
-        label: Opera Mini
-        required: false
-        label: Android stock browser
-        required: false
-        label: Dot browser
-        required: false
-        label: Microsoft Edge
-        required: false
-        label: Opera
-        required: false
-        label: Samsung Internet
-        required: false
-        label: Google Chrome
-        required: false
-        label: Google Chromium
-        required: false
-        label: Internet Explorer
-        required: false
-        label: Other
-        required: false
-        validations:
-        	required: true
-
-  - type: input
-    attributes:
-      label: Specify the specific browser version down to the last number (example: Firefox 88.0.1esr) and specify if you are running on a desktop or mobile device.
-    validations:
-      required: true
-
-  - type: checkboxes
-    attributes:
-      label: I am running this repository in a virtual machine...
-      options:
-        - label: Yes (with Oracle VM VirtualBox)
-          required: false
-        - label: Yes (with VMWare)
-          required: false
-        - label: Yes (with Hyper-V)
-          required: false
-        - label: Yes (with Qemu)
-          required: false
-        - label: Yes (with another virtual machine option that isn't listed)
-          required: false
-        - label: No (I am running it on my host computer)
-          required: false
-
-  - type: textarea
-    attributes:
-      label: Additional virtual machine configuration
-      placeholder: |
-        Sample (overwrite this)
-        Microsoft Windows XP Service Pack 3
-        Registry modification for activation
-        Internet Explorer 6
-        VirtualBox 6.1.20 (64 bit)
-        512 MB RAM
-        32 Gigabyte disk space
-        Host operating system: Kubuntu 22.04
-        VirtualBox guest additions? Installed
-        Internet type: Broadband
-        Specific error: Page won't load, things aren't displaying correctly, see above validations:
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Version used
-      placeholder: |
-      	What version are you using? (supported versions only)
-    validations:
-      required: true
-
-    attributes:
-      label: Validate issue
-      options:
-        - label: I have filled out all the fields
-          required: true
-        - label: I agree to the terms of the [GPL3 license](https://www.gnu.org/licenses/gpl-3.0.en.html)
-          required: true
-        - label: I have confirmed this issue isn't a duplicate
-          required: true         
-        - label: I agree to follow the [code of conduct](https://github.com/seanpm2001/CODE_OF_CONDUCT.md)
-          required: true
-        - label: I want my answer to be archived into the repository
-          required: false
-
-# Issue template info
-# 1B (2022, Thursday, May 19th at 6:50 pm PST)
-# File type: YAML document (*.yml *.yaml)
-# Line  count (including blank lines and compiler line): 197
-# File purpose: Serving as a modern issue template for this project.
diff --git a/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V2.yml b/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V2.yml
deleted file mode 100644
index 3019b19..0000000
--- a/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V2.yml
+++ /dev/null
@@ -1,194 +0,0 @@
-name: General issue
-description: Report a bug or other issue/Opening an issue in this SNU Programming Tools IDE project
-body:
-  - type: markdown
-    attributes:
-      value: |
-        Unknown
-  - type: checkboxes
-    attributes:
-      label: Prerequisites
-      description: |
-        To rule out invalid issues, confirm and check each one of the checkboxes.
-      options:
-        - label: I verified that this is not an existing issue
-          required: true
-        - label: This is not a [question, poll, or discussion](https://github.com/seanpm2001/SNU_2D_ProgrammingTools/discussions/)
-          required: true
-        - label: I checked the [documentation](https://github.com/seanpm2001/SNU_2D_ProgrammingTools/tree/master/Docs/) to understand that the issue I report is not a normal behavior
-          required: true
-    validations:
-      required: true
-   
-  - type: checkboxes
-    attributes:
-      label: I tried to reproduce the issue when...
-      options:
-        - label: The repository was downloaded to my device/was viewing through the web browser
-          required: true
-        - label: I was using the latest version of the project
-          required: true
-        - label: I was using the version from the right source
-          required: false
-        - label: I did not modify the project
-          required: false
-  - type: textarea
-    attributes:
-      label: Description
-      description: Description of the bug or feature. Please also list the version of the programming language you tested with.
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Steps to Reproduce
-      placeholder: |
-        1. [First Step]
-        2. [Second Step]
-        3. [and so on...]
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Expected Results
-      description: What you expected to happen, example: no error is thrown
-
-  - type: textarea
-    attributes:
-      label: Actual results
-      description: What actually happened, error is thrown
-    validations:
-      required: true  
-
-  - type: input
-    attributes:
-      label: Git-image repository version
-    validations:
-      required: true
-
-  - type: checkboxes
-    attributes:
-      label: Browsers effected, please open an issue in [SNU BrowserNose](https://github.com/seanpm2001/SNU_BrowserNose) as well, if BrowserNose fails to do the task.
-      options:
-        label: Tor
-        required: false
-        label: Mozilla Firefox
-        required: false
-        label: SeaMonkey
-        required: false
-        label: Pale Moon
-        required: false
-        label: TenFourFox
-        required: false
-        label: Konquerer
-        required: false
-        label: Line Mode Browser
-        required: false
-        label: IceWeasel/IceCat
-        required: false
-        label: IceRaven
-        required: false
-        label: DuckDuckGo
-        required: false
-        label: Safari
-        required: false
-        label: Netscape Navigator
-        required: false
-        label: Nexus
-        required: false
-        label: SlimJet
-        required: false
-        label: AOL Explorer
-        required: false
-        label: Opera Mini
-        required: false
-        label: Android stock browser
-        required: false
-        label: Dot browser
-        required: false
-        label: Microsoft Edge
-        required: false
-        label: Opera
-        required: false
-        label: Samsung Internet
-        required: false
-        label: Google Chrome
-        required: false
-        label: Google Chromium
-        required: false
-        label: Internet Explorer
-        required: false
-        label: Other
-        required: false
-        validations:
-        	required: true
-
-  - type: input
-    attributes:
-      label: Specify the specific browser version down to the last number (example: Firefox 88.0.1esr) and specify if you are running on a desktop or mobile device.
-    validations:
-      required: true
-
-  - type: checkboxes
-    attributes:
-      label: I am running this repository in a virtual machine...
-      options:
-        - label: Yes (with Oracle VM VirtualBox)
-          required: false
-        - label: Yes (with VMWare)
-          required: false
-        - label: Yes (with Hyper-V)
-          required: false
-        - label: Yes (with Qemu)
-          required: false
-        - label: Yes (with another virtual machine option that isn't listed)
-          required: false
-        - label: No (I am running it on my host computer)
-          required: false
-
-  - type: textarea
-    attributes:
-      label: Additional virtual machine configuration
-      placeholder: |
-        Sample (overwrite this)
-        Microsoft Windows XP Service Pack 3
-        Registry modification for activation
-        Internet Explorer 6
-        VirtualBox 6.1.20 (64 bit)
-        512 MB RAM
-        32 Gigabyte disk space
-        Host operating system: Kubuntu 22.04
-        VirtualBox guest additions? Installed
-        Internet type: Broadband
-        Specific error: Page won't load, things aren't displaying correctly, see above validations:
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Version used
-      placeholder: |
-      	What version are you using? (supported versions only)
-    validations:
-      required: true
-
-    attributes:
-      label: Validate issue
-      options:
-        - label: I have filled out all the fields
-          required: true
-        - label: I agree to the terms of the [GPL3 license](https://www.gnu.org/licenses/gpl-3.0.en.html)
-          required: true
-        - label: I have confirmed this issue isn't a duplicate
-          required: true         
-        - label: I agree to follow the [code of conduct](https://github.com/seanpm2001/CODE_OF_CONDUCT.md)
-          required: true
-        - label: I want my answer to be archived into the repository
-          required: false
-
-# Issue template info
-# 2B (2022, Thursday, May 19th at 6:52 pm PST)
-# File type: YAML document (*.yml *.yaml)
-# Line  count (including blank lines and compiler line): 195
-# File purpose: Serving as a modern issue template for this project.
diff --git a/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V3.yml b/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V3.yml
deleted file mode 100644
index 4cc9ad6..0000000
--- a/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V3.yml
+++ /dev/null
@@ -1,200 +0,0 @@
-name: General issue
-description: Report a bug or other issue/Opening an issue in this SNU Programming Tools IDE project
-body:
-  - type: markdown
-    attributes:
-      value: |
-        Unknown
-  - type: checkboxes
-    attributes:
-      label: Prerequisites
-      description: |
-        To rule out invalid issues, confirm and check each one of the checkboxes.
-      options:
-        - label: I verified that this is not an existing issue
-          required: true
-        - label: This is not a [question, poll, or discussion](https://github.com/seanpm2001/SNU_2D_ProgrammingTools/discussions/)
-          required: true
-        - label: I checked the [documentation](https://github.com/seanpm2001/SNU_2D_ProgrammingTools/tree/master/Docs/) to understand that the issue I report is not a normal behavior
-          required: true
-    validations:
-      required: true
-   
-  - type: checkboxes
-    attributes:
-      label: I tried to reproduce the issue when...
-      options:
-        - label: The repository was downloaded to my device/was viewing through the web browser
-          required: true
-        - label: I was using the latest version of the project
-          required: true
-        - label: I was using the version from the right source
-          required: false
-        - label: I did not modify the project
-          required: false
-  - type: textarea
-    attributes:
-      label: Description
-      description: Description of the bug or feature. Please also list the version of the programming language you tested with.
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Steps to Reproduce
-      placeholder: |
-        1. [First Step]
-        2. [Second Step]
-        3. [and so on...]
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Expected Results
-      description: What you expected to happen, example - no error is thrown
-      placeholder: |
-        1. [First Step]
-        2. [Second Step]
-        3. [and so on...]
-      validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Actual results
-      description: What actually happened, error is thrown
-    validations:
-      required: true  
-
-  - type: input
-    attributes:
-      label: Git-image repository version
-    validations:
-      required: true
-
-  - type: checkboxes
-    attributes:
-      label: Browsers effected, please open an issue in [SNU BrowserNose](https://github.com/seanpm2001/SNU_BrowserNose) as well, if BrowserNose fails to do the task.
-      options:
-        label: Tor
-        required: false
-        label: Mozilla Firefox
-        required: false
-        label: SeaMonkey
-        required: false
-        label: Pale Moon
-        required: false
-        label: TenFourFox
-        required: false
-        label: Konquerer
-        required: false
-        label: Line Mode Browser
-        required: false
-        label: IceWeasel/IceCat
-        required: false
-        label: IceRaven
-        required: false
-        label: DuckDuckGo
-        required: false
-        label: Safari
-        required: false
-        label: Netscape Navigator
-        required: false
-        label: Nexus
-        required: false
-        label: SlimJet
-        required: false
-        label: AOL Explorer
-        required: false
-        label: Opera Mini
-        required: false
-        label: Android stock browser
-        required: false
-        label: Dot browser
-        required: false
-        label: Microsoft Edge
-        required: false
-        label: Opera
-        required: false
-        label: Samsung Internet
-        required: false
-        label: Google Chrome
-        required: false
-        label: Google Chromium
-        required: false
-        label: Internet Explorer
-        required: false
-        label: Other
-        required: false
-        validations:
-        	required: true
-
-  - type: input
-    attributes:
-      label: Specify the specific browser version down to the last number (example: Firefox 88.0.1esr) and specify if you are running on a desktop or mobile device.
-    validations:
-      required: true
-
-  - type: checkboxes
-    attributes:
-      label: I am running this repository in a virtual machine...
-      options:
-        - label: Yes (with Oracle VM VirtualBox)
-          required: false
-        - label: Yes (with VMWare)
-          required: false
-        - label: Yes (with Hyper-V)
-          required: false
-        - label: Yes (with Qemu)
-          required: false
-        - label: Yes (with another virtual machine option that isn't listed)
-          required: false
-        - label: No (I am running it on my host computer)
-          required: false
-
-  - type: textarea
-    attributes:
-      label: Additional virtual machine configuration
-      placeholder: |
-        Sample (overwrite this)
-        Microsoft Windows XP Service Pack 3
-        Registry modification for activation
-        Internet Explorer 6
-        VirtualBox 6.1.20 (64 bit)
-        512 MB RAM
-        32 Gigabyte disk space
-        Host operating system: Kubuntu 22.04
-        VirtualBox guest additions? Installed
-        Internet type: Broadband
-        Specific error: Page won't load, things aren't displaying correctly, see above validations:
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Version used
-      placeholder: |
-      	What version are you using? (supported versions only)
-    validations:
-      required: true
-
-    attributes:
-      label: Validate issue
-      options:
-        - label: I have filled out all the fields
-          required: true
-        - label: I agree to the terms of the [GPL3 license](https://www.gnu.org/licenses/gpl-3.0.en.html)
-          required: true
-        - label: I have confirmed this issue isn't a duplicate
-          required: true         
-        - label: I agree to follow the [code of conduct](https://github.com/seanpm2001/CODE_OF_CONDUCT.md)
-          required: true
-        - label: I want my answer to be archived into the repository
-          required: false
-
-# Issue template info
-# 3B (2022, Thursday, May 19th at 6:54 pm PST)
-# File type: YAML document (*.yml *.yaml)
-# Line  count (including blank lines and compiler line): 201
-# File purpose: Serving as a modern issue template for this project.
diff --git a/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V4.yml b/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V4.yml
deleted file mode 100644
index e7f6c8b..0000000
--- a/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V4.yml
+++ /dev/null
@@ -1,200 +0,0 @@
-name: General issue
-description: Report a bug or other issue/Opening an issue in this SNU Programming Tools IDE project
-body:
-  - type: markdown
-    attributes:
-      value: |
-        Unknown
-  - type: checkboxes
-    attributes:
-      label: Prerequisites
-      description: |
-        To rule out invalid issues, confirm and check each one of the checkboxes.
-      options:
-        - label: I verified that this is not an existing issue
-          required: true
-        - label: This is not a [question, poll, or discussion](https://github.com/seanpm2001/SNU_2D_ProgrammingTools/discussions/)
-          required: true
-        - label: I checked the [documentation](https://github.com/seanpm2001/SNU_2D_ProgrammingTools/tree/master/Docs/) to understand that the issue I report is not a normal behavior
-          required: true
-    validations:
-      required: true
-   
-  - type: checkboxes
-    attributes:
-      label: I tried to reproduce the issue when...
-      options:
-        - label: The repository was downloaded to my device/was viewing through the web browser
-          required: true
-        - label: I was using the latest version of the project
-          required: true
-        - label: I was using the version from the right source
-          required: false
-        - label: I did not modify the project
-          required: false
-  - type: textarea
-    attributes:
-      label: Description
-      description: Description of the bug or feature. Please also list the version of the programming language you tested with.
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Steps to Reproduce
-      placeholder: |
-        1. [First Step]
-        2. [Second Step]
-        3. [and so on...]
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Expected Results
-      description: What you expected to happen, example - no error is thrown
-      placeholder: |
-        1. [First Step]
-        2. [Second Step]
-        3. [and so on...]
-      validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Actual results
-      description: What actually happened, error is thrown
-    validations:
-      required: true  
-
-  - type: input
-    attributes:
-      label: Git-image repository version
-    validations:
-      required: true
-
-  - type: checkboxes
-    attributes:
-      label: Browsers effected, please open an issue in [SNU BrowserNose](https://github.com/seanpm2001/SNU_BrowserNose) as well, if BrowserNose fails to do the task.
-      options:
-        label: Tor
-        required: false
-        label: Mozilla Firefox
-        required: false
-        label: SeaMonkey
-        required: false
-        label: Pale Moon
-        required: false
-        label: TenFourFox
-        required: false
-        label: Konquerer
-        required: false
-        label: Line Mode Browser
-        required: false
-        label: IceWeasel/IceCat
-        required: false
-        label: IceRaven
-        required: false
-        label: DuckDuckGo
-        required: false
-        label: Safari
-        required: false
-        label: Netscape Navigator
-        required: false
-        label: Nexus
-        required: false
-        label: SlimJet
-        required: false
-        label: AOL Explorer
-        required: false
-        label: Opera Mini
-        required: false
-        label: Android stock browser
-        required: false
-        label: Dot browser
-        required: false
-        label: Microsoft Edge
-        required: false
-        label: Opera
-        required: false
-        label: Samsung Internet
-        required: false
-        label: Google Chrome
-        required: false
-        label: Google Chromium
-        required: false
-        label: Internet Explorer
-        required: false
-        label: Other
-        required: false
-        validations:
-          required: true
-
-  - type: input
-    attributes:
-      label: Specify the specific browser version down to the last number (example: Firefox 88.0.1esr) and specify if you are running on a desktop or mobile device.
-    validations:
-      required: true
-
-  - type: checkboxes
-    attributes:
-      label: I am running this repository in a virtual machine...
-      options:
-        - label: Yes (with Oracle VM VirtualBox)
-          required: false
-        - label: Yes (with VMWare)
-          required: false
-        - label: Yes (with Hyper-V)
-          required: false
-        - label: Yes (with Qemu)
-          required: false
-        - label: Yes (with another virtual machine option that isn't listed)
-          required: false
-        - label: No (I am running it on my host computer)
-          required: false
-
-  - type: textarea
-    attributes:
-      label: Additional virtual machine configuration
-      placeholder: |
-        Sample (overwrite this)
-        Microsoft Windows XP Service Pack 3
-        Registry modification for activation
-        Internet Explorer 6
-        VirtualBox 6.1.20 (64 bit)
-        512 MB RAM
-        32 Gigabyte disk space
-        Host operating system: Kubuntu 22.04
-        VirtualBox guest additions? Installed
-        Internet type: Broadband
-        Specific error: Page won't load, things aren't displaying correctly, see above validations:
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Version used
-      placeholder: |
-      	What version are you using? (supported versions only)
-    validations:
-      required: true
-
-    attributes:
-      label: Validate issue
-      options:
-        - label: I have filled out all the fields
-          required: true
-        - label: I agree to the terms of the [GPL3 license](https://www.gnu.org/licenses/gpl-3.0.en.html)
-          required: true
-        - label: I have confirmed this issue isn't a duplicate
-          required: true         
-        - label: I agree to follow the [code of conduct](https://github.com/seanpm2001/CODE_OF_CONDUCT.md)
-          required: true
-        - label: I want my answer to be archived into the repository
-          required: false
-
-# Issue template info
-# 4B (2022, Thursday, May 19th at 6:56 pm PST)
-# File type: YAML document (*.yml *.yaml)
-# Line  count (including blank lines and compiler line): 201
-# File purpose: Serving as a modern issue template for this project.
diff --git a/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V5.yml b/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V5.yml
deleted file mode 100644
index 3f3f118..0000000
--- a/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V5.yml
+++ /dev/null
@@ -1,200 +0,0 @@
-name: General issue
-description: Report a bug or other issue/Opening an issue in this SNU Programming Tools IDE project
-body:
-  - type: markdown
-    attributes:
-      value: |
-        Unknown
-  - type: checkboxes
-    attributes:
-      label: Prerequisites
-      description: |
-        To rule out invalid issues, confirm and check each one of the checkboxes.
-      options:
-        - label: I verified that this is not an existing issue
-          required: true
-        - label: This is not a [question, poll, or discussion](https://github.com/seanpm2001/SNU_2D_ProgrammingTools/discussions/)
-          required: true
-        - label: I checked the [documentation](https://github.com/seanpm2001/SNU_2D_ProgrammingTools/tree/master/Docs/) to understand that the issue I report is not a normal behavior
-          required: true
-    validations:
-      required: true
-   
-  - type: checkboxes
-    attributes:
-      label: I tried to reproduce the issue when...
-      options:
-        - label: The repository was downloaded to my device/was viewing through the web browser
-          required: true
-        - label: I was using the latest version of the project
-          required: true
-        - label: I was using the version from the right source
-          required: false
-        - label: I did not modify the project
-          required: false
-  - type: textarea
-    attributes:
-      label: Description
-      description: Description of the bug or feature. Please also list the version of the programming language you tested with.
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Steps to Reproduce
-      placeholder: |
-        1. [First Step]
-        2. [Second Step]
-        3. [and so on...]
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Expected Results
-      description: What you expected to happen, example - no error is thrown
-      placeholder: |
-        1. [First Step]
-        2. [Second Step]
-        3. [and so on...]
-      validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Actual results
-      description: What actually happened, error is thrown
-    validations:
-      required: true  
-
-  - type: input
-    attributes:
-      label: Git-image repository version
-    validations:
-      required: true
-
-  - type: checkboxes
-    attributes:
-      label: Browsers effected, please open an issue in [SNU BrowserNose](https://github.com/seanpm2001/SNU_BrowserNose) as well, if BrowserNose fails to do the task.
-      options:
-        label: Tor
-        required: false
-        label: Mozilla Firefox
-        required: false
-        label: SeaMonkey
-        required: false
-        label: Pale Moon
-        required: false
-        label: TenFourFox
-        required: false
-        label: Konquerer
-        required: false
-        label: Line Mode Browser
-        required: false
-        label: IceWeasel/IceCat
-        required: false
-        label: IceRaven
-        required: false
-        label: DuckDuckGo
-        required: false
-        label: Safari
-        required: false
-        label: Netscape Navigator
-        required: false
-        label: Nexus
-        required: false
-        label: SlimJet
-        required: false
-        label: AOL Explorer
-        required: false
-        label: Opera Mini
-        required: false
-        label: Android stock browser
-        required: false
-        label: Dot browser
-        required: false
-        label: Microsoft Edge
-        required: false
-        label: Opera
-        required: false
-        label: Samsung Internet
-        required: false
-        label: Google Chrome
-        required: false
-        label: Google Chromium
-        required: false
-        label: Internet Explorer
-        required: false
-        label: Other
-        required: false
-        validations:
-          required: true
-
-  - type: input
-    attributes:
-      label: Specify the specific browser version down to the last number (example Firefox 88.0.1esr)
-    validations:
-      required: true
-
-  - type: checkboxes
-    attributes:
-      label: I am running this repository in a virtual machine...
-      options:
-        - label: Yes (with Oracle VM VirtualBox)
-          required: false
-        - label: Yes (with VMWare)
-          required: false
-        - label: Yes (with Hyper-V)
-          required: false
-        - label: Yes (with Qemu)
-          required: false
-        - label: Yes (with another virtual machine option that isn't listed)
-          required: false
-        - label: No (I am running it on my host computer)
-          required: false
-
-  - type: textarea
-    attributes:
-      label: Additional virtual machine configuration
-      placeholder: |
-        Sample (overwrite this)
-        Microsoft Windows XP Service Pack 3
-        Registry modification for activation
-        Internet Explorer 6
-        VirtualBox 6.1.20 (64 bit)
-        512 MB RAM
-        32 Gigabyte disk space
-        Host operating system: Kubuntu 22.04
-        VirtualBox guest additions? Installed
-        Internet type: Broadband
-        Specific error: Page won't load, things aren't displaying correctly, see above validations:
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Version used
-      placeholder: |
-      	What version are you using? (supported versions only)
-    validations:
-      required: true
-
-    attributes:
-      label: Validate issue
-      options:
-        - label: I have filled out all the fields
-          required: true
-        - label: I agree to the terms of the [GPL3 license](https://www.gnu.org/licenses/gpl-3.0.en.html)
-          required: true
-        - label: I have confirmed this issue isn't a duplicate
-          required: true         
-        - label: I agree to follow the [code of conduct](https://github.com/seanpm2001/CODE_OF_CONDUCT.md)
-          required: true
-        - label: I want my answer to be archived into the repository
-          required: false
-
-# Issue template info
-# 5B (2022, Thursday, May 19th at 6:58 pm PST)
-# File type: YAML document (*.yml *.yaml)
-# Line  count (including blank lines and compiler line): 201
-# File purpose: Serving as a modern issue template for this project.
diff --git a/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V6.yml b/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V6.yml
deleted file mode 100644
index 8fb2d06..0000000
--- a/OldVersions/ISSUE_TEMPLATE/ISSUE-TEMPLATE/1/1-100/issue-template_V6.yml
+++ /dev/null
@@ -1,200 +0,0 @@
-name: General issue
-description: Report a bug or other issue/Opening an issue in this SNU Programming Tools IDE project
-body:
-  - type: markdown
-    attributes:
-      value: |
-        Unknown
-  - type: checkboxes
-    attributes:
-      label: Prerequisites
-      description: |
-        To rule out invalid issues, confirm and check each one of the checkboxes.
-      options:
-        - label: I verified that this is not an existing issue
-          required: true
-        - label: This is not a [question, poll, or discussion](https://github.com/seanpm2001/SNU_2D_ProgrammingTools/discussions/)
-          required: true
-        - label: I checked the [documentation](https://github.com/seanpm2001/SNU_2D_ProgrammingTools/tree/master/Docs/) to understand that the issue I report is not a normal behavior
-          required: true
-    validations:
-      required: true
-   
-  - type: checkboxes
-    attributes:
-      label: I tried to reproduce the issue when...
-      options:
-        - label: The repository was downloaded to my device/was viewing through the web browser
-          required: true
-        - label: I was using the latest version of the project
-          required: true
-        - label: I was using the version from the right source
-          required: false
-        - label: I did not modify the project
-          required: false
-  - type: textarea
-    attributes:
-      label: Description
-      description: Description of the bug or feature. Please also list the version of the programming language you tested with.
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Steps to Reproduce
-      placeholder: |
-        1. [First Step]
-        2. [Second Step]
-        3. [and so on...]
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Expected Results
-      description: What you expected to happen, example - no error is thrown
-      placeholder: |
-        1. [First Step]
-        2. [Second Step]
-        3. [and so on...]
-      validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Actual results
-      description: What actually happened, error is thrown
-    validations:
-      required: true  
-
-  - type: input
-    attributes:
-      label: Git-image repository version
-    validations:
-      required: true
-
-  - type: checkboxes
-    attributes:
-      label: Browsers effected, please open an issue in [SNU BrowserNose](https://github.com/seanpm2001/SNU_BrowserNose) as well, if BrowserNose fails to do the task.
-      options:
-        label: Tor
-        required: false
-        label: Mozilla Firefox
-        required: false
-        label: SeaMonkey
-        required: false
-        label: Pale Moon
-        required: false
-        label: TenFourFox
-        required: false
-        label: Konquerer
-        required: false
-        label: Line Mode Browser
-        required: false
-        label: IceWeasel/IceCat
-        required: false
-        label: IceRaven
-        required: false
-        label: DuckDuckGo
-        required: false
-        label: Safari
-        required: false
-        label: Netscape Navigator
-        required: false
-        label: Nexus
-        required: false
-        label: SlimJet
-        required: false
-        label: AOL Explorer
-        required: false
-        label: Opera Mini
-        required: false
-        label: Android stock browser
-        required: false
-        label: Dot browser
-        required: false
-        label: Microsoft Edge
-        required: false
-        label: Opera
-        required: false
-        label: Samsung Internet
-        required: false
-        label: Google Chrome
-        required: false
-        label: Google Chromium
-        required: false
-        label: Internet Explorer
-        required: false
-        label: Other
-        required: false
-        validations:
-          required: true
-
-  - type: input
-    attributes:
-      label: Specify the specific browser version down to the last number (example Firefox 88.0.1esr)
-    validations:
-      required: true
-
-  - type: checkboxes
-    attributes:
-      label: I am running this repository in a virtual machine...
-      options:
-        - label: Yes (with Oracle VM VirtualBox)
-          required: false
-        - label: Yes (with VMWare)
-          required: false
-        - label: Yes (with Hyper-V)
-          required: false
-        - label: Yes (with Qemu)
-          required: false
-        - label: Yes (with another virtual machine option that isn't listed)
-          required: false
-        - label: No (I am running it on my host computer)
-          required: false
-
-  - type: textarea
-    attributes:
-      label: Additional virtual machine configuration
-      placeholder: |
-        Sample (overwrite this)
-        Microsoft Windows XP Service Pack 3
-        Registry modification for activation
-        Internet Explorer 6
-        VirtualBox 6.1.20 (64 bit)
-        512 MB RAM
-        32 Gigabyte disk space
-        Host operating system: Kubuntu 22.04
-        VirtualBox guest additions? Installed
-        Internet type: Broadband
-        Specific error: Page won't load, things aren't displaying correctly, see above validations:
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Version used
-      placeholder: |
-        What version are you using? (supported versions only)
-    validations:
-      required: true
-
-    attributes:
-      label: Validate issue
-      options:
-        - label: I have filled out all the fields
-          required: true
-        - label: I agree to the terms of the [GPL3 license](https://www.gnu.org/licenses/gpl-3.0.en.html)
-          required: true
-        - label: I have confirmed this issue isn't a duplicate
-          required: true         
-        - label: I agree to follow the [code of conduct](https://github.com/seanpm2001/CODE_OF_CONDUCT.md)
-          required: true
-        - label: I want my answer to be archived into the repository
-          required: false
-
-# Issue template info
-# 6B (2022, Thursday, May 19th at 6:59 pm PST)
-# File type: YAML document (*.yml *.yaml)
-# Line  count (including blank lines and compiler line): 201
-# File purpose: Serving as a modern issue template for this project.
diff --git a/OldVersions/ISSUE_TEMPLATE/MISCELLANEOUS/YML/README.yaml b/OldVersions/ISSUE_TEMPLATE/MISCELLANEOUS/YML/README.yaml
deleted file mode 100644
index 5541ab1..0000000
--- a/OldVersions/ISSUE_TEMPLATE/MISCELLANEOUS/YML/README.yaml
+++ /dev/null
@@ -1,29 +0,0 @@
-name: Miscellaneous
-description: Write a general issue without too much questioning
-body:
-  - type: markdown
-    attributes:
-      value: |
-        Unknown
-  - type: checkboxes
-    attributes:
-      label: Prerequisites
-      description: |
-        To rule out invalid issues, confirm and check each one of the checkboxes.
-      options:
-        - label: I verified that this is not an existing issue
-          required: true
-        - label: This is not a question, poll, or discussion
-          required: true
-        - label: I checked the documentation to understand that the issue I report is not a normal behavior
-          required: true
-  - type: textarea
-    attributes:
-      label: Description
-      description: Your issue description. Make sure to utilize Markdown to make your life easier :)
-    validations:
-      required: true
-# File info
-# File type: GitHub bug report issue template (*.yml)
-# File version: 1 (2022, Wednesday, November 23rd at 6:31 pm PST)
-# Line count (including blank lines and compiler line): 30
diff --git a/OldVersions/ISSUE_TEMPLATE/MISCELLANEOUS/YML/miscellaneous_V1.yml b/OldVersions/ISSUE_TEMPLATE/MISCELLANEOUS/YML/miscellaneous_V1.yml
deleted file mode 100644
index 5541ab1..0000000
--- a/OldVersions/ISSUE_TEMPLATE/MISCELLANEOUS/YML/miscellaneous_V1.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-name: Miscellaneous
-description: Write a general issue without too much questioning
-body:
-  - type: markdown
-    attributes:
-      value: |
-        Unknown
-  - type: checkboxes
-    attributes:
-      label: Prerequisites
-      description: |
-        To rule out invalid issues, confirm and check each one of the checkboxes.
-      options:
-        - label: I verified that this is not an existing issue
-          required: true
-        - label: This is not a question, poll, or discussion
-          required: true
-        - label: I checked the documentation to understand that the issue I report is not a normal behavior
-          required: true
-  - type: textarea
-    attributes:
-      label: Description
-      description: Your issue description. Make sure to utilize Markdown to make your life easier :)
-    validations:
-      required: true
-# File info
-# File type: GitHub bug report issue template (*.yml)
-# File version: 1 (2022, Wednesday, November 23rd at 6:31 pm PST)
-# Line count (including blank lines and compiler line): 30
diff --git a/OldVersions/PLANS/TV8X/PLANS_TV8X_V1.markdown b/OldVersions/PLANS/TV8X/PLANS_TV8X_V1.markdown
new file mode 100644
index 0000000..4d9da4e
--- /dev/null
+++ b/OldVersions/PLANS/TV8X/PLANS_TV8X_V1.markdown
@@ -0,0 +1,40 @@
+
+***
+
+# V8 Template plans
+
+## Template V8x
+
+1. Too much disclaimer, try to find out how to do a dropdown (without turning the entire page into a giant text box) or comment some of it out for now λ
+
+2. Mobile version: success, no improvements needed (other than maybe a way to ease navigation and tell where to scroll) λ
+
+3. Repo directory, for description, tags, linked, and url (if none provided, use the "no description websites or URLs provided" that GitHub uses)
+
+4. UTF-7 clarification
+
+5. Swisscows support
+
+6. Safe.duckduckgo support
+
+7. Removal of parantheses in title line
+
+8. Highly advanced .gitattributes, .editorconfig, and .gitignore
+
+9. Google link (but it actually points to DeGoogle, don't be a jerk about it, just call it DeGoogle)
+
+10. Try to find a way to highlight more text or some other catchy way for important info, also clarify what is important λ
+
+11. Bold the text for the file info section headings, and file history section with bold, add support for MIME *.mkd and *.markdown
+
+12. HYBRID TEMPLATE: Mix of GitHub (pages) and Git (repository (normal))
+
+Even better improvement:
+
+THE ULTIMATE GIT TEMPLATE:
+
+13. Separate branches for each template category, fit all your templates into one
+
+As of 2021 Sunday, September 12th at 7:51 pm
+
+***
diff --git a/OldVersions/PLANS/TV8X/README.markdown b/OldVersions/PLANS/TV8X/README.markdown
new file mode 100644
index 0000000..4d9da4e
--- /dev/null
+++ b/OldVersions/PLANS/TV8X/README.markdown
@@ -0,0 +1,40 @@
+
+***
+
+# V8 Template plans
+
+## Template V8x
+
+1. Too much disclaimer, try to find out how to do a dropdown (without turning the entire page into a giant text box) or comment some of it out for now λ
+
+2. Mobile version: success, no improvements needed (other than maybe a way to ease navigation and tell where to scroll) λ
+
+3. Repo directory, for description, tags, linked, and url (if none provided, use the "no description websites or URLs provided" that GitHub uses)
+
+4. UTF-7 clarification
+
+5. Swisscows support
+
+6. Safe.duckduckgo support
+
+7. Removal of parantheses in title line
+
+8. Highly advanced .gitattributes, .editorconfig, and .gitignore
+
+9. Google link (but it actually points to DeGoogle, don't be a jerk about it, just call it DeGoogle)
+
+10. Try to find a way to highlight more text or some other catchy way for important info, also clarify what is important λ
+
+11. Bold the text for the file info section headings, and file history section with bold, add support for MIME *.mkd and *.markdown
+
+12. HYBRID TEMPLATE: Mix of GitHub (pages) and Git (repository (normal))
+
+Even better improvement:
+
+THE ULTIMATE GIT TEMPLATE:
+
+13. Separate branches for each template category, fit all your templates into one
+
+As of 2021 Sunday, September 12th at 7:51 pm
+
+***
diff --git a/OldVersions/PULL_REQUEST_TEMPLATE/README.md b/OldVersions/PULL_REQUEST_TEMPLATE/README.md
deleted file mode 100644
index 6f8bfea..0000000
--- a/OldVersions/PULL_REQUEST_TEMPLATE/README.md
+++ /dev/null
@@ -1,101 +0,0 @@
-
-***
-
-# Creating a pull request
-
-Thank you for taking the time to create a pull request in this repository! Please fill out this form before submitting your PR.
-
-**Note:** you can change the language of the formatting if needed, but it must be valid syntax. Supported languages include: ASCIIDoc, Org mode, Markdown, WikiText, ReStructuredText, Creole, Pod, RDoc, Textile, and plain text. Be sure to change thw `markdown` tag to the appropriate language.
-
-Provide a general summary of your changes in the Title above
-
-```markdown
-Your summary description (title) goes here
-```
-
-## Description
-
-Describe your changes in detail
-
-```markdown
-Your issue description (body) goes here
-```
-
-## Related Issue
-
-- [ ] This project only accepts pull requests related to open issues
-- [ ] If suggesting a new feature or change, please discuss it in an issue first
-- [ ] If fixing a bug, there should be an issue describing it with steps to reproduce
-- [ ] Please link to the issue here:
-
-```markdown
-Link to the issue here, #__
-```
-
-## Motivation and Context
-
-Why is this change required? What problem does it solve?
-
-```markdown
-
-```
-
-## How Has This Been Tested?
-
-- [ ] Please describe in detail how you tested your changes.
-- [ ] Include details of your testing environment, and the tests you ran to.
-- [ ] see how your change affects other areas of the code, etc.
-
-## Screenshots (if appropriate):
-
-Please include the screenshots inside your pull request as well as a local link (hard copy)
-
-**Warning:** `.webp` and `.heif` images are not accepted. Please convert them to a different format (such as PNG, JPG, JPEG, JIF, GIF, TIF, etc.)
-
-**Warning:** Images outside of `/.github/Pull_Requests/Queue/PR/` are not accepted, and will be removed from the PR within 24 hours if not fixed
-
-```markdown
-Remove this section, and only include the links if you use this section. Be sure to delete image fields that are not needed. Max screenshots per PR: 5. Also, if screenshots aren't necessary, please delete this entire section
-
-![Example1](/.github/Pull_Requests/Queue/PR/Image.png)
-![Example2](/.github/Pull_Requests/Queue/PR/Image.png)
-![Example3](/.github/Pull_Requests/Queue/PR/Image.png)
-![Example4](/.github/Pull_Requests/Queue/PR/Image.png)
-![Example5](/.github/Pull_Requests/Queue/PR/Image.png)
-```
-
-## Types of changes
-
-What types of changes does your code introduce? Put an `x` in all the boxes that apply:
-
-- [ ] Bug fix (non-breaking change which fixes an issue)
-- [ ] New feature (non-breaking change which adds functionality)
-- [ ] Breaking change (fix or feature that would cause existing functionality to change)
-
-## Checklist:
-
-Go over all the following points, and put an `x` in all the boxes that apply.
-
-If you're unsure about any of these, don't hesitate to ask. We're here to help!
-
-- [ ] My source code (if source code is provided) follows the source code style of this project.
-- [ ] My change requires a change to the documentation.
-- [ ] My change does not delete necessary files
-- [ ] I have updated the documentation accordingly.
-- [ ] I have read the [**`CONTRIBUTING`**](/CONTRIBUTING.md) document in my spoken language, and understand the terms
-- [ ] I have added tests to cover my changes.
-- [ ] I have gone through all the steps, and have thoroughly read the instructions
-
-***
-
-<!-- Template info
-
-Pull request template
-
-Version 1 (2022, Thursday, May 19th at 5:47 pm PST)
-
-File type: Markdown document (*.md *.mkd *.mdown *.markdown)
-
-Line count (including blank lines and compiler line): 102
-
-!-->
diff --git a/OldVersions/README/English/1/README.txt b/OldVersions/README/English/1/README.txt
index 4629c11..6e21e55 100644
--- a/OldVersions/README/English/1/README.txt
+++ b/OldVersions/README/English/1/README.txt
@@ -1,294 +1,189 @@
 
 ***
 
-# <projectName>
+# Git-Template (Version 8) by [@Seanpm2001](https://github.com/seanpm2001/)
 
-![{Project icon} This image failed to load. It may be due to the file not being reached, or a general error. Reload the page to fix a possible general error.](Image.svg)
+## Using this template
 
-# By:
+Starting with version 8 of my series of templates, all the templates have been combined into one via Git branches.
 
-![{Developer name} This image failed to load. It may be due to the file not being reached, or a general error. Reload the page to fix a possible general error.](Image2.svg)
+# ⚠️ WARNING ⚠️
 
-### Top
+Before you complete forking this project, please make sure you have followed the following instructions, or this template will be of no use to you.
 
-# `README.md`
+_The DeGoogle V2 template was used as a reference, as I haven't transformed the V8 template into a template yet at the time of writing this, and I needed a quick reference._
 
-***
-
-## Read this article in a different language
-
-[ar عربى](README_AR.md) [zh-t 中國傳統的)](README_ZH-T.md)[**en-us**](README.md) [fr français](README_FR.md) [de Deutsch](README_DE.md) [EO Esperanto](README_EO.md)  [ja 日本語](README_JA.md) [ko-south 韓國語](README_KO_SOUTH.md) [pl polski](README_PL.md) [ru русский](README_RU.md) [es en español](README_ES.md)
-
-Translations in languages other than English are machine translated and are not yet accurate. No errors have been fixed yet as of March 21st 2021. Please report translation errors [here](https://github.com/seanpm2001/<repoName>/issues/). Make sure to backup your correction with sources and guide me, as I don't know languages other than English well (I plan on getting a translator eventually) please cite [wiktionary](https://en.wiktionary.org) and other sources in your report. Failing to do so will result in a rejection of the correction being published.
-
-***
-
-# Index
-
-[00.0 - Top](#Top)
-
-> [00.1 - Title](#<projectName>)
-
-> [00.2 - Read this article in a different language](#Read-this-article-in-a-different-language)
-
-> [00.3 - Index](#Index)
-
-[01.0 - Description](#RepositoryName)
-
-[02.0 - About](#About)
-
-[03.0 - Wiki](#Wiki)
-
-[04.0 - Version history](#Version-history)
-
-[05.0 - Software status](#Software-status)
-
-[06.0 - Sponsor info](#Sponsor-info)
-
-[07.0 - Contributers](#Contributers)
-
-[08.0 - Issues](#Issues)
-
-> [08.1 - Current issues](#Current-issues)
-
-> [08.2 - Past issues](#Past-issues)
-
-> [08.3 - Past pull requests](#Past-pull-requests)
-
-> [08.4 - Active pull requests](#Active-pull-requests)
-
-[09.0 - Resources](#Resources)
-
-[10.0 - Contributing](#Contributing)
-
-[11.0 - About README](#About-README)
-
-[12.0 - README Version history](#README-version-history)
-
-[13.0 - Footer](#You-have-reached-the-end-of-the-README-file)
-
-> [13.1 - End of file](#EOF)
-
-***
-
-# <repoName>
-<repo_description>
-
-***
-
-## About
+![/Setup/Graphics/Use-this-template-button.png](/Setup/Graphics/Use-this-template-button.png)
 
-See above. <extendedRepoDescription>
+Click on the [use this template] button (don't fork the project)
 
-***
-
-## Wiki
-
-[Click/tap here to view this projects Wiki](https://github.com/seanpm2001/<repoName>/wiki)
-
-If the project has been forked, the Wiki was likely removed. Luckily, I include an embedded version. You can view it [here](/External/ProjectWiki/).
-
-***
-
-## Sponsor info
-
-![SponsorButton.png](SponsorButton.png)
-
-You can sponsor this project if you like, but please specify what you want to donate to. [See the funds you can donate to here](https://github.com/seanpm2001/Sponsor-info/tree/main/For-sponsors)
+![/Setup/Graphics/Include-Branches_Unchecked.png](/Setup/Graphics/Include-Branches_Unchecked.png)
 
-You can view other sponsor info [here](https://github.com/seanpm2001/Sponsor-info/)
+Scroll down to the bottom and find this checkbox.
 
-Try it out! The sponsor button is right up next to the watch/unwatch button.
+![/Setup/Graphics/Include-Branches_Checked.png](/Setup/Graphics/Include-Branches_Checked.png)
 
-***
+Check the box (this will fork all the branches required to use this set of templates)
 
-## Version history
+## How to use this template
 
-**Version history currently unavailable**
+Once you have completed the template process listed above, you will have a fresh new repository with all the templates. The default branch is `main` but it is of no use for the template process.
 
-**No other versions listed**
+There are currently 11 other branches. You can delete all the branches you don't want to use and set your preferred one as the default branch, or you can just switch the default branch to your preference.
 
-***
+Here is a guide to the 11 template branches:
 
-## Software status
+`Template-SPM2001-Journaling` - This is my personal default journaling template for the Seanpm2001 life archive project
 
-All of my works are free some restrictions. DRM (**D**igital **R**estrictions **M**anagement) is not present in any of my works.
+`Template-SPM2001-Map` - This is my personal map data journaling template for the Seanpm2001 life archive project
 
-![DRM-free_label.en.svg](DRM-free_label.en.svg)
+`Template-Snapcraft` - This is the snapcraft template for creating snap packages.
 
-This sticker is supported by the Free Software Foundation. I never intend to include DRM in my works.
+`Template-SNU-Programming-Tools` - This is the SNU Programming Tools template for SNU projects related to the IDE collection set.
 
-I am ussing the abbreviation "Digital Restrictions Management" instead of the more known "Digital Rights Management" as the common way of addressing it is false, there are no rights with DRM. The spelling "Digital Restrictions Management" is more accurate, and is supported by [Richard M. Stallman (RMS)](https://en.wikipedia.org/wiki/Richard_Stallman) and the [Free Software Foundation (FSF)](https://en.wikipedia.org/wiki/Free_Software_Foundation)
+`Template-SNU-Other` - This is a miscellaneous SNU template for other SNU projects.
 
-This section is used to raise awareness for the problems with DRM, and also to protest it. DRM is defective by design and is a major threat to all computer users and software freedom.
+`Template-SNU-Default` - This is the default SNU template for general SNU projects.
 
-Image credit: [defectivebydesign.org/drm-free/...](https://www.defectivebydesign.org/drm-free/how-to-use-label)
+`Template-Meadows` - This is the template for the Meadows operating system project for its subprojects.
 
-***
+`Template-GitHub-Pages-language` - This is my GitHub pages template for language category organizations.
 
-## Contributers
+`Template-GitHub-Pages-default` - This is my GitHub pages template for general projects.
 
-Currently, I am the only contributer. Contributing is allowed, as long as you follow the rules of the [CONTRIBUTING.md](CONTRIBUTING.md) file.
+`Template-DeGoogle` - This is my template for my DeGoogle article project series.
 
-> * 1. [seanpm2001](https://github.com/seanpm2001/) - x commits (As of DoW, Month, DoM, Yr at ##:## a/pm)
-
-> * 2. No other contributers.
+`Template-Other` - This is my template for my other projects that don't fall under the other categories.
 
 ***
 
-## Issues
+## Development
 
-### Current issues
+### V8 Template TODO
 
-* None at the moment
+`template` branches
 
-* No other current issues
+- [x] Create template branches
 
-If the repository has been forked, issues likely have been removed. Luckily I keep an archive of certain images [here](/.github/Issues/)
+- [ ] Too much disclaimer, try to find out how to do a dropdown (without turning the entire page into a giant text box) or comment some of it out for now λ
 
-[Read the privacy policy on issue archival here](/.github/Issues/README.md)
+- [ ] Mobile version: success, no improvements needed (other than maybe a way to ease navigation and tell where to scroll) λ
 
-**TL;DR**
+- [ ]  Repo directory, for description, tags, linked, and url (if none provided, use the "no description websites or URLs provided" that GitHub uses)
 
-I archive my own issues. Your issue won't be archived unless you request it to be archived.
+- [ ]  UTC-7 clarification
 
-### Past issues
+- [ ] Swisscows support
 
-* None at the moment
+- [ ] Safe.duckduckgo support
 
-* No other past issues
+- [ ] Removal of parantheses in title line
 
-If the repository has been forked, issues likely have been removed. Luckily I keep an archive of certain images [here](/.github/Issues/)
+- [ ] Highly advanced .gitattributes, .editorconfig, and .gitignore
 
-[Read the privacy policy on issue archival here](/.github/Issues/README.md)
+- [ ] Google link (but it actually points to DeGoogle, don't be a jerk about it, just call it DeGoogle)
 
-**TL;DR**
+- [ ] Try to find a way to highlight more text or some other catchy way for important info, also clarify what is important λ
 
-I archive my own issues. Your issue won't be archived unless you request it to be archived.
+- [ ] Bold the text for the file info section headings, and file history section with bold, add support for MIME *.mkd and *.markdown
 
-### Past pull requests
+- [ ] HYBRID TEMPLATE: Mix of GitHub (pages) and Git (repository (normal))
 
-* None at the moment
+- [ ] Separate branches for each template category, fit all your templates into one
 
-* No other past pull requests
+- [ ] Update README files to specifically fit each branch
 
-If the repository has been forked, issues likely have been removed. Luckily I keep an archive of certain images [here](/.github/Issues/)
+- [ ] Fix typos
 
-[Read the privacy policy on issue archival here](/.github/Issues/README.md)
+- [ ] Add support for the Pull Request (PR) directory
 
-**TL;DR**
+- - [ ] I have done the following steps for all branches
 
-I archive my own issues. Your issue won't be archived unless you request it to be archived.
+`main` branch
 
-### Active pull requests
+- [ ] Make the branch list in the `!USING_THIS_TEMPLATE` instruction file into a functional link list.
 
-* None at the moment
+- [ ]  Archive all 11 branches into the main branch
 
-* No other active pull requests
+- [x]  Archive all 11 pull requests
 
-If the repository has been forked, issues likely have been removed. Luckily I keep an archive of certain images [here](/.github/Issues/)
+- [ ] Update README
 
-[Read the privacy policy on issue archival here](/.github/Issues/README.md)
+- [ ] Finish TODO list
 
-**TL;DR**
+- [ ] Turn repository into template (once all other steps are done)
 
-I archive my own issues. Your issue won't be archived unless you request it to be archived.
+As of 2021 Monday, September 13th at 2:31 pm
 
 ***
 
-## Resources
-
-Here are some other resources for this project:
+## File info
 
-[Project language file](PROJECT_LANG.<fileExtensionForProgrammingLanguage>)
+**File version:** `2 (2021 Monday, September 13th at 4:28 pm)`
 
-[Join the discussion on GitHub](https://github.com/seanpm2001/<repoName>/discussions)
+**File type:** `Markdown document (*.md *.mkd *.markdown)`
 
-No other resources at the moment.
+**Line count (including blank lines and compiler line):** `191`
 
 ***
 
-## Contributing
-
-Contributing is allowed for this project, as long as you follow the rules of the `CONTRIBUTING.md` file.
-
-[Click/tap here to view the contributing rules for this project](CONTRIBUTING.md)
-
-***
+## File history
 
-## About README
-
-File type: `Markdown (*.md)`
-
-File version: `0.1 (Sunday, March 21st 2021 at 7:50 pm)`
-
-Line count: `0,296`
-
-***
-
-## README version history
-
-Version 0.1 (Sunday, March 21st 2021 at 7:50 pm)
+**Version 1 (Monday, 2021 September 13th at 3:45 pm)**
 
 > Changes:
 
 > * Started the file
 
-> * Added the title section
-
-> * Added the index
-
-> * Added the about section
+> * Added instructions for setup
 
-> * Added the Wiki section
+> * Added the todo list
 
-> * Added the version history section
+> * Added the file info section
 
-> * Added the issues section.
-
-> * Added the past issues section
-
-> * Added the past pull requests section
+> * No other changes in version 1
 
-> * Added the active pull requests section
+**Version 2 (Monday, 2021 September 13th at 4:28 pm)**
 
-> * Added the contributors section
+> Changes:
 
-> * Added the contributing section
+> * Updated the title
 
-> * Added the about README section
+> * Updated the instructions
 
-> * Added the README version history section
+> * Updated the todo list
 
-> * Added the resources section
+> * Updated the file info section
 
-> * Added a software status section, with a DRM free sticker and message
+> * Added the file history section
 
-> * Added the sponsor info section
+> * Added the footer section
 
-> * No other changes in version 0.1
+> * No other changes in version 2
 
-Version 1 (Coming soon)
+**Version 3 (Coming soon)**
 
 > Changes:
 
 > * Coming soon
 
-> * No other changes in version 1
+> * No other changes in version 3
 
-Version 2 (Coming soon)
+**Version 4 (Coming soon)**
 
 > Changes:
 
 > * Coming soon
 
-> * No other changes in version 2
+> * No other changes in version 4
 
 ***
 
-### You have reached the end of the README file
+## Footer
+
+You have reached the end of this file.
 
-[Back to top](#Top) [Exit](https://github.com)
+(  [Back to top](#Using-this-template) | [Exit to GitHub](https://github.com/) | [Exit to Bing](https://www.bing.com/) | [Exit to DuckDuckGo](https://duckduckgo.com/) | [Exit to Safe.DuckDuckGo](https://safe.duckduckgo.com/) | [Exit to Ecosia](https://www.ecosia.org/) | [Exit to Swisscows](https://www.swisscows.com/) )
 
 ### EOF
 
diff --git a/OldVersions/README/English/1/README_V1.md b/OldVersions/README/English/1/README_V1.md
new file mode 100644
index 0000000..f589750
--- /dev/null
+++ b/OldVersions/README/English/1/README_V1.md
@@ -0,0 +1,124 @@
+
+***
+
+# Using this template
+
+Starting with version 8 of my series of templates, all the templates have been combined into one via Git branches.
+
+# WARNING
+
+Before you complete forking this project, please make sure you have followed the following instructions, or this template will be of no use to you.
+
+_The DeGoogle V2 template was used as a reference, as I haven't transformed the V8 template into a template yet at the time of writing this, and I needed a quick reference._
+
+![/Setup/Graphics/Use-this-template-button.png](/Setup/Graphics/Use-this-template-button.png)
+
+Click on the [use this template] button (don't fork the project)
+
+![/Setup/Graphics/Include-Branches_Unchecked.png](/Setup/Graphics/Include-Branches_Unchecked.png)
+
+Scroll down to the bottom and find this checkbox.
+
+![/Setup/Graphics/Include-Branches_Checked.png](/Setup/Graphics/Include-Branches_Checked.png)
+
+Check the box (this will fork all the branches required to use this set of templates.
+
+## How to use this template
+
+Once you have completed the template process listed above, you will have a fresh new repository with all the templates. The default branch is `main` but it is of no use for the template process.
+
+There are currently 11 other branches. You can delete all the branches you don't want to use and set your preferred one as the default branch, or you can just switch the default branch to your preference.
+
+Here is a guide to the 11 template branches:
+
+`Template-SPM2001-Journaling` - This is my personal default journaling template for the Seanpm2001 life archive project
+
+`Template-SPM2001-Map` - This is my personal map data journaling template for the Seanpm2001 life archive project
+
+`Template-Snapcraft` - This is the snapcraft template for creating snap packages.
+
+`Template-SNU-Programming-Tools` - This is the SNU Programming Tools template for SNU projects related to the IDE collection set.
+
+`Template-SNU-Other` - This is a miscellaneous SNU template for other SNU projects.
+
+`Template-SNU-Default` - This is the default SNU template for general SNU projects.
+
+`Template-Meadows` - This is the template for the Meadows operating system project for its subprojects.
+
+`Template-GitHub-Pages-language` - This is my GitHub pages template for language category organizations.
+
+`Template-GitHub-Pages-default` - This is my GitHub pages template for general projects.
+
+`Template-DeGoogle` - This is my template for my DeGoogle article project series.
+
+`Template-Other` - This is my template for my other projects that don't fall under the other categories.
+
+***
+
+## Development
+
+### V8 Template TODO
+
+`template` branches
+
+- [x] Create template branches
+
+- [ ] Too much disclaimer, try to find out how to do a dropdown (without turning the entire page into a giant text box) or comment some of it out for now λ
+
+- [ ] Mobile version: success, no improvements needed (other than maybe a way to ease navigation and tell where to scroll) λ
+
+- [ ]  Repo directory, for description, tags, linked, and url (if none provided, use the "no description websites or URLs provided" that GitHub uses)
+
+- [ ]  UTC-7 clarification
+
+- [ ] Swisscows support
+
+- [ ] Safe.duckduckgo support
+
+- [ ] Removal of parantheses in title line
+
+- [ ] Highly advanced .gitattributes, .editorconfig, and .gitignore
+
+- [ ] Google link (but it actually points to DeGoogle, don't be a jerk about it, just call it DeGoogle)
+
+- [ ] Try to find a way to highlight more text or some other catchy way for important info, also clarify what is important λ
+
+- [ ] Bold the text for the file info section headings, and file history section with bold, add support for MIME *.mkd and *.markdown
+
+- [ ] HYBRID TEMPLATE: Mix of GitHub (pages) and Git (repository (normal))
+
+- [ ] Separate branches for each template category, fit all your templates into one
+
+- [ ] Update README files to specifically fit each branch
+
+- [ ] Fix typos
+
+- - [ ] I have done the following steps for all branches
+
+`main` branch
+
+- [ ] Make the branch list in the `!USING_THIS_TEMPLATE` instruction file into a functional link lisrt.
+
+- [ ]  Archive all 11 branches into the main branch
+
+- [ ]  Archive all 11 pull requests
+
+- [ ] Update README
+
+- [ ] Finish TODO list
+
+- [ ] Turn repository into template (once all other steps are done)
+
+As of 2021 Monday, September 13th at 2:31 pm
+
+***
+
+## File info
+
+**File version:** `1 (2021 Monday, September 13th at 3:45 pm)`
+
+**File type:** `Markdown document (*.md)`
+
+**Line count (including blank lines and compiler line):** `125`
+
+***
diff --git a/OldVersions/README/English/1/README_V2.md b/OldVersions/README/English/1/README_V2.md
new file mode 100644
index 0000000..6e21e55
--- /dev/null
+++ b/OldVersions/README/English/1/README_V2.md
@@ -0,0 +1,190 @@
+
+***
+
+# Git-Template (Version 8) by [@Seanpm2001](https://github.com/seanpm2001/)
+
+## Using this template
+
+Starting with version 8 of my series of templates, all the templates have been combined into one via Git branches.
+
+# ⚠️ WARNING ⚠️
+
+Before you complete forking this project, please make sure you have followed the following instructions, or this template will be of no use to you.
+
+_The DeGoogle V2 template was used as a reference, as I haven't transformed the V8 template into a template yet at the time of writing this, and I needed a quick reference._
+
+![/Setup/Graphics/Use-this-template-button.png](/Setup/Graphics/Use-this-template-button.png)
+
+Click on the [use this template] button (don't fork the project)
+
+![/Setup/Graphics/Include-Branches_Unchecked.png](/Setup/Graphics/Include-Branches_Unchecked.png)
+
+Scroll down to the bottom and find this checkbox.
+
+![/Setup/Graphics/Include-Branches_Checked.png](/Setup/Graphics/Include-Branches_Checked.png)
+
+Check the box (this will fork all the branches required to use this set of templates)
+
+## How to use this template
+
+Once you have completed the template process listed above, you will have a fresh new repository with all the templates. The default branch is `main` but it is of no use for the template process.
+
+There are currently 11 other branches. You can delete all the branches you don't want to use and set your preferred one as the default branch, or you can just switch the default branch to your preference.
+
+Here is a guide to the 11 template branches:
+
+`Template-SPM2001-Journaling` - This is my personal default journaling template for the Seanpm2001 life archive project
+
+`Template-SPM2001-Map` - This is my personal map data journaling template for the Seanpm2001 life archive project
+
+`Template-Snapcraft` - This is the snapcraft template for creating snap packages.
+
+`Template-SNU-Programming-Tools` - This is the SNU Programming Tools template for SNU projects related to the IDE collection set.
+
+`Template-SNU-Other` - This is a miscellaneous SNU template for other SNU projects.
+
+`Template-SNU-Default` - This is the default SNU template for general SNU projects.
+
+`Template-Meadows` - This is the template for the Meadows operating system project for its subprojects.
+
+`Template-GitHub-Pages-language` - This is my GitHub pages template for language category organizations.
+
+`Template-GitHub-Pages-default` - This is my GitHub pages template for general projects.
+
+`Template-DeGoogle` - This is my template for my DeGoogle article project series.
+
+`Template-Other` - This is my template for my other projects that don't fall under the other categories.
+
+***
+
+## Development
+
+### V8 Template TODO
+
+`template` branches
+
+- [x] Create template branches
+
+- [ ] Too much disclaimer, try to find out how to do a dropdown (without turning the entire page into a giant text box) or comment some of it out for now λ
+
+- [ ] Mobile version: success, no improvements needed (other than maybe a way to ease navigation and tell where to scroll) λ
+
+- [ ]  Repo directory, for description, tags, linked, and url (if none provided, use the "no description websites or URLs provided" that GitHub uses)
+
+- [ ]  UTC-7 clarification
+
+- [ ] Swisscows support
+
+- [ ] Safe.duckduckgo support
+
+- [ ] Removal of parantheses in title line
+
+- [ ] Highly advanced .gitattributes, .editorconfig, and .gitignore
+
+- [ ] Google link (but it actually points to DeGoogle, don't be a jerk about it, just call it DeGoogle)
+
+- [ ] Try to find a way to highlight more text or some other catchy way for important info, also clarify what is important λ
+
+- [ ] Bold the text for the file info section headings, and file history section with bold, add support for MIME *.mkd and *.markdown
+
+- [ ] HYBRID TEMPLATE: Mix of GitHub (pages) and Git (repository (normal))
+
+- [ ] Separate branches for each template category, fit all your templates into one
+
+- [ ] Update README files to specifically fit each branch
+
+- [ ] Fix typos
+
+- [ ] Add support for the Pull Request (PR) directory
+
+- - [ ] I have done the following steps for all branches
+
+`main` branch
+
+- [ ] Make the branch list in the `!USING_THIS_TEMPLATE` instruction file into a functional link list.
+
+- [ ]  Archive all 11 branches into the main branch
+
+- [x]  Archive all 11 pull requests
+
+- [ ] Update README
+
+- [ ] Finish TODO list
+
+- [ ] Turn repository into template (once all other steps are done)
+
+As of 2021 Monday, September 13th at 2:31 pm
+
+***
+
+## File info
+
+**File version:** `2 (2021 Monday, September 13th at 4:28 pm)`
+
+**File type:** `Markdown document (*.md *.mkd *.markdown)`
+
+**Line count (including blank lines and compiler line):** `191`
+
+***
+
+## File history
+
+**Version 1 (Monday, 2021 September 13th at 3:45 pm)**
+
+> Changes:
+
+> * Started the file
+
+> * Added instructions for setup
+
+> * Added the todo list
+
+> * Added the file info section
+
+> * No other changes in version 1
+
+**Version 2 (Monday, 2021 September 13th at 4:28 pm)**
+
+> Changes:
+
+> * Updated the title
+
+> * Updated the instructions
+
+> * Updated the todo list
+
+> * Updated the file info section
+
+> * Added the file history section
+
+> * Added the footer section
+
+> * No other changes in version 2
+
+**Version 3 (Coming soon)**
+
+> Changes:
+
+> * Coming soon
+
+> * No other changes in version 3
+
+**Version 4 (Coming soon)**
+
+> Changes:
+
+> * Coming soon
+
+> * No other changes in version 4
+
+***
+
+## Footer
+
+You have reached the end of this file.
+
+(  [Back to top](#Using-this-template) | [Exit to GitHub](https://github.com/) | [Exit to Bing](https://www.bing.com/) | [Exit to DuckDuckGo](https://duckduckgo.com/) | [Exit to Safe.DuckDuckGo](https://safe.duckduckgo.com/) | [Exit to Ecosia](https://www.ecosia.org/) | [Exit to Swisscows](https://www.swisscows.com/) )
+
+### EOF
+
+***
diff --git a/OldVersions/ROOTFILES/README.urll b/OldVersions/ROOTFILES/README.urll
index e74d855..f79cf8c 100644
--- a/OldVersions/ROOTFILES/README.urll
+++ b/OldVersions/ROOTFILES/README.urll
@@ -1,8 +1,13 @@
 /.github/
 /.gitlab/
+/Branches/
 /Docs/
 /OldVersions/
+/Predecessors/
 /RepoData/
+/Setup/
+/!JEKYLL
+/!USING_THIS_TEMPLATE.md
 /.editorconfig
 /.gitattributes
 /.gitignore
@@ -18,20 +23,28 @@
 /CREDITS
 /CREDITS.wiki
 /DRM-free_label.en.svg
+/DeGoogle
+/GitHub-Pages-Default
+/GitHub-Pages-Language
 /INITIAL_COMMIT.txt
 /INSTALL
 /INSTALL.rst
+/JMAP
+/Journaling
 /K.desktop
 /LICENSE-GPL.txt
 /LICENSE-GPL3.txt
 /LICENSE.txt
+/Meadows-Branch
+/PLANS_TV8X.markdown
 /README.md
 /ROOTFILES.base
-/SECURITY.md
+/SNU-DEFAULT
+/SNU-OTHER
+/SNU-Programming-Tools
+/SnapcraftBranch
 /SponsorButton.png
+/TODO.mkd
 /_config.yml
-/desktop.ini
-/gitlab-ci.yml
 /makefile.mk
 /pull_request_template.md
-/README.md
diff --git a/OldVersions/ROOTFILES/ROOTFILES_V1.base b/OldVersions/ROOTFILES/ROOTFILES_V1.base
index e74d855..f79cf8c 100644
--- a/OldVersions/ROOTFILES/ROOTFILES_V1.base
+++ b/OldVersions/ROOTFILES/ROOTFILES_V1.base
@@ -1,8 +1,13 @@
 /.github/
 /.gitlab/
+/Branches/
 /Docs/
 /OldVersions/
+/Predecessors/
 /RepoData/
+/Setup/
+/!JEKYLL
+/!USING_THIS_TEMPLATE.md
 /.editorconfig
 /.gitattributes
 /.gitignore
@@ -18,20 +23,28 @@
 /CREDITS
 /CREDITS.wiki
 /DRM-free_label.en.svg
+/DeGoogle
+/GitHub-Pages-Default
+/GitHub-Pages-Language
 /INITIAL_COMMIT.txt
 /INSTALL
 /INSTALL.rst
+/JMAP
+/Journaling
 /K.desktop
 /LICENSE-GPL.txt
 /LICENSE-GPL3.txt
 /LICENSE.txt
+/Meadows-Branch
+/PLANS_TV8X.markdown
 /README.md
 /ROOTFILES.base
-/SECURITY.md
+/SNU-DEFAULT
+/SNU-OTHER
+/SNU-Programming-Tools
+/SnapcraftBranch
 /SponsorButton.png
+/TODO.mkd
 /_config.yml
-/desktop.ini
-/gitlab-ci.yml
 /makefile.mk
 /pull_request_template.md
-/README.md
diff --git a/OldVersions/TODO/English/1/1-100/README.mkd b/OldVersions/TODO/English/1/1-100/README.mkd
new file mode 100644
index 0000000..3349ca1
--- /dev/null
+++ b/OldVersions/TODO/English/1/1-100/README.mkd
@@ -0,0 +1,58 @@
+
+***
+
+# V8 Template TODO
+
+`template` branches
+
+- [x] Create template branches
+
+- [ ] Too much disclaimer, try to find out how to do a dropdown (without turning the entire page into a giant text box) or comment some of it out for now λ
+
+- [ ] Mobile version: success, no improvements needed (other than maybe a way to ease navigation and tell where to scroll) λ
+
+- [ ]  Repo directory, for description, tags, linked, and url (if none provided, use the "no description websites or URLs provided" that GitHub uses)
+
+- [ ]  UTC-7 clarification
+
+- [ ] Swisscows support
+
+- [ ] Safe.duckduckgo support
+
+- [ ] Removal of parantheses in title line
+
+- [ ] Highly advanced .gitattributes, .editorconfig, and .gitignore
+
+- [ ] Google link (but it actually points to DeGoogle, don't be a jerk about it, just call it DeGoogle)
+
+- [ ] Try to find a way to highlight more text or some other catchy way for important info, also clarify what is important λ
+
+- [ ] Bold the text for the file info section headings, and file history section with bold, add support for MIME *.mkd and *.markdown
+
+- [ ] HYBRID TEMPLATE: Mix of GitHub (pages) and Git (repository (normal))
+
+- [ ] Separate branches for each template category, fit all your templates into one
+
+- [ ] Update README files to specifically fit each branch
+
+- [ ] Fix typos
+
+- - [ ] I have done the following steps for all branches
+
+`main` branch
+
+- [ ] Make the branch list in the `!USING_THIS_TEMPLATE` instruction file into a functional link lisrt.
+
+- [ ]  Archive all 11 branches into the main branch
+
+- [ ]  Archive all 11 pull requests
+
+- [ ] Update README
+
+- [ ] Finish TODO list
+
+- [ ] Turn repository into template (once all other steps are done)
+
+As of 2021 Monday, September 13th at 2:31 pm
+
+***
diff --git a/OldVersions/TODO/English/1/1-100/TODO_V1.mkd b/OldVersions/TODO/English/1/1-100/TODO_V1.mkd
new file mode 100644
index 0000000..3349ca1
--- /dev/null
+++ b/OldVersions/TODO/English/1/1-100/TODO_V1.mkd
@@ -0,0 +1,58 @@
+
+***
+
+# V8 Template TODO
+
+`template` branches
+
+- [x] Create template branches
+
+- [ ] Too much disclaimer, try to find out how to do a dropdown (without turning the entire page into a giant text box) or comment some of it out for now λ
+
+- [ ] Mobile version: success, no improvements needed (other than maybe a way to ease navigation and tell where to scroll) λ
+
+- [ ]  Repo directory, for description, tags, linked, and url (if none provided, use the "no description websites or URLs provided" that GitHub uses)
+
+- [ ]  UTC-7 clarification
+
+- [ ] Swisscows support
+
+- [ ] Safe.duckduckgo support
+
+- [ ] Removal of parantheses in title line
+
+- [ ] Highly advanced .gitattributes, .editorconfig, and .gitignore
+
+- [ ] Google link (but it actually points to DeGoogle, don't be a jerk about it, just call it DeGoogle)
+
+- [ ] Try to find a way to highlight more text or some other catchy way for important info, also clarify what is important λ
+
+- [ ] Bold the text for the file info section headings, and file history section with bold, add support for MIME *.mkd and *.markdown
+
+- [ ] HYBRID TEMPLATE: Mix of GitHub (pages) and Git (repository (normal))
+
+- [ ] Separate branches for each template category, fit all your templates into one
+
+- [ ] Update README files to specifically fit each branch
+
+- [ ] Fix typos
+
+- - [ ] I have done the following steps for all branches
+
+`main` branch
+
+- [ ] Make the branch list in the `!USING_THIS_TEMPLATE` instruction file into a functional link lisrt.
+
+- [ ]  Archive all 11 branches into the main branch
+
+- [ ]  Archive all 11 pull requests
+
+- [ ] Update README
+
+- [ ] Finish TODO list
+
+- [ ] Turn repository into template (once all other steps are done)
+
+As of 2021 Monday, September 13th at 2:31 pm
+
+***
diff --git a/PLANS_TV8X.markdown b/PLANS_TV8X.markdown
new file mode 100644
index 0000000..4d9da4e
--- /dev/null
+++ b/PLANS_TV8X.markdown
@@ -0,0 +1,40 @@
+
+***
+
+# V8 Template plans
+
+## Template V8x
+
+1. Too much disclaimer, try to find out how to do a dropdown (without turning the entire page into a giant text box) or comment some of it out for now λ
+
+2. Mobile version: success, no improvements needed (other than maybe a way to ease navigation and tell where to scroll) λ
+
+3. Repo directory, for description, tags, linked, and url (if none provided, use the "no description websites or URLs provided" that GitHub uses)
+
+4. UTF-7 clarification
+
+5. Swisscows support
+
+6. Safe.duckduckgo support
+
+7. Removal of parantheses in title line
+
+8. Highly advanced .gitattributes, .editorconfig, and .gitignore
+
+9. Google link (but it actually points to DeGoogle, don't be a jerk about it, just call it DeGoogle)
+
+10. Try to find a way to highlight more text or some other catchy way for important info, also clarify what is important λ
+
+11. Bold the text for the file info section headings, and file history section with bold, add support for MIME *.mkd and *.markdown
+
+12. HYBRID TEMPLATE: Mix of GitHub (pages) and Git (repository (normal))
+
+Even better improvement:
+
+THE ULTIMATE GIT TEMPLATE:
+
+13. Separate branches for each template category, fit all your templates into one
+
+As of 2021 Sunday, September 12th at 7:51 pm
+
+***
diff --git a/Predecessors/OldVersions/English/USA/README.txt b/Predecessors/OldVersions/English/USA/README.txt
new file mode 100644
index 0000000..3a556d2
--- /dev/null
+++ b/Predecessors/OldVersions/English/USA/README.txt
@@ -0,0 +1,47 @@
+
+***
+
+# Git-Template V8 predecessors
+
+These templates are predecessors to the V8 Git-Template by Seanpm2001. They were all merged into the V8 template, but still exist separately.
+
+- https://github.com/seanpm2001/Template_DeGoogle_V1
+- https://github.com/seanpm2001/Template_DeGoogle-your-Life_V1
+- https://github.com/seanpm2001/Template_Meadows_V1
+- https://github.com/seanpm2001/Template_Other_V6
+- https://github.com/seanpm2001/Template_Other_V5
+- https://github.com/seanpm2001/Template_SNU_Default_V6
+- https://github.com/seanpm2001/Template_SNU_2D_ProgrammingTools_V6
+- https://github.com/seanpm2001/Template_SNU_V5
+- https://github.com/seanpm2001/Template_SNU_2D_ProgrammingTools_V5
+- https://github.com/seanpm2001/Template_Journaling_V6
+- https://github.com/seanpm2001/Template_Journaling_V5
+- https://github.com/seanpm2001/Snapcraft-template_V4
+- https://github.com/seanpm2001/Template_GitHubPages_Default_V6
+- https://github.com/seanpm2001/Snapcraft-template_V3
+- https://github.com/seanpm2001/Template_GitHubPages_Default_V5
+- https://github.com/seanpm2001/Template_GitHubPages_Default_V4
+- https://github.com/seanpm2001/Snapcraft-template_V2
+- https://github.com/seanpm2001/Template_GitHubPages_V3
+- https://github.com/seanpm2001/Template_GitHubPages_V2
+- https://github.com/seanpm2001/Template_GitHubPages_V1
+- https://github.com/seanpm2001/Template_SNU_2D_ProgrammingTools_V4
+- https://github.com/seanpm2001/Template_LifeArchive_Map_V1
+- https://github.com/seanpm2001/Template_Other_V4
+- https://github.com/seanpm2001/Template_Other_V3
+- https://github.com/seanpm2001/Template_Other_V2
+- https://github.com/seanpm2001/Template_Other_V1
+- https://github.com/seanpm2001/Template_SNU_V4
+- https://github.com/seanpm2001/Template_Journaling_V4
+- https://github.com/seanpm2001/Template_Journaling_V3
+- https://github.com/seanpm2001/Template_Journaling_V2
+- https://github.com/seanpm2001/Template_Journaling_V1
+- https://github.com/seanpm2001/Template_SNU_V3
+- https://github.com/seanpm2001/Template_SNU_V2
+- https://github.com/seanpm2001/Template_SNU_V1
+
+***
+
+**File version:** `1 (2023, Wednesday, May 3rd at 7:12 pm PST)`
+
+***
diff --git a/Predecessors/OldVersions/English/USA/README_V1.md b/Predecessors/OldVersions/English/USA/README_V1.md
new file mode 100644
index 0000000..3a556d2
--- /dev/null
+++ b/Predecessors/OldVersions/English/USA/README_V1.md
@@ -0,0 +1,47 @@
+
+***
+
+# Git-Template V8 predecessors
+
+These templates are predecessors to the V8 Git-Template by Seanpm2001. They were all merged into the V8 template, but still exist separately.
+
+- https://github.com/seanpm2001/Template_DeGoogle_V1
+- https://github.com/seanpm2001/Template_DeGoogle-your-Life_V1
+- https://github.com/seanpm2001/Template_Meadows_V1
+- https://github.com/seanpm2001/Template_Other_V6
+- https://github.com/seanpm2001/Template_Other_V5
+- https://github.com/seanpm2001/Template_SNU_Default_V6
+- https://github.com/seanpm2001/Template_SNU_2D_ProgrammingTools_V6
+- https://github.com/seanpm2001/Template_SNU_V5
+- https://github.com/seanpm2001/Template_SNU_2D_ProgrammingTools_V5
+- https://github.com/seanpm2001/Template_Journaling_V6
+- https://github.com/seanpm2001/Template_Journaling_V5
+- https://github.com/seanpm2001/Snapcraft-template_V4
+- https://github.com/seanpm2001/Template_GitHubPages_Default_V6
+- https://github.com/seanpm2001/Snapcraft-template_V3
+- https://github.com/seanpm2001/Template_GitHubPages_Default_V5
+- https://github.com/seanpm2001/Template_GitHubPages_Default_V4
+- https://github.com/seanpm2001/Snapcraft-template_V2
+- https://github.com/seanpm2001/Template_GitHubPages_V3
+- https://github.com/seanpm2001/Template_GitHubPages_V2
+- https://github.com/seanpm2001/Template_GitHubPages_V1
+- https://github.com/seanpm2001/Template_SNU_2D_ProgrammingTools_V4
+- https://github.com/seanpm2001/Template_LifeArchive_Map_V1
+- https://github.com/seanpm2001/Template_Other_V4
+- https://github.com/seanpm2001/Template_Other_V3
+- https://github.com/seanpm2001/Template_Other_V2
+- https://github.com/seanpm2001/Template_Other_V1
+- https://github.com/seanpm2001/Template_SNU_V4
+- https://github.com/seanpm2001/Template_Journaling_V4
+- https://github.com/seanpm2001/Template_Journaling_V3
+- https://github.com/seanpm2001/Template_Journaling_V2
+- https://github.com/seanpm2001/Template_Journaling_V1
+- https://github.com/seanpm2001/Template_SNU_V3
+- https://github.com/seanpm2001/Template_SNU_V2
+- https://github.com/seanpm2001/Template_SNU_V1
+
+***
+
+**File version:** `1 (2023, Wednesday, May 3rd at 7:12 pm PST)`
+
+***
diff --git a/Predecessors/README.md b/Predecessors/README.md
new file mode 100644
index 0000000..3a556d2
--- /dev/null
+++ b/Predecessors/README.md
@@ -0,0 +1,47 @@
+
+***
+
+# Git-Template V8 predecessors
+
+These templates are predecessors to the V8 Git-Template by Seanpm2001. They were all merged into the V8 template, but still exist separately.
+
+- https://github.com/seanpm2001/Template_DeGoogle_V1
+- https://github.com/seanpm2001/Template_DeGoogle-your-Life_V1
+- https://github.com/seanpm2001/Template_Meadows_V1
+- https://github.com/seanpm2001/Template_Other_V6
+- https://github.com/seanpm2001/Template_Other_V5
+- https://github.com/seanpm2001/Template_SNU_Default_V6
+- https://github.com/seanpm2001/Template_SNU_2D_ProgrammingTools_V6
+- https://github.com/seanpm2001/Template_SNU_V5
+- https://github.com/seanpm2001/Template_SNU_2D_ProgrammingTools_V5
+- https://github.com/seanpm2001/Template_Journaling_V6
+- https://github.com/seanpm2001/Template_Journaling_V5
+- https://github.com/seanpm2001/Snapcraft-template_V4
+- https://github.com/seanpm2001/Template_GitHubPages_Default_V6
+- https://github.com/seanpm2001/Snapcraft-template_V3
+- https://github.com/seanpm2001/Template_GitHubPages_Default_V5
+- https://github.com/seanpm2001/Template_GitHubPages_Default_V4
+- https://github.com/seanpm2001/Snapcraft-template_V2
+- https://github.com/seanpm2001/Template_GitHubPages_V3
+- https://github.com/seanpm2001/Template_GitHubPages_V2
+- https://github.com/seanpm2001/Template_GitHubPages_V1
+- https://github.com/seanpm2001/Template_SNU_2D_ProgrammingTools_V4
+- https://github.com/seanpm2001/Template_LifeArchive_Map_V1
+- https://github.com/seanpm2001/Template_Other_V4
+- https://github.com/seanpm2001/Template_Other_V3
+- https://github.com/seanpm2001/Template_Other_V2
+- https://github.com/seanpm2001/Template_Other_V1
+- https://github.com/seanpm2001/Template_SNU_V4
+- https://github.com/seanpm2001/Template_Journaling_V4
+- https://github.com/seanpm2001/Template_Journaling_V3
+- https://github.com/seanpm2001/Template_Journaling_V2
+- https://github.com/seanpm2001/Template_Journaling_V1
+- https://github.com/seanpm2001/Template_SNU_V3
+- https://github.com/seanpm2001/Template_SNU_V2
+- https://github.com/seanpm2001/Template_SNU_V1
+
+***
+
+**File version:** `1 (2023, Wednesday, May 3rd at 7:12 pm PST)`
+
+***
diff --git a/README.md b/README.md
index cbf4aae..6e21e55 100644
--- a/README.md
+++ b/README.md
@@ -1,405 +1,189 @@
 
 ***
 
-# <projectName>
+# Git-Template (Version 8) by [@Seanpm2001](https://github.com/seanpm2001/)
 
-![{Project icon} This image failed to load. It may be due to the file not being reached, or a general error. Reload the page to fix a possible general error.](Image.svg)
+## Using this template
 
-# By:
+Starting with version 8 of my series of templates, all the templates have been combined into one via Git branches.
 
-<!-- ![{Developer name} This image failed to load. It may be due to the file not being reached, or a general error. Reload the page to fix a possible general error.](Image2.svg) !-->
+# ⚠️ WARNING ⚠️
 
-## [Seanpm2001](https://github.com/seanpm2001/), [<developerName>](https://github.com/<developerName>/) Et; Al.
+Before you complete forking this project, please make sure you have followed the following instructions, or this template will be of no use to you.
 
+_The DeGoogle V2 template was used as a reference, as I haven't transformed the V8 template into a template yet at the time of writing this, and I needed a quick reference._
 
-### Top
+![/Setup/Graphics/Use-this-template-button.png](/Setup/Graphics/Use-this-template-button.png)
 
-# `README.md`
+Click on the [use this template] button (don't fork the project)
 
-***
-
-## Read this article in a different language
-
-**Sorted by:** `A-Z`
-
-[Sorting options unavailable](https://github.com/<developerName>/<repoName>)
-
-( [af Afrikaans](/.github/README_AF.md) Afrikaans | [sq Shqiptare](/.github/README_SQ.md) Albanian | [am አማርኛ](/.github/README_AM.md) Amharic | [ar عربى](/.github/README_AR.md) Arabic | [hy հայերեն](/.github/README_HY.md) Armenian | [az Azərbaycan dili](/.github/README_AZ.md) Azerbaijani | [eu Euskara](/.github/README_EU.md) Basque | [be Беларуская](/.github/README_BE.md) Belarusian | [bn বাংলা](/.github/README_BN.md) Bengali | [bs Bosanski](/.github/README_BS.md) Bosnian | [bg български](/.github/README_BG.md) Bulgarian | [ca Català](/.github/README_CA.md) Catalan | [ceb Sugbuanon](/.github/README_CEB.md) Cebuano | [ny Chichewa](/.github/README_NY.md) Chichewa | [zh-CN 简体中文](/.github/README_ZH-CN.md) Chinese (Simplified) | [zh-t 中國傳統的)](/.github/README_ZH-T.md) Chinese (Traditional) | [co Corsu](/.github/README_CO.md) Corsican | [hr Hrvatski](/.github/README_HR.md) Croatian | [cs čeština](/.github/README_CS.md) Czech | [da dansk](README_DA.md) Danish | [nl Nederlands](/.github/README_NL.md) Dutch | [**en-us English**](/.github/README.md) English |  [EO Esperanto](/.github/README_EO.md) Esperanto | [et Eestlane](/.github/README_ET.md) Estonian | [tl Pilipino](/.github/README_TL.md) Filipino | [fi Suomalainen](/.github/README_FI.md) Finnish |  [fr français](/.github/README_FR.md) French | [fy Frysk](/.github/README_FY.md) Frisian | [gl Galego](/.github/README_GL.md) Galician | [ka ქართველი](/.github/README_KA) Georgian | [de Deutsch](/.github/README_DE.md) German | [el Ελληνικά](/.github/README_EL.md) Greek | [gu ગુજરાતી](/.github/README_GU.md) Gujarati | [ht Kreyòl ayisyen](/.github/README_HT.md) Haitian Creole | [ha Hausa](/.github/README_HA.md) Hausa | [haw Ōlelo Hawaiʻi](/.github/README_HAW.md) Hawaiian | [he עִברִית](/.github/README_HE.md) Hebrew | [hi हिन्दी](/.github/README_HI.md) Hindi | [hmn Hmong](/.github/README_HMN.md) Hmong | [hu Magyar](/.github/README_HU.md) Hungarian | [is Íslenska](/.github/README_IS.md) Icelandic | [ig Igbo](/.github/README_IG.md) Igbo | [id bahasa Indonesia](/.github/README_ID.md) Icelandic | [ga Gaeilge](/.github/README_GA.md) Irish | [it Italiana/Italiano](/.github/README_IT.md) | [ja 日本語](/.github/README_JA.md) Japanese | [jw Wong jawa](/.github/README_JW.md) Javanese | [kn ಕನ್ನಡ](/.github/README_KN.md) Kannada | [kk Қазақ](/.github/README_KK.md) Kazakh | [km ខ្មែរ](/.github/README_KM.md) Khmer | [rw Kinyarwanda](/.github/README_RW.md) Kinyarwanda | [ko-south 韓國語](/.github/README_KO_SOUTH.md) Korean (South) | [ko-north 문화어](README_KO_NORTH.md) Korean (North) (NOT YET TRANSLATED) | [ku Kurdî](/.github/README_KU.md) Kurdish (Kurmanji) | [ky Кыргызча](/.github/README_KY.md) Kyrgyz | [lo ລາວ](/.github/README_LO.md) Lao | [la Latine](/.github/README_LA.md) Latin | [lt Lietuvis](/.github/README_LT.md) Lithuanian | [lb Lëtzebuergesch](/.github/README_LB.md) Luxembourgish | [mk Македонски](/.github/README_MK.md) Macedonian | [mg Malagasy](/.github/README_MG.md) Malagasy | [ms Bahasa Melayu](/.github/README_MS.md) Malay | [ml മലയാളം](/.github/README_ML.md) Malayalam | [mt Malti](/.github/README_MT.md) Maltese | [mi Maori](/.github/README_MI.md) Maori | [mr मराठी](/.github/README_MR.md) Marathi | [mn Монгол](/.github/README_MN.md) Mongolian | [my မြန်မာ](/.github/README_MY.md) Myanmar (Burmese) | [ne नेपाली](/.github/README_NE.md) Nepali | [no norsk](/.github/README_NO.md) Norwegian | [or ଓଡିଆ (ଓଡିଆ)](/.github/README_OR.md) Odia (Oriya) | [ps پښتو](/.github/README_PS.md) Pashto | [fa فارسی](/.github/README_FA.md) |Persian  [pl polski](/.github/README_PL.md) Polish | [pt português](/.github/README_PT.md) Portuguese | [pa ਪੰਜਾਬੀ](/.github/README_PA.md) Punjabi | No languages available that start with the letter Q | [ro Română](/.github/README_RO.md) Romanian | [ru русский](/.github/README_RU.md) Russian | [sm Faasamoa](/.github/README_SM.md) Samoan | [gd Gàidhlig na h-Alba](/.github/README_GD.md) Scots Gaelic | [sr Српски](/.github/README_SR.md) Serbian | [st Sesotho](/.github/README_ST.md) Sesotho | [sn Shona](/.github/README_SN.md) Shona | [sd سنڌي](/.github/README_SD.md) Sindhi | [si සිංහල](/.github/README_SI.md) Sinhala | [sk Slovák](/.github/README_SK.md) Slovak | [sl Slovenščina](/.github/README_SL.md) Slovenian | [so Soomaali](/.github/README_SO.md) Somali | [[es en español](/.github/README_ES.md) Spanish | [su Sundanis](/.github/README_SU.md) Sundanese | [sw Kiswahili](/.github/README_SW.md) Swahili | [sv Svenska](/.github/README_SV.md) Swedish | [tg Тоҷикӣ](/.github/README_TG.md) Tajik | [ta தமிழ்](/.github/README_TA.md) Tamil | [tt Татар](/.github/README_TT.md) Tatar | [te తెలుగు](/.github/README_TE.md) Telugu | [th ไทย](/.github/README_TH.md) Thai | [tr Türk](/.github/README_TR.md) Turkish | [tk Türkmenler](/.github/README_TK.md) Turkmen | [uk Український](/.github/README_UK.md) Ukrainian | [ur اردو](/.github/README_UR.md) Urdu | [ug ئۇيغۇر](/.github/README_UG.md) Uyghur | [uz O'zbek](/.github/README_UZ.md) Uzbek | [vi Tiếng Việt](/.github/README_VI.md) Vietnamese | [cy Cymraeg](/.github/README_CY.md) Welsh | [xh isiXhosa](/.github/README_XH.md) Xhosa | [yi יידיש](/.github/README_YI.md) Yiddish | [yo Yoruba](/.github/README_YO.md) Yoruba | [zu Zulu](/.github/README_ZU.md) Zulu ) Available in 110 languages (108 when not counting English and North Korean, as North Korean has not been translated yet [Read about it here](/OldVersions/Korean(North)/README.md))
-
-Translations in languages other than English are machine translated and are not yet accurate. No errors have been fixed yet as of March 21st 2021. Please report translation errors [here](https://github.com/<developerName>/<repoName>/issues/). Make sure to backup your correction with sources and guide me, as I don't know languages other than English well (I plan on getting a translator eventually) please cite [wiktionary](https://en.wiktionary.org) and other sources in your report. Failing to do so will result in a rejection of the correction being published.
-
-Note: due to limitations with GitHub's interpretation of markdown (and pretty much every other web-based interpretation of markdown) clicking these links will redirect you to a separate file on a separate page that isn't the intended page. You will be redirected to the [.github folder](/.github/) of this project, where the README translations are hosted.
-
-Translations are currently done with Bing translate and DeepL. Support for Google Translate translations is coming to a close due to privacy concerns.
-
-***
-
-# Index
-
-[00.0 - Top](#Top)
-
-> [00.1 - Title](#<projectName>)
-
-> [00.2 - Read this article in a different language](#Read-this-article-in-a-different-language)
-
-> [00.3 - Index](#Index)
-
-[01.0 - Description](#RepositoryName)
-
-[02.0 - About](#About)
-
-[03.0 - Wiki](#Wiki)
-
-[04.0 - History](#History)
-
-> [04.1 - Pre-history](#Pre-history)
-
-> [04.2 - Alpha History](#Alpha-history)
-
-> [04.3 - Beta History](#Beta-history)
-
-> [04.4 - Modern History](#Modern-history)
-
-[05.0 - Copying](#Copying)
-
-[06.0 - Credits](#Credits)
-
-[07.0 - Installation](#Installation)
-
-[08.0 - Version history](#Version-history)
-
-[09.0 - Version history](#Version-history)
-
-[10.0 - Software status](#Software-status)
-
-[11.0 - Sponsor info](#Sponsor-info)
-
-[12.0 - Contributers](#Contributers)
-
-[13.0 - Issues](#Issues)
-
-> [13.1 - Current issues](#Current-issues)
+![/Setup/Graphics/Include-Branches_Unchecked.png](/Setup/Graphics/Include-Branches_Unchecked.png)
 
-> [13.2 - Past issues](#Past-issues)
+Scroll down to the bottom and find this checkbox.
 
-> [13.3 - Past pull requests](#Past-pull-requests)
+![/Setup/Graphics/Include-Branches_Checked.png](/Setup/Graphics/Include-Branches_Checked.png)
 
-> [13.4 - Active pull requests](#Active-pull-requests)
+Check the box (this will fork all the branches required to use this set of templates)
 
-[14.0 - Resources](#Resources)
+## How to use this template
 
-[15.0 - Contributing](#Contributing)
+Once you have completed the template process listed above, you will have a fresh new repository with all the templates. The default branch is `main` but it is of no use for the template process.
 
-[16.0 - About README](#About-README)
+There are currently 11 other branches. You can delete all the branches you don't want to use and set your preferred one as the default branch, or you can just switch the default branch to your preference.
 
-[17.0 - README Version history](#README-version-history)
+Here is a guide to the 11 template branches:
 
-[18.0 - Footer](#You-have-reached-the-end-of-the-README-file)
+`Template-SPM2001-Journaling` - This is my personal default journaling template for the Seanpm2001 life archive project
 
-> [18.9 - End of file](#EOF)
+`Template-SPM2001-Map` - This is my personal map data journaling template for the Seanpm2001 life archive project
 
-***
+`Template-Snapcraft` - This is the snapcraft template for creating snap packages.
 
-# <repoName>
-<repo_description>
+`Template-SNU-Programming-Tools` - This is the SNU Programming Tools template for SNU projects related to the IDE collection set.
 
-***
+`Template-SNU-Other` - This is a miscellaneous SNU template for other SNU projects.
 
-## About
+`Template-SNU-Default` - This is the default SNU template for general SNU projects.
 
-See above. <extendedRepoDescription>
+`Template-Meadows` - This is the template for the Meadows operating system project for its subprojects.
 
-***
+`Template-GitHub-Pages-language` - This is my GitHub pages template for language category organizations.
 
-## Wiki
+`Template-GitHub-Pages-default` - This is my GitHub pages template for general projects.
 
-[Click/tap here to view this projects Wiki](https://github.com/<developerName>/<repoName>/wiki)
+`Template-DeGoogle` - This is my template for my DeGoogle article project series.
 
-If the project has been forked, the Wiki was likely removed. Luckily, I include an embedded version. You can view it [here](/External/ProjectWiki/).
+`Template-Other` - This is my template for my other projects that don't fall under the other categories.
 
 ***
 
-## History
+## Development
 
-Write about this projects history here.
+### V8 Template TODO
 
-### Pre-history
+`template` branches
 
-No pre-history to show for this project.
+- [x] Create template branches
 
-### Alpha history
+- [ ] Too much disclaimer, try to find out how to do a dropdown (without turning the entire page into a giant text box) or comment some of it out for now λ
 
-No Alpha history to show for this project.
+- [ ] Mobile version: success, no improvements needed (other than maybe a way to ease navigation and tell where to scroll) λ
 
-### Beta history
+- [ ]  Repo directory, for description, tags, linked, and url (if none provided, use the "no description websites or URLs provided" that GitHub uses)
 
-No Beta history to show for this project.
+- [ ]  UTC-7 clarification
 
-### Modern history
+- [ ] Swisscows support
 
-No Modern history to show for this project.
+- [ ] Safe.duckduckgo support
 
-***
+- [ ] Removal of parantheses in title line
 
-## Copying
+- [ ] Highly advanced .gitattributes, .editorconfig, and .gitignore
 
-View the copying license for this project [here](/COPYING) (if you haven't built the project yet with the makefile, here is the original link: [COPYINGL](/COPYINGL)
+- [ ] Google link (but it actually points to DeGoogle, don't be a jerk about it, just call it DeGoogle)
 
-Please note that you also have to follow the rules of the GNU General Public License v3 (GPL3) which you can view [here](/LICENSE.txt)
+- [ ] Try to find a way to highlight more text or some other catchy way for important info, also clarify what is important λ
 
-***
+- [ ] Bold the text for the file info section headings, and file history section with bold, add support for MIME *.mkd and *.markdown
 
-## Credits
+- [ ] HYBRID TEMPLATE: Mix of GitHub (pages) and Git (repository (normal))
 
-View the credits file for this project and see the people who got together to make this project by [clicking/tapping here](/CREDITS)
+- [ ] Separate branches for each template category, fit all your templates into one
 
-***
-
-## Installation
+- [ ] Update README files to specifically fit each branch
 
-View the installation instructions file for this project [here](/INSTALL)
+- [ ] Fix typos
 
-Requirements: Read the instructions for more info, and get the latest up-to-date instructions [here](https://gist.github.com/seanpm2001/745564a46186888e829fdeb9cda584de)
+- [ ] Add support for the Pull Request (PR) directory
 
-***
+- - [ ] I have done the following steps for all branches
 
-## Sponsor info
+`main` branch
 
-![SponsorButton.png](/SponsorButton.png)
+- [ ] Make the branch list in the `!USING_THIS_TEMPLATE` instruction file into a functional link list.
 
-You can sponsor this project if you like, but please specify what you want to donate to. [See the funds you can donate to here](https://github.com/seanpm2001/Sponsor-info/tree/main/For-sponsors/)
+- [ ]  Archive all 11 branches into the main branch
 
-You can view other sponsor info [here](https://github.com/seanpm2001/Sponsor-info/)
+- [x]  Archive all 11 pull requests
 
-Try it out! The sponsor button is right up next to the watch/unwatch button.
+- [ ] Update README
 
-***
+- [ ] Finish TODO list
 
-## Version history
+- [ ] Turn repository into template (once all other steps are done)
 
-**Version history currently unavailable**
-
-**No other versions listed**
+As of 2021 Monday, September 13th at 2:31 pm
 
 ***
 
-## Software status
-
-All of my works are free some restrictions. DRM (**D**igital **R**estrictions **M**anagement) is not present in any of my works.
-
-![DRM-free_label.en.svg](/DRM-free_label.en.svg)
-
-This sticker is supported by the Free Software Foundation. I never intend to include DRM in my works.
+## File info
 
-I am using the abbreviation "Digital Restrictions Management" instead of the more known "Digital Rights Management" as the common way of addressing it is false, there are no rights with DRM. The spelling "Digital Restrictions Management" is more accurate, and is supported by [Richard M. Stallman (RMS)](https://en.wikipedia.org/wiki/Richard_Stallman) and the [Free Software Foundation (FSF)](https://en.wikipedia.org/wiki/Free_Software_Foundation)
+**File version:** `2 (2021 Monday, September 13th at 4:28 pm)`
 
-This section is used to raise awareness for the problems with DRM, and also to protest it. DRM is defective by design and is a major threat to all computer users and software freedom.
+**File type:** `Markdown document (*.md *.mkd *.markdown)`
 
-Image credit: [defectivebydesign.org/drm-free/...](https://www.defectivebydesign.org/drm-free/how-to-use-label/)
+**Line count (including blank lines and compiler line):** `191`
 
 ***
 
-## Contributers
-
-Currently, I am the only contributer. Contributing is allowed, as long as you follow the rules of the [CONTRIBUTING.md](/CONTRIBUTING.md) file.
-
-> * 1. [seanpm2001](https://github.com/seanpm2001/) - x commits (As of Yr, DoW, Month, DoM, at ##:## a/pm)
-
-> * 2. No other contributers.
-
-***
-
-## Issues
-
-### Current issues
-
-* None at the moment
-
-* No other current issues
-
-If the repository has been forked, issues likely have been removed. Luckily I keep an archive of certain images [here](/.github/Issues/)
-
-[Read the privacy policy on issue archival here](/.github/Issues/README.md)
-
-**TL;DR**
-
-I archive my own issues. Your issue won't be archived unless you request it to be archived.
-
-### Past issues
-
-* None at the moment
-
-* No other past issues
-
-If the repository has been forked, issues likely have been removed. Luckily I keep an archive of certain images [here](/.github/Issues/)
-
-[Read the privacy policy on issue archival here](/.github/Issues/README.md)
-
-**TL;DR**
-
-I archive my own issues. Your issue won't be archived unless you request it to be archived.
+## File history
 
-### Past pull requests
-
-* None at the moment
-
-* No other past pull requests
-
-If the repository has been forked, issues likely have been removed. Luckily I keep an archive of certain images [here](/.github/Issues/)
-
-[Read the privacy policy on issue archival here](/.github/Issues/README.md)
-
-**TL;DR**
-
-I archive my own issues. Your issue won't be archived unless you request it to be archived.
-
-### Active pull requests
-
-* None at the moment
-
-* No other active pull requests
-
-If the repository has been forked, issues likely have been removed. Luckily I keep an archive of certain images [here](/.github/Issues/)
-
-[Read the privacy policy on issue archival here](/.github/Issues/README.md)
-
-**TL;DR**
-
-I archive my own issues. Your issue won't be archived unless you request it to be archived.
-
-***
-
-## Resources
-
-Here are some other resources for this project:
-
-[Project language file A](PROJECT_LANG_1.<fileExtensionForProgrammingLanguage>)
-
-[Join the discussion on GitHub](https://github.com/<developerName>/<repoName>/discussions)
-
-No other resources at the moment.
-
-***
-
-## Contributing
-
-Contributing is allowed for this project, as long as you follow the rules of the `CONTRIBUTING.md` file.
-
-[Click/tap here to view the contributing rules for this project](/CONTRIBUTING.md)
-
-***
-
-## About README
-
-**File type:** `Markdown Document (*.md *.mkd *.markdown)`
-
-**File version:** `0.1.6 (Monday, August 23rd 2021 at 6:37 pm)`
-
-**Line count (including blank lines and compiler line):** `0,407`
-
-***
-
-## README version history
-
-Version 0.1 (Sunday, March 21st 2021 at 7:50 pm)
+**Version 1 (Monday, 2021 September 13th at 3:45 pm)**
 
 > Changes:
 
 > * Started the file
 
-> * Added the title section
-
-> * Added the index
-
-> * Added the about section
-
-> * Added the Wiki section
-
-> * Added the version history section
-
-> * Added the issues section.
-
-> * Added the past issues section
+> * Added instructions for setup
 
-> * Added the past pull requests section
+> * Added the todo list
 
-> * Added the active pull requests section
+> * Added the file info section
 
-> * Added the contributors section
-
-> * Added the contributing section
-
-> * Added the about README section
-
-> * Added the README version history section
-
-> * Added the resources section
-
-> * Added a software status section, with a DRM free sticker and message
+> * No other changes in version 1
 
-> * Added the sponsor info section
+**Version 2 (Monday, 2021 September 13th at 4:28 pm)**
 
-**ITERATION 5**
+> Changes:
 
-> * Updated the title section
+> * Updated the title
 
-> * Updated the index
+> * Updated the instructions
 
-> * Added the history section
+> * Updated the todo list
 
 > * Updated the file info section
 
-> * Updated the file history section
-
-**ITERATION 6**
+> * Added the file history section
 
-> * Updated the title section
+> * Added the footer section
 
-> * Fixed and update template links
-
-> * Updated the index
-
-> * Added the copying section
-
-> * Added the credits section
-
-> * Added the installation section
-
-> * Updated the resources section
-
-> * Updated the contributors section
-
-> * Added the technical notes section
-
-> * Updated the footer
-
-> * Updated the file info section
-
-> * Updated the file history section
-
-> * No other changes in version 0.1
+> * No other changes in version 2
 
-Version 1 (Coming soon)
+**Version 3 (Coming soon)**
 
 > Changes:
 
 > * Coming soon
 
-> * No other changes in version 1
+> * No other changes in version 3
 
-Version 2 (Coming soon)
+**Version 4 (Coming soon)**
 
 > Changes:
 
 > * Coming soon
 
-> * No other changes in version 2
+> * No other changes in version 4
 
 ***
 
-### You have reached the end of the README file
+## Footer
+
+You have reached the end of this file.
 
-( [Back to top](#Top) | [Exit to GitHub](https://github.com) | [Exit to Bing](https://www.bing.com/) | [Exit to DuckDuckGo](https://duckduckgo.com/) | [Exit to Ecosia](https://www.ecosia.org) )
+(  [Back to top](#Using-this-template) | [Exit to GitHub](https://github.com/) | [Exit to Bing](https://www.bing.com/) | [Exit to DuckDuckGo](https://duckduckgo.com/) | [Exit to Safe.DuckDuckGo](https://safe.duckduckgo.com/) | [Exit to Ecosia](https://www.ecosia.org/) | [Exit to Swisscows](https://www.swisscows.com/) )
 
 ### EOF
 
diff --git a/ROOTFILES.base b/ROOTFILES.base
index e74d855..f79cf8c 100644
--- a/ROOTFILES.base
+++ b/ROOTFILES.base
@@ -1,8 +1,13 @@
 /.github/
 /.gitlab/
+/Branches/
 /Docs/
 /OldVersions/
+/Predecessors/
 /RepoData/
+/Setup/
+/!JEKYLL
+/!USING_THIS_TEMPLATE.md
 /.editorconfig
 /.gitattributes
 /.gitignore
@@ -18,20 +23,28 @@
 /CREDITS
 /CREDITS.wiki
 /DRM-free_label.en.svg
+/DeGoogle
+/GitHub-Pages-Default
+/GitHub-Pages-Language
 /INITIAL_COMMIT.txt
 /INSTALL
 /INSTALL.rst
+/JMAP
+/Journaling
 /K.desktop
 /LICENSE-GPL.txt
 /LICENSE-GPL3.txt
 /LICENSE.txt
+/Meadows-Branch
+/PLANS_TV8X.markdown
 /README.md
 /ROOTFILES.base
-/SECURITY.md
+/SNU-DEFAULT
+/SNU-OTHER
+/SNU-Programming-Tools
+/SnapcraftBranch
 /SponsorButton.png
+/TODO.mkd
 /_config.yml
-/desktop.ini
-/gitlab-ci.yml
 /makefile.mk
 /pull_request_template.md
-/README.md
diff --git a/RepoData/Description/GitHub/OldVersions/English/USA/README.md b/RepoData/Description/GitHub/OldVersions/English/USA/README.md
index 20c3f4f..3d1185c 100644
--- a/RepoData/Description/GitHub/OldVersions/English/USA/README.md
+++ b/RepoData/Description/GitHub/OldVersions/English/USA/README.md
@@ -1 +1 @@
-⭕️🇨#️⃣️📖️ The official documentation source repository for the Objective-C# experimental programming language.
+The new approach to Git repo templates, an ultimate template culminated in less than 2 weeks that combines all template categories into one. A very powerful Git template.
diff --git a/RepoData/Description/GitHub/OldVersions/English/USA/README_V1.txt b/RepoData/Description/GitHub/OldVersions/English/USA/README_V1.txt
index 20c3f4f..3d1185c 100644
--- a/RepoData/Description/GitHub/OldVersions/English/USA/README_V1.txt
+++ b/RepoData/Description/GitHub/OldVersions/English/USA/README_V1.txt
@@ -1 +1 @@
-⭕️🇨#️⃣️📖️ The official documentation source repository for the Objective-C# experimental programming language.
+The new approach to Git repo templates, an ultimate template culminated in less than 2 weeks that combines all template categories into one. A very powerful Git template.
diff --git a/RepoData/Description/GitHub/README.txt b/RepoData/Description/GitHub/README.txt
index 20c3f4f..fc6b9c0 100644
--- a/RepoData/Description/GitHub/README.txt
+++ b/RepoData/Description/GitHub/README.txt
@@ -1 +1 @@
-⭕️🇨#️⃣️📖️ The official documentation source repository for the Objective-C# experimental programming language.
+ The new approach to Git repo templates, an ultimate template culminated in less than 2 weeks that combines all template categories into one. A very powerful Git template. 
diff --git a/SECURITY.md b/SECURITY.md
deleted file mode 100644
index 2cb1d86..0000000
--- a/SECURITY.md
+++ /dev/null
@@ -1,71 +0,0 @@
-
-***
-
-# Security Policy
-
-## Supported Versions
-
-This project is a Git-image project, and doesn't have security issues like common repositories. They are still possible, and instructions will be listed below.
-
-## Version history
-
-| Version | Supported          | Support status |
-| ------- | ------------------ |-----------------|
-| Versions | not | listed yet |
-| v1.0.0    | :heavy_check_mark: | NOT YET RELEASED |
-
-## Reporting a Vulnerability
-
-DO NOT REPORT A ZERO DAY VULNERABILITY PUBLICLY!
-
-Please instead direct message me via GitHub. If there is no response within 90 days, you can post the vulnerability as an issue, as part of the standard 0 day security exploit reporting guidelines.
-
-If a vulnerability is caused by an outdated dependancy, you can report it publicly, as it usually isn't that much of a problem.
-
-Other security currently isn't available. If there are any further questions, message me via email at [seanpm2001-mailing-list@protonmail.com](mailto:seanpm2001-mailing-list@protonmail.com)
-
-***
-
-## File info
-
-**File type:** `Markdown document (*.md *.mkd *.mdown *.markdown)`
-
-**File version:** `1 (2022, Thursday, May 19th at 3:05 pm PST)`
-
-**Line count (including blank lines and compiler line):** `72`
-
-***
-
-## File history
-
-<details><summary><p>Click/tap here to expand/collapse the history for this file</p></summary>
-
-**Version 1 (2022, Thursday, May 19th at 3:05 pm PST)**
-
-> Changes:
-
-> * Started the file
-
-> * Added the supported versions section
-
-> * Added the version history section
-
-> * Added the reporting a vulnerability section
-
-> * Added the file info section
-
-> * Added the file history section
-
-> * No other changes in version 1
-
-**Version 2 (Coming soon)**
-
-> Changes:
-
-> * Coming soon
-
-> * No other changes in version 2
-
-</details>
-
-***
diff --git a/SNU-DEFAULT b/SNU-DEFAULT
new file mode 100644
index 0000000..a4984d1
--- /dev/null
+++ b/SNU-DEFAULT
@@ -0,0 +1 @@
+# SNU Default branch
diff --git a/SNU-OTHER b/SNU-OTHER
new file mode 100644
index 0000000..cc1dea6
--- /dev/null
+++ b/SNU-OTHER
@@ -0,0 +1 @@
+# SNU Other branch
diff --git a/SNU-Programming-Tools b/SNU-Programming-Tools
new file mode 100644
index 0000000..501e26b
--- /dev/null
+++ b/SNU-Programming-Tools
@@ -0,0 +1 @@
+# SNU Programming Tools branch
diff --git a/Setup/Graphics/Include-Branches_Checked.png b/Setup/Graphics/Include-Branches_Checked.png
new file mode 100644
index 0000000..fb2cf20
Binary files /dev/null and b/Setup/Graphics/Include-Branches_Checked.png differ
diff --git a/Setup/Graphics/Include-Branches_Unchecked.png b/Setup/Graphics/Include-Branches_Unchecked.png
new file mode 100644
index 0000000..903e6d2
Binary files /dev/null and b/Setup/Graphics/Include-Branches_Unchecked.png differ
diff --git a/Setup/Graphics/Use-this-template-button.png b/Setup/Graphics/Use-this-template-button.png
new file mode 100644
index 0000000..ee5be7d
Binary files /dev/null and b/Setup/Graphics/Use-this-template-button.png differ
diff --git a/SnapcraftBranch b/SnapcraftBranch
new file mode 100644
index 0000000..018ef1d
--- /dev/null
+++ b/SnapcraftBranch
@@ -0,0 +1 @@
+# Snapcraft branch
diff --git a/TODO.mkd b/TODO.mkd
new file mode 100644
index 0000000..3349ca1
--- /dev/null
+++ b/TODO.mkd
@@ -0,0 +1,58 @@
+
+***
+
+# V8 Template TODO
+
+`template` branches
+
+- [x] Create template branches
+
+- [ ] Too much disclaimer, try to find out how to do a dropdown (without turning the entire page into a giant text box) or comment some of it out for now λ
+
+- [ ] Mobile version: success, no improvements needed (other than maybe a way to ease navigation and tell where to scroll) λ
+
+- [ ]  Repo directory, for description, tags, linked, and url (if none provided, use the "no description websites or URLs provided" that GitHub uses)
+
+- [ ]  UTC-7 clarification
+
+- [ ] Swisscows support
+
+- [ ] Safe.duckduckgo support
+
+- [ ] Removal of parantheses in title line
+
+- [ ] Highly advanced .gitattributes, .editorconfig, and .gitignore
+
+- [ ] Google link (but it actually points to DeGoogle, don't be a jerk about it, just call it DeGoogle)
+
+- [ ] Try to find a way to highlight more text or some other catchy way for important info, also clarify what is important λ
+
+- [ ] Bold the text for the file info section headings, and file history section with bold, add support for MIME *.mkd and *.markdown
+
+- [ ] HYBRID TEMPLATE: Mix of GitHub (pages) and Git (repository (normal))
+
+- [ ] Separate branches for each template category, fit all your templates into one
+
+- [ ] Update README files to specifically fit each branch
+
+- [ ] Fix typos
+
+- - [ ] I have done the following steps for all branches
+
+`main` branch
+
+- [ ] Make the branch list in the `!USING_THIS_TEMPLATE` instruction file into a functional link lisrt.
+
+- [ ]  Archive all 11 branches into the main branch
+
+- [ ]  Archive all 11 pull requests
+
+- [ ] Update README
+
+- [ ] Finish TODO list
+
+- [ ] Turn repository into template (once all other steps are done)
+
+As of 2021 Monday, September 13th at 2:31 pm
+
+***
diff --git a/desktop.ini b/desktop.ini
deleted file mode 100644
index 60bde10..0000000
--- a/desktop.ini
+++ /dev/null
@@ -1,18 +0,0 @@
-# Start of script
-
-# Sample INI file
-
-[.ShellClassInfo]
-ConfirmFileOp=0
-NoSharing=1
-IconFile=/
-IconIndex=0
-InfoTip="Miscellaneous project from @seanpm2001 [WRITE A BETTER DESCRIPTION HERE"
-
-# File info
-
-# File type: Windows INI file [desktop.ini] (*.ini)
-# File version: 1 (2023, Wednesday, May 3rd at 6:09 pm PST)
-# Line count (including blank lines and compiler line): 19
-
-# End of script
diff --git a/gitlab-ci.yml b/gitlab-ci.yml
deleted file mode 100644
index 61e96a9..0000000
--- a/gitlab-ci.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-# Sampled from https://gitlab.wikimedia.org/toolforge-repos/wiki-gpt/-/blob/main/.gitlab-ci.yml
-workflow:
-  rules:
-    - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
-
-stages:
-  - build-commit
-
-build:
-  stage: build-commit
-  before_script:
-    - apt-get update -q -y && apt-get install -y git python3-pip
-  script:
-    - pip3 install pre-commit
-    - pre-commit run --all-files
-  artifacts:
-    untracked: true
-# File version: 1 (2023, Wednesday, May 3rd at 6:04 pm PST)