chore: fix report bug issue template

This commit is contained in:
thibaud-leclere
2026-03-30 23:18:14 +02:00
parent 1fd6dcc5d3
commit dc5e14531f
2 changed files with 1 additions and 9 deletions

View File

@@ -3,14 +3,6 @@ about: Signaler un bug rencontré dans le jeu
labels: labels:
- "type: bug" - "type: bug"
body: body:
- type: input
id: game_id
attributes:
label: Game ID
description: L'identifiant de la partie concernée
placeholder: "ex: 42"
validations:
required: false
- type: textarea - type: textarea
id: description id: description
attributes: attributes:

View File

@@ -17,7 +17,7 @@
}) }}></div> }) }}></div>
<div class="game-footer"> <div class="game-footer">
<a href="https://git.lclr.dev/thibaud-lclr/ltbxd-actorle/issues/new?template=bug_report.yaml&title={{ ('Bug — Game #' ~ game.id)|url_encode }}" class="btn-bug-report" target="_blank" rel="noopener"> <a href="https://git.lclr.dev/thibaud-lclr/ltbxd-actorle/issues/new?template=.gitea%2fissue_template%2fbug_report.yaml&title={{ ('Bug — Game #' ~ game.id)|url_encode }}" class="btn-bug-report" target="_blank" rel="noopener">
<svg width="14" height="14" viewBox="0 0 16 16" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"> <svg width="14" height="14" viewBox="0 0 16 16" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
<circle cx="8" cy="8" r="7"/> <circle cx="8" cy="8" r="7"/>
<line x1="8" y1="5" x2="8" y2="9"/> <line x1="8" y1="5" x2="8" y2="9"/>