From 9ad61ee9b94b02116d3850d0ddffffd19d1b36d4 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sat, 8 Nov 2025 12:51:48 +0000 Subject: [PATCH 1/5] Added PR template --- .gitea/PULL_REQUEST_TEMPLATE.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitea/PULL_REQUEST_TEMPLATE.md diff --git a/.gitea/PULL_REQUEST_TEMPLATE.md b/.gitea/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..d174324 --- /dev/null +++ b/.gitea/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ +# [PR Title] + +**Related Issue(s):** +Closes `` + +## 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?* From b41af9e0cd500031616229433d20dc082dd7fb71 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sat, 8 Nov 2025 12:55:36 +0000 Subject: [PATCH 2/5] bug report template added --- .gitea/ISSUE_TEMPLATE/BUG_REPORT.md | 36 +++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/BUG_REPORT.md diff --git a/.gitea/ISSUE_TEMPLATE/BUG_REPORT.md b/.gitea/ISSUE_TEMPLATE/BUG_REPORT.md new file mode 100644 index 0000000..0112059 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/BUG_REPORT.md @@ -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] From 3051d9e43ce336e9d47241f17e261a600541ce42 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sat, 8 Nov 2025 12:56:11 +0000 Subject: [PATCH 3/5] .gitea/ISSUE_TEMPLATE/BUG_REPORT.md aktualisiert --- .gitea/ISSUE_TEMPLATE/BUG_REPORT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/ISSUE_TEMPLATE/BUG_REPORT.md b/.gitea/ISSUE_TEMPLATE/BUG_REPORT.md index 0112059..a8a1efe 100644 --- a/.gitea/ISSUE_TEMPLATE/BUG_REPORT.md +++ b/.gitea/ISSUE_TEMPLATE/BUG_REPORT.md @@ -7,7 +7,7 @@ assignees: '' --- -# 🐛 Bug Report +# Bug Report ## Description [A clear and concise description of the bug] From 804e12a4d89dc72b7951ef1a1783c3031b47f276 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sat, 8 Nov 2025 12:57:09 +0000 Subject: [PATCH 4/5] Added enhancement template --- .gitea/ISSUE_TEMPLATE/ENHANCEMENT.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/ENHANCEMENT.md diff --git a/.gitea/ISSUE_TEMPLATE/ENHANCEMENT.md b/.gitea/ISSUE_TEMPLATE/ENHANCEMENT.md new file mode 100644 index 0000000..5e40dd9 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/ENHANCEMENT.md @@ -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?] \ No newline at end of file From 7949b3fc65a19aea78ea6705e87a1532aaae34d7 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sat, 8 Nov 2025 12:58:15 +0000 Subject: [PATCH 5/5] Added feature template --- .gitea/ISSUE_TEMPLATE/FEATURE.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/FEATURE.md diff --git a/.gitea/ISSUE_TEMPLATE/FEATURE.md b/.gitea/ISSUE_TEMPLATE/FEATURE.md new file mode 100644 index 0000000..809509b --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/FEATURE.md @@ -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] \ No newline at end of file