From fa3b9b144362fbaccd761125e05006c8e2480d58 Mon Sep 17 00:00:00 2001 From: N3N Date: Sun, 10 Nov 2024 13:11:03 -0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md 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.