From 74249844323e5ed9eb085a2d3f3b7c9ad0c051f6 Mon Sep 17 00:00:00 2001 From: Soham Tilekar <152298897+SohamTilekar@users.noreply.github.com> Date: Sun, 28 Jan 2024 21:31:33 +0530 Subject: [PATCH 1/5] Create bug_report.md --- .github/SSUE_TEMPLATE /bug_report.md | 35 ++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/SSUE_TEMPLATE /bug_report.md diff --git a/.github/SSUE_TEMPLATE /bug_report.md b/.github/SSUE_TEMPLATE /bug_report.md new file mode 100644 index 00000000..ed52b889 --- /dev/null +++ b/.github/SSUE_TEMPLATE /bug_report.md @@ -0,0 +1,35 @@ +--- +name: Bug report +about: Create a report to help us improve +title: 'BUG: -' +labels: bug + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Do this '...' +2. Do that '...' +3. ... + +**Trace Back** +``` +... +``` + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Media** +If applicable, add Media to help explain your problem. [e.g. input.mp4] + +**Desktop (please complete the following information):** + - OS: [e.g. ubuntu] + - Python Version: [e.g. 3.11] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. From 461556dcb9d13cf4d8ed1ad443e0e07311c668c5 Mon Sep 17 00:00:00 2001 From: Soham Tilekar <152298897+SohamTilekar@users.noreply.github.com> Date: Sun, 28 Jan 2024 21:34:08 +0530 Subject: [PATCH 2/5] Create enhancement-proposal-template.md --- .../enhancement-proposal-template.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/SSUE_TEMPLATE /enhancement-proposal-template.md diff --git a/.github/SSUE_TEMPLATE /enhancement-proposal-template.md b/.github/SSUE_TEMPLATE /enhancement-proposal-template.md new file mode 100644 index 00000000..93d64e87 --- /dev/null +++ b/.github/SSUE_TEMPLATE /enhancement-proposal-template.md @@ -0,0 +1,26 @@ +--- +name: Enhancement Proposal Template +about: " A structured format for proposing and discussing improvements to the vidiopy + Python module." +title: 'Enhancement Proposal: -' +labels: enhancement +assignees: '' + +--- + +## Enhancement Proposal + +**Description:** +A clear and concise description of the enhancement you are proposing. + +**Current Behavior:** +Describe the current behavior or limitations that this enhancement aims to address. + +**Proposed Changes:** +Outline the changes you propose to make. + +**Benefits:** +Explain the benefits of implementing this enhancement. + +**Additional Information:** +Any additional context or considerations. From 71b53520de7069261057e3661baac9ffad461d8c Mon Sep 17 00:00:00 2001 From: Soham Tilekar <152298897+SohamTilekar@users.noreply.github.com> Date: Sun, 28 Jan 2024 21:34:39 +0530 Subject: [PATCH 3/5] Create feature_request.md --- .github/SSUE_TEMPLATE /feature_request.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/SSUE_TEMPLATE /feature_request.md diff --git a/.github/SSUE_TEMPLATE /feature_request.md b/.github/SSUE_TEMPLATE /feature_request.md new file mode 100644 index 00000000..7eb491c0 --- /dev/null +++ b/.github/SSUE_TEMPLATE /feature_request.md @@ -0,0 +1,22 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: 'FEATURE REQUEST: - ' +labels: enhancement, feature request +assignees: '' + +--- + +## Feature Request + +**Description:** +A clear and concise description of the feature you'd like to see implemented. + +**Use Case:** +Describe the context in which this feature would be used. + +**Proposed Solution:** +If you have any initial thoughts on how this feature could be implemented, please share them here. + +**Additional Information:** +Any additional context or screenshots that might be helpful. From aa732dbf217ac38d2280f124711d0c3d577c0946 Mon Sep 17 00:00:00 2001 From: Soham Tilekar <152298897+SohamTilekar@users.noreply.github.com> Date: Sun, 28 Jan 2024 21:35:04 +0530 Subject: [PATCH 4/5] Update bug_report.md --- .github/SSUE_TEMPLATE /bug_report.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/SSUE_TEMPLATE /bug_report.md b/.github/SSUE_TEMPLATE /bug_report.md index ed52b889..a8ecbfb4 100644 --- a/.github/SSUE_TEMPLATE /bug_report.md +++ b/.github/SSUE_TEMPLATE /bug_report.md @@ -3,6 +3,7 @@ name: Bug report about: Create a report to help us improve title: 'BUG: -' labels: bug +assignees: '' --- From 9f1bab0f221bb75aff1897c16e4154c03cf71451 Mon Sep 17 00:00:00 2001 From: Soham Tilekar <152298897+SohamTilekar@users.noreply.github.com> Date: Sun, 28 Jan 2024 23:49:21 +0530 Subject: [PATCH 5/5] Fix the typo in the folder name --- .github/{SSUE_TEMPLATE => ISSUE_TEMPLATE }/bug_report.md | 0 .../enhancement-proposal-template.md | 0 .github/{SSUE_TEMPLATE => ISSUE_TEMPLATE }/feature_request.md | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename .github/{SSUE_TEMPLATE => ISSUE_TEMPLATE }/bug_report.md (100%) rename .github/{SSUE_TEMPLATE => ISSUE_TEMPLATE }/enhancement-proposal-template.md (100%) rename .github/{SSUE_TEMPLATE => ISSUE_TEMPLATE }/feature_request.md (100%) diff --git a/.github/SSUE_TEMPLATE /bug_report.md b/.github/ISSUE_TEMPLATE /bug_report.md similarity index 100% rename from .github/SSUE_TEMPLATE /bug_report.md rename to .github/ISSUE_TEMPLATE /bug_report.md diff --git a/.github/SSUE_TEMPLATE /enhancement-proposal-template.md b/.github/ISSUE_TEMPLATE /enhancement-proposal-template.md similarity index 100% rename from .github/SSUE_TEMPLATE /enhancement-proposal-template.md rename to .github/ISSUE_TEMPLATE /enhancement-proposal-template.md diff --git a/.github/SSUE_TEMPLATE /feature_request.md b/.github/ISSUE_TEMPLATE /feature_request.md similarity index 100% rename from .github/SSUE_TEMPLATE /feature_request.md rename to .github/ISSUE_TEMPLATE /feature_request.md