docs: add GitHub issue templates

- Bug report template with deployment type, browser info, logs
- Feature request template with affected area, priority
- Config with link to discussions and README
- Optimize test.yml to skip tests for non-code changes
This commit is contained in:
Daniel Volz
2025-12-30 14:05:56 +01:00
parent 31c5437859
commit f45e904f2f
4 changed files with 168 additions and 0 deletions
+5
View File
@@ -3,6 +3,11 @@ name: Test
on:
pull_request:
branches: [main]
paths:
- 'backend/**'
- 'frontend/**'
- 'package*.json'
- '.github/workflows/test.yml'
# Minimal permissions for security
permissions: