Skip to content

Commit

Permalink
feat(github): update templates for issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pYassine committed Oct 23, 2024
1 parent 6e71fd6 commit 3451b97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 29 deletions.
28 changes: 3 additions & 25 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ description: "Problème à corriger / anomalie bloquante pour les utilisateurs"
title: "🐞 Bug - "
labels: ["bug"]
assignees: ["pYassine"]
projects: ["SocialGouv/81"]
body:
- type: markdown
attributes:
value: "# 🐞 Ticket de bug"

- type: checkboxes
id: sites
attributes:
Expand All @@ -26,8 +23,8 @@ body:
id: description
attributes:
label: "🚫 Description du problème"
description: "Précisez les étapes pour reproduire directement"
placeholder: "Décrivez ce qui se passe actuellement"
description: "Précisez les étapes pour reproduire directement. \nVous pouvez glisser des captures d'écran directement dans ce champs. \n🧨 **IMPORTANT** : Veillez à masquer toute information personnelle ou confidentielle 🧨 "
placeholder: "Ex: L'utilisateur n'arrive pas à charger les dossiers, le mail de renouvellement de mot de passe n'arrive jamais, etc"
validations:
required: true

Expand All @@ -40,25 +37,6 @@ body:
validations:
required: false

- type: dropdown
id: environment
attributes:
label: "Environnement"
options:
- Production
- Recette
validations:
required: true

- type: textarea
id: screenshots
attributes:
label: "📸 Captures d'écran"
description: "🧨 **IMPORTANT** : Veillez à masquer toute information personnelle ou confidentielle 🧨 \n Glissez-déposez vos captures d'écran ici ou joignez-les au commentaire (formats acceptés : PNG, JPEG, GIF)"
placeholder: "Vous pouvez glisser-déposer vos images ici"
validations:
required: false

- type: textarea
id: expected
attributes:
Expand Down
5 changes: 1 addition & 4 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ description: "Toutes les améliorations envisagées"
title: "✨ Feat - "
labels: ["feature"]
assignees: ["pYassine"]
projects: ["SocialGouv/81"]
body:
- type: markdown
attributes:
value: "# ✨ Ticket de fonctionnalité"

- type: checkboxes
id: sites
attributes:
Expand Down

0 comments on commit 3451b97

Please sign in to comment.