From 7586fb0358218fee85e924ef7755b816598c6658 Mon Sep 17 00:00:00 2001 From: Taekyung Heo <7621438+TaekyungHeo@users.noreply.github.com> Date: Wed, 22 Nov 2023 16:13:35 -0500 Subject: [PATCH] Add .github/ISSUE_TEMPLATE/ --- .github/ISSUE_TEMPLATE/bug_report.md | 20 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 13 +++++++++++++ .github/ISSUE_TEMPLATE/general_question.md | 9 +++++++++ 3 files changed, 42 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/general_question.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..10ae23d5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,20 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' +--- + +## Describe the Bug +> A clear and concise description of what the bug is. + +## Steps to Reproduce +> Steps to reproduce the behavior. +> Please include the version information where the bug was observed. + +## Expected Behavior +> A clear and concise description of what you expected to happen. + +## Screenshots +> If applicable, add screenshots to help explain your problem. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..a2a493d1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,13 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' +--- + +## Problem Related to the Feature +> A clear and concise description of what the problem is. + +## Proposed Solution +> A clear and concise description of what you want to happen. diff --git a/.github/ISSUE_TEMPLATE/general_question.md b/.github/ISSUE_TEMPLATE/general_question.md new file mode 100644 index 00000000..0dc55f0f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/general_question.md @@ -0,0 +1,9 @@ +--- +name: General question +about: Ask a question or seek clarification about the project +title: '' +labels: 'question' +assignees: '' +--- + +> Please provide a detailed description of your question or the information you seek.