From f56ec305835f153a1c4dd5ebad28bb8387dc8287 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Sun, 21 Apr 2024 07:32:38 +0100 Subject: [PATCH] title format in issues --- .github/ISSUE_TEMPLATE/01-report-bug.yaml | 4 ++-- .github/ISSUE_TEMPLATE/02-request-feature.yaml | 4 ++-- .github/ISSUE_TEMPLATE/03-documentation.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-report-bug.yaml b/.github/ISSUE_TEMPLATE/01-report-bug.yaml index 8c1b036..077f70e 100644 --- a/.github/ISSUE_TEMPLATE/01-report-bug.yaml +++ b/.github/ISSUE_TEMPLATE/01-report-bug.yaml @@ -1,6 +1,6 @@ name: '🐛 Report a bug' -description: 'Template for reporting bugs in the DeepFace project.' -title: '[BUG]: ' +description: 'Use this template to report DeepFace related issues' +title: '[BUG]: ' labels: - bug body: diff --git a/.github/ISSUE_TEMPLATE/02-request-feature.yaml b/.github/ISSUE_TEMPLATE/02-request-feature.yaml index 267e52a..2294bb2 100644 --- a/.github/ISSUE_TEMPLATE/02-request-feature.yaml +++ b/.github/ISSUE_TEMPLATE/02-request-feature.yaml @@ -1,6 +1,6 @@ name: '✨ Request a New Feature' -description: 'Propose a new feature' -title: '[FEATURE]: ' +description: 'Use this template to propose a new feature' +title: '[FEATURE]: ' labels: - 'enhancement' body: diff --git a/.github/ISSUE_TEMPLATE/03-documentation.yaml b/.github/ISSUE_TEMPLATE/03-documentation.yaml index cbdcedb..cbd0d60 100644 --- a/.github/ISSUE_TEMPLATE/03-documentation.yaml +++ b/.github/ISSUE_TEMPLATE/03-documentation.yaml @@ -1,6 +1,6 @@ name: '📝 Documentation' -description: 'Adding or improving in docs' -title: '[DOC]: ' +description: 'Use this template to add or improve docs' +title: '[DOC]: ' labels: - documentation body: