diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index aad6a0f..806211e 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -2,7 +2,7 @@
 name: Bug report
 about: Create a bug report
 title: ''
-labels: bug, needs triage
+labels: bug
 assignees: ''
 
 ---
@@ -35,4 +35,4 @@ A description with steps to reproduce the issue. If your have a public example o
 A description of what you expected to happen.
 
 **Actual behavior:**
-A description of what is actually happening.
\ No newline at end of file
+A description of what is actually happening.
diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md
new file mode 100644
index 0000000..48d5f81
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/custom.md
@@ -0,0 +1,10 @@
+---
+name: Custom issue template
+about: Describe this issue template's purpose here.
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 1c37027..df4b0cd 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -2,9 +2,11 @@
 name: Feature request
 about: Suggest an idea for this project
 title: ''
-labels: feature request, needs triage
+labels: ''
 assignees: ''
+
 ---
+
 <!--- Please direct any generic questions related to actions to our support community forum at https://github.community/c/code-to-cloud/github-actions/41 --->
 <!--- Before opening up a new feature request, please make sure to check for similar existing issues and pull requests -->
 
@@ -15,4 +17,4 @@ Describe your proposal.
 Justification or a use case for your proposal.
 
 **Are you willing to submit a PR?**
-<!--- We accept contributions! -->
\ No newline at end of file
+<!--- We accept contributions! -->