Merge branch 'main' into development
This commit is contained in:
36
.gitea/ISSUE_TEMPLATE/BUG_REPORT.md
Normal file
36
.gitea/ISSUE_TEMPLATE/BUG_REPORT.md
Normal file
@@ -0,0 +1,36 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report for something does not work as it should
|
||||
title: ''
|
||||
labels: 'Task/Bug'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
# Bug Report
|
||||
|
||||
## Description
|
||||
[A clear and concise description of the bug]
|
||||
|
||||
## Steps to Reproduce
|
||||
1. Step 1
|
||||
2. Step 2
|
||||
3. ...
|
||||
|
||||
## Expected Behavior
|
||||
[What should have happened]
|
||||
|
||||
## Actual Behavior
|
||||
[What actually happened]
|
||||
|
||||
## Screenshots/Logs
|
||||
[If applicable, add screenshots, error logs, or stack traces]
|
||||
|
||||
## Environment
|
||||
- OS: [e.g., iOS 18.5, Android 14]
|
||||
|
||||
## Possible Fix (Optional)
|
||||
[Any suggestions on how to resolve the issue]
|
||||
|
||||
## Related Issues (Optional)
|
||||
[Reference similar issues or PRs]
|
||||
22
.gitea/ISSUE_TEMPLATE/ENHANCEMENT.md
Normal file
22
.gitea/ISSUE_TEMPLATE/ENHANCEMENT.md
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
name: Enhancement
|
||||
about: Enhancements for current features
|
||||
title: ''
|
||||
labels: 'Task\Enhancement'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
# Enhancement
|
||||
|
||||
## Current Behavior
|
||||
[Describe the existing functionality]
|
||||
|
||||
## Limitations/Problems
|
||||
[What are the current shortcomings?]
|
||||
|
||||
## Suggested Improvement
|
||||
[How can this be enhanced? Be specific.]
|
||||
|
||||
## Benefits
|
||||
[How will this improve the product?]
|
||||
22
.gitea/ISSUE_TEMPLATE/FEATURE.md
Normal file
22
.gitea/ISSUE_TEMPLATE/FEATURE.md
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
name: Feature
|
||||
about: New feature for the app
|
||||
title: ''
|
||||
labels: 'Task\Feature'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
# 🚀 Feature
|
||||
|
||||
## Description
|
||||
[Detailed explanation of the proposed feature]
|
||||
|
||||
## Why is this feature needed?
|
||||
[Explain the problem or use case this feature would solve]
|
||||
|
||||
## Proposed Solution
|
||||
[Describe how the feature should work]
|
||||
|
||||
## Related Issues (Optional)
|
||||
[Links to related discussions or requests]
|
||||
16
.gitea/PULL_REQUEST_TEMPLATE.md
Normal file
16
.gitea/PULL_REQUEST_TEMPLATE.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# [PR Title]
|
||||
|
||||
**Related Issue(s):**
|
||||
Closes `<issue-no>`
|
||||
|
||||
## Description
|
||||
*A clear and concise overview of the changes made. Explain the "why" behind the PR, not just the "what".*
|
||||
|
||||
## Changes Made
|
||||
- [ ] Added new feature X
|
||||
- [ ] Fixed bug in component Y
|
||||
- [ ] Refactored module Z for better performance
|
||||
- [ ] Updated dependencies
|
||||
|
||||
## Additional Notes
|
||||
*Any extra context, limitations, or decisions that reviewers should know about?*
|
||||
Reference in New Issue
Block a user