From ec681d64371b578545563ab87929593da99768b7 Mon Sep 17 00:00:00 2001 From: Ram Prasad GS Date: Wed, 24 Jul 2024 11:27:28 +0530 Subject: [PATCH 1/2] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..d180f725 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,25 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[Version: ] " +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: + +**Expected behavior** +A clear and concise description of what you expected to happen. + +[ ] is it a regression issue? + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Customer Info** +Company: xyz. From a16dc1090cc567799cd4b575650a2189654624cd Mon Sep 17 00:00:00 2001 From: Ram Prasad GS Date: Wed, 24 Jul 2024 12:47:34 +0530 Subject: [PATCH 2/2] Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 26 +++++++++++++++++++++++ 1 file changed, 26 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 00000000..fb623f8c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,26 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. + +**Have you already checked existing issues before creating a feature request?** +If you find same feature requests reported, upvote the issue (+1) + +**Customer Info** +Company: xyz