diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..c56d5a8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,22 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: 'feat(ISSUE-*): ' +labels: enhancement +assignees: '' + +--- + +### Feature Request + +**Problem** +Why is this needed? Describe the issue or challenge this feature addresses. + +**Outcome** +What will success look like? Describe the positive impact of solving this problem. + +**Tests** +Does this PR has unit tests ? + +**Additional Context** (optional) +Any extra details or references for background.