diff --git a/.github/ISSUE_TEMPLATE /bug_report.md b/.github/ISSUE_TEMPLATE /bug_report.md new file mode 100644 index 00000000..a8ecbfb4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE /bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Create a report to help us improve +title: 'BUG: -' +labels: bug +assignees: '' + +--- + +**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. diff --git a/.github/ISSUE_TEMPLATE /enhancement-proposal-template.md b/.github/ISSUE_TEMPLATE /enhancement-proposal-template.md new file mode 100644 index 00000000..93d64e87 --- /dev/null +++ b/.github/ISSUE_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. diff --git a/.github/ISSUE_TEMPLATE /feature_request.md b/.github/ISSUE_TEMPLATE /feature_request.md new file mode 100644 index 00000000..7eb491c0 --- /dev/null +++ b/.github/ISSUE_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.