From c5c0d82e9c7429a91b04535ae5873d569644326b Mon Sep 17 00:00:00 2001 From: Abhishek Mallick Date: Tue, 10 Sep 2024 20:55:55 +0530 Subject: [PATCH] fix: Updated template configs --- .github/ISSUE_TEMPLATE/bug_report.md | 9 --------- .github/ISSUE_TEMPLATE/feature_request.md | 7 ------- .github/PULL_REQUEST_TEMPLATE.md | 2 -- 3 files changed, 18 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 15371f6..14d7c4e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,12 +1,3 @@ ---- -name: Bug report -about: Create a report to help us improve -title: "[Bug]: Concise Description of the Bug" -labels: '' -assignees: '' - ---- - --- name: "🐛 Bug Report" about: Report a reproducible bug or regression. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 9034138..b2068a3 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,10 +1,3 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: 'Feature Request: [Concise Description of the Feature]' -labels: '' -assignees: '' - --- name: "✨ Feature Request" diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 596e8d4..e01e223 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,3 @@ -# Pull Request Template for Universal-Box - ## Description Please provide a summary of the changes made in this pull request. Include any relevant motivation and context for the changes.