5 Commits

Author SHA1 Message Date
TheFrenchGhosty
992d162eaf
Better wording for what comes from the original templates
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-07-11 09:30:57 +02:00
TheFrenchGhosty
8dea70d149
Typo coming from the original template
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-07-11 09:30:14 +02:00
TheFrenchGhosty
3a19de6024
Reword the issue templates to be consistent with the PR template 2026-07-11 09:15:18 +02:00
TheFrenchGhosty
1f17a7aab7
Fix assignees field type in issue templates
Use an empty array instead of an empty string for the assignees field,
as required by the GitHub Issue Forms schema.
2026-07-11 08:58:57 +02:00
TheFrenchGhosty
feb5a7f55a
Convert issue templates to Issue Forms with AI policy disclosure
Convert the 3 markdown issue templates (.md) to GitHub Issue Forms (.yml)
to enable interactive form elements, and add an AI disclosure section per
the AI Policy (AI_POLICY.md):

- Required checkbox to acknowledge having read the AI Policy
- Required dropdown for AI usage (none / fully / partially with explanation)
- Optional input for model(s) used (open-weight examples in placeholder)
- Optional input for tool(s) used (FOSS examples in placeholder)
- Optional textarea to explain how AI was used (for the partial option)

The existing template content and structure is preserved, only converted
from markdown to the Issue Forms schema.
2026-07-11 08:41:47 +02:00