-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into basic_video_processing
- Loading branch information
Showing
22 changed files
with
316 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
name: Bug report | ||
about: Report a malfunction, glitch, or error in the application. This includes any | ||
performance-related issues that may arise. | ||
title: "[BUG]" | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Bug Description | ||
- Brief summary of the issue | ||
|
||
### Steps to Reproduce | ||
1. | ||
2. | ||
3. | ||
|
||
### Expected Behavior | ||
- What should have happened? | ||
|
||
### Actual Behavior | ||
- What actually happened? | ||
|
||
### Performance Details (if applicable) | ||
- Specifics of the performance issue encountered | ||
|
||
### Environment | ||
- Version (commit hash, tag, branch) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
name: Documentation | ||
about: Propose updates or corrections to both internal development documentation and | ||
client-facing documentation. | ||
title: "[DOCS]" | ||
labels: documentation | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Documentation Area (Development/Client) | ||
- Specify the area of documentation | ||
|
||
### Current Content | ||
- Quote the current content or describe the issue | ||
|
||
### Proposed Changes | ||
- Detail the proposed changes | ||
|
||
### Reasons for Changes | ||
- Why these changes will improve the documentation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: Enhancement | ||
about: Recommend improvement to existing features and suggest code quality improvement. | ||
title: "[ENHANCEMENT]" | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Enhancement Description | ||
- Overview of the enhancement | ||
|
||
### Advantages | ||
- Benefits of implementing this enhancement | ||
|
||
### Possible Implementation | ||
- Suggested methods for implementing the enhancement |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest new functionalities or modifications to enhance the application's capabilities. | ||
title: "[FEATURE REQUEST]" | ||
labels: feature request | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Feature Summary | ||
- Concise description of the feature | ||
|
||
### Justification/Rationale | ||
- Why is the feature beneficial? | ||
|
||
### Proposed Implementation (if any) | ||
- How do you envision this feature's implementation? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
name: Question | ||
about: Ask questions to clarify project-related queries, seek further information, | ||
or understand functionalities better. | ||
title: "[QUESTION]" | ||
labels: question | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Context | ||
- Background or context of the question | ||
|
||
### Question | ||
- Specific question being asked | ||
|
||
### What You've Tried | ||
- List any solutions or research already conducted |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
name: Testing | ||
about: Address needs for creating new tests, enhancing existing tests, or reporting | ||
test failures. | ||
title: "[TESTS]" | ||
labels: tests | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Testing Requirement | ||
- Describe the testing need or issue | ||
|
||
### Test Scenarios | ||
- Detail specific test scenarios to be addressed | ||
|
||
### Acceptance Criteria | ||
- What are the criteria for the test to be considered successful? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.