Parcourir la source

chore: add Template (#23395)

tags/1.7.2
crazywoola il y a 2 mois
Parent
révision
0cee57acca
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 27 ajouts et 0 suppressions
  1. 27
    0
      .github/ISSUE_TEMPLATE/chore.yaml

+ 27
- 0
.github/ISSUE_TEMPLATE/chore.yaml Voir le fichier

@@ -0,0 +1,27 @@
name: "✨ Enhancement / Refactor"
description: Suggest an enhancement or request a code refactor.
title: "[Enhancement/Refactor] "
labels:
- refactor
body:
- type: textarea
id: description
attributes:
label: Description
placeholder: "Describe the enhancement or refactor you are proposing."
validations:
required: true
- type: textarea
id: motivation
attributes:
label: Motivation
placeholder: "Why is this enhancement or refactor needed?"
validations:
required: false
- type: textarea
id: additional-context
attributes:
label: Additional Context
placeholder: "Add any other context or screenshots about the request here."
validations:
required: false

Chargement…
Annuler
Enregistrer