diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1ca797e..109583d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,3 +1,12 @@ +--- +name: Bug report +about: Create a bug report. +title: "[DATE]: [BUG]" +labels: bug +assignees: 'PhilipWafula' + +--- + ## Description Please provide a detailed description of the issue. Include what you expected to happen and what actually happened. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 8cc65b4..0008c7e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,3 +1,12 @@ +--- +name: Feature request +about: Suggest an idea for this project. +title: '[DATE]: [FEATURE REQUEST]' +labels: feature +assignees: 'PhilipWafula' + +--- + ## Feature Description Please provide a concise and clear description of the feature you propose. Explain the value this feature will add to the project, or the problem it will solve. diff --git a/.github/ISSUE_TEMPLATE/refactor_request.md b/.github/ISSUE_TEMPLATE/refactor_request.md index 706cc5c..54636bb 100644 --- a/.github/ISSUE_TEMPLATE/refactor_request.md +++ b/.github/ISSUE_TEMPLATE/refactor_request.md @@ -1,3 +1,12 @@ +--- +name: Refactor request +about: Suggest reorganization of the code base to streamline some functionality. +title: "[DATE]: [REFACTOR]" +labels: refactor +assignees: 'PhilipWafula' + +--- + ## Description Please provide a clear and concise description of the refactoring changes you have made. Explain why these changes are necessary and how they improve the codebase.