diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md
deleted file mode 100644
index 80a27672..00000000
--- a/.github/ISSUE_TEMPLATE/documentation.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-name: Documentation Issue
-about: Report an issue with the project documentation
-title: "[Documentation] :"
-labels: Easy, IWOC2024
-assignees: ''
-
----
-
-## About Documentation
-
-## Description
-
-## Affected Documentation Section
-
-## Expected Documentation
-
-## Severity
-- [ ] Low
-- [ ] Medium
-- [ ] High
-- [ ] Critical
-
-
-## Connect Us On social media -
-- [ ] Star the repositry
-- [ ] GitHub
-- [ ] LinkedIn
-- [ ] YouTube
-- [ ] Discord
-
-### Thank you for raising issue in GameSpher 3.0
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
deleted file mode 100644
index 0f623f67..00000000
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-name: Feature Request
-about: Suggest a new feature or enhancement for the project
-title: "[Feature Request] :"
-labels: IWOC2024, Medium
-assignees: ''
-
----
-
-## About Feature
-
-## Description
-
-## Technologies Used
-
-## Screenshot
-
-## Connect Us On Social Media -
-- [ ] Star the repositry
-- [ ] GitHub
-- [ ] LinkedIn
-- [ ] YouTube
-- [ ] Discord
-
-### Thank you for raising issue in GameSpher 3.0
diff --git a/.github/ISSUE_TEMPLATE/new-game.md b/.github/ISSUE_TEMPLATE/new-game.md
deleted file mode 100644
index 4d94e901..00000000
--- a/.github/ISSUE_TEMPLATE/new-game.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-name: New Game
-about: Description of game
-title: "[Game]: "
-labels: IWOC2024, Medium
-assignees: ''
-
----
-
-## Game Name
-
-## Description
-
-
-
-## Screenshot Section
-
-
-
-## Demo Video Section
-
-
-
-### Connect Us On Social Media -
-- [ ] Star the repositry
-- [ ] GitHub
-- [ ] LinkedIn
-- [ ] YouTube
-- [ ] Discord
-
-### Thank you for raising issue in GameSpher 3.0
diff --git a/.github/ISSUE_TEMPLATE/styles.yml b/.github/ISSUE_TEMPLATE/styles.yml
deleted file mode 100644
index f857de7e..00000000
--- a/.github/ISSUE_TEMPLATE/styles.yml
+++ /dev/null
@@ -1,53 +0,0 @@
-name: Style Changing Request
-description: Suggest a style designs
-title: '[style]: '
-labels: ['enhancement']
-body:
- - type: markdown
- attributes:
- value: |
- Thanks for taking the time to fill out this template!
- - type: textarea
- id: style-idea
- attributes:
- label: What's the style idea?
- placeholder: Add descriptions
- value: 'We need to improve '
- validations:
- required: true
- - type: textarea
- id: screenshots
- attributes:
- label: Add screenshots
- required: true
-
- - label: I have read the [Contributing Guidelines](https://github.com/priyankarpal/ProjectsHut/blob/main/contributing.md)
- required: true
-
- - label: I agree to follow this project's [Code of Conduct](https://github.com/priyankarpal/ProjectsHut/blob/main/CODE_OF_CONDUCT.md)
- required: true
-
- - label: I'm a GSSoC'23 contributor
-
- - label: I want to work on this issue
- description: Add screenshots to see the demo
- placeholder: Add screenshots
- value: 'Add screenshots'
- - type: checkboxes
- id: terms
- attributes:
- label: Code of Conduct
- description: By submitting this issue, you agree to follow our Code of Conduct
- options:
- - label: I agree to follow this project's Code of Conduct
- required: true
-
- - label: I have read the [Contributing Guidelines](https://github.com/GameSphere-MultiPlayer/GameSphere/blob/main/.github/Contributor.md)
- required: true
-
- - label: I agree to follow this project's [Code of Conduct](https://github.com/GameSphere-MultiPlayer/GameSphere/blob/main/.github/CODE_OF_CONDUCT.md)
- required: true
-
- - label: I'm a GSSoC'23 contributor
-
- - label: I want to work on this issue