Ocideck/.github/ISSUE_TEMPLATE/bug_report.md
Brenno de Winter 2d8be6f0dd
Some checks failed
CI / Format · Analyze · Test (push) Has been cancelled
CI / Format · Analyze · Test (pull_request) Has been cancelled
Add project docs, EUPL licence, and open-source licence check
Documentation & licensing:
- Add the EUPL-1.2 licence (LICENSE.md) and set the project licence; refresh
  the README (name origin wink, updated feature list, documentation index).
- Add CONTRIBUTING, SECURITY, CODE_OF_CONDUCT, CHANGELOG, AUTHORS, and
  THIRD_PARTY_NOTICES, plus docs/ (ARCHITECTURE, BUILD, USER_GUIDE, SHORTCUTS,
  LICENSE_COMPLIANCE) and .github/ (CI workflow, issue/PR templates).
- Bring docs/FILE_FORMAT.md in line with current behaviour (code & chart
  slides, per-slide TLP comment, annotation .ink.json sidecar, chart data/ CSVs).

Open-source compliance:
- Add tool/check_licenses.dart and a `make licenses` target (wired into
  check-full and CI) that verifies every resolved dependency uses a recognised
  open-source licence. A scan of all 151 packages and bundled assets found only
  OSI-approved licences.

Charts (Fase 1.1):
- Replace the chart CSV textarea with an in-app editable data grid (editable
  series/labels/values, add/remove row & column, read-only when linked).
- Centralize the linked-CSV directory name (`data/`) in a shared constant.

Also normalize formatting repo-wide with `dart format` and fix one
curly-braces lint, so `make check` and CI are green.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-07 12:19:56 +02:00

34 lines
751 B
Markdown

---
name: Bug report
about: Report a problem so we can fix it
title: "[Bug] "
labels: bug
---
**Describe the bug**
A clear and concise description of what went wrong.
**To reproduce**
Steps to reproduce the behaviour:
1. Go to '…'
2. Click on '…'
3. See error
**Expected behaviour**
What you expected to happen.
**Screenshots / sample deck**
If applicable, add screenshots or attach a minimal `.md` / `.ocideck` that
triggers the issue.
**Environment**
- OciDeck version:
- OS and version:
- Flutter version (`flutter --version`):
- Single or dual screen (if presenter-related):
**Additional context**
Anything else that might help.
> For **security vulnerabilities**, do not open a public issue — see
> [SECURITY.md](../../SECURITY.md).