From 3467cd63c336602e40503f6b538a8594ad657330 Mon Sep 17 00:00:00 2001 From: KeisukeYamashita <19yamashita15@gmail.com> Date: Tue, 5 Nov 2024 17:38:25 +0100 Subject: [PATCH] chore(.github): add feature request template Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com> --- .github/ISSUE_TEMPLATE/feature_request.md | 28 +++++++++++++++++++++++ 1 file changed, 28 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..da60bc6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,28 @@ +--- +name: Feature Request +about: Create a report to help us improve +title: '' +labels: enhancement +assignees: '' + +--- + +**Describe the feature** + +A clear and concise description the feature request. + +## How to run + +If you plan to add a new command, flag or option, please describe how you would like to run it. + +```console + +``` + +## Expected behavior + +A clear and concise description of what you expected to happen. + +## Additional context + +Add any other context about the problem here.