diff --git a/.github/ISSUE_TEMPLATE/1-issue.yml b/.github/ISSUE_TEMPLATE/1-issue.yml index 5e3aad12f..52d219ef4 100644 --- a/.github/ISSUE_TEMPLATE/1-issue.yml +++ b/.github/ISSUE_TEMPLATE/1-issue.yml @@ -1,6 +1,5 @@ name: Issue description: for reporting any issue -title: " " labels: ["ISSUE"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/2-feature_request.yml b/.github/ISSUE_TEMPLATE/2-feature_request.yml index 0e9cee282..59f10632a 100644 --- a/.github/ISSUE_TEMPLATE/2-feature_request.yml +++ b/.github/ISSUE_TEMPLATE/2-feature_request.yml @@ -1,6 +1,5 @@ name: Feature request description: Suggest an idea for this project -title: " " labels: ["FEATURE"] body: - type: markdown