diff --git a/.github/workflows/ISSUE_TEMPLATE/bug_report.yml b/.github/workflows/ISSUE_TEMPLATE/bug_report.yml
deleted file mode 100644
index 46bba25..0000000
--- a/.github/workflows/ISSUE_TEMPLATE/bug_report.yml
+++ /dev/null
@@ -1,65 +0,0 @@
-name: Bug Report
-description: "Create a report to help us improve."
-body:
- - type: checkboxes
- id: terms
- attributes:
- label: Welcome
- options:
- - label: Yes, I've searched similar issues on GitHub and didn't find any.
- required: true
- - label: Yes, I've included all information below (version, config, etc).
- required: true
-
- - type: textarea
- id: problem
- attributes:
- label: Description of the problem
- placeholder: Your problem description
- validations:
- required: true
-
- - type: input
- id: valkeyrie-version
- attributes:
- label: Version of Valkeyrie
- validations:
- required: true
-
- - type: input
- id: store-version
- attributes:
- label: Version of store
- validations:
- required: true
-
- - type: textarea
- id: go-env
- attributes:
- label: Go environment
- value: |-
-
-
- ```console
- $ go version && go env
- # paste output here
- ```
-
-
- validations:
- required: true
-
- - type: textarea
- id: code-example
- attributes:
- label: Code example or link to a public repository
- value: |-
-
-
- ```go
- // add your code here
- ```
-
-
- validations:
- required: true
diff --git a/.github/workflows/ISSUE_TEMPLATE/config.yml b/.github/workflows/ISSUE_TEMPLATE/config.yml
deleted file mode 100644
index 00fe7cd..0000000
--- a/.github/workflows/ISSUE_TEMPLATE/config.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-blank_issues_enabled: false
-contact_links:
- - name: Questions
- url: https://github.com/kvtools/valkeyrie/discussions
- about: If you have a question, or are looking for advice, please post on our Discussions forum!
-
diff --git a/.github/workflows/ISSUE_TEMPLATE/feature_request.yml b/.github/workflows/ISSUE_TEMPLATE/feature_request.yml
deleted file mode 100644
index 50be34b..0000000
--- a/.github/workflows/ISSUE_TEMPLATE/feature_request.yml
+++ /dev/null
@@ -1,35 +0,0 @@
-name: Feature request
-description: "Suggest an idea for this project."
-body:
-
- - type: textarea
- id: problem
- attributes:
- label: Your feature request related to a problem? Please describe.
- placeholder: "A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]"
- validations:
- required: true
-
- - type: textarea
- id: solution
- attributes:
- label: Describe the solution you'd like.
- placeholder: "A clear and concise description of what you want to happen."
- validations:
- required: true
-
- - type: textarea
- id: alternatives
- attributes:
- label: Describe alternatives you've considered.
- placeholder: "A clear and concise description of any alternative solutions or features you've considered."
- validations:
- required: true
-
- - type: textarea
- id: additional
- attributes:
- label: Additional context.
- placeholder: "Add any other context or screenshots about the feature request here."
- validations:
- required: false