From e9a7fb0c8311baec1521134c34036af2c1e728c6 Mon Sep 17 00:00:00 2001 From: aditya singh rathore <142787780+Adez017@users.noreply.github.com> Date: Sun, 21 Sep 2025 04:52:51 +0000 Subject: [PATCH] Added issues templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 28 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 1 + .github/ISSUE_TEMPLATE/feature_request.yml | 27 +++++++++++++++++++++ 3 files changed, 56 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..455729a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,28 @@ +name: Bug report +description: Create a report to help us improve +type: Bug +labels: bug +body: + - type: textarea + attributes: + label: Describe the bug + description: Describe the bug. + placeholder: > + A clear and concise description of what the bug is. + validations: + required: true + - type: textarea + attributes: + label: To Reproduce + placeholder: > + Steps to reproduce the behavior: + - type: textarea + attributes: + label: Expected behavior + placeholder: > + A clear and concise description of what you expected to happen. + - type: textarea + attributes: + label: Additional context + placeholder: > + Add any other context about the problem here. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..a49eab2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..0242e84 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,27 @@ +name: Feature request +description: Suggest an idea for this project +type: Feature +labels: enhancement +body: + - type: textarea + attributes: + label: Is your feature request related to a problem or challenge? + description: Please describe what you are trying to do. + placeholder: > + A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + (This section helps developers understand the context and *why* for this feature, in addition to the *what*) + - type: textarea + attributes: + label: Describe the solution you'd like + placeholder: > + A clear and concise description of what you want to happen. + - type: textarea + attributes: + label: Describe alternatives you've considered + placeholder: > + A clear and concise description of any alternative solutions or features you've considered. + - type: textarea + attributes: + label: Additional context + placeholder: > + Add any other context or screenshots about the feature request here. \ No newline at end of file