create receiver lora
This commit is contained in:
11
IOT/receiver LoRa/.github/ISSUE_TEMPLATE/autre.yml
vendored
Normal file
11
IOT/receiver LoRa/.github/ISSUE_TEMPLATE/autre.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
name: Autre
|
||||
description: Tout autre éléments liée au projet
|
||||
title: ""
|
||||
labels: []
|
||||
body:
|
||||
- type: textarea
|
||||
id: detail
|
||||
attributes:
|
||||
label: Details
|
||||
validations:
|
||||
required: true
|
6
IOT/receiver LoRa/.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
6
IOT/receiver LoRa/.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
# fichier non pris en compte pour le moment :(
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Discussions sur Git & Discord
|
||||
url: https://discord.gg/TWKy76TptD
|
||||
about: Pour discuter du projet on priorise le direct si possible :D
|
21
IOT/receiver LoRa/.github/ISSUE_TEMPLATE/idee_amelioration.yml
vendored
Normal file
21
IOT/receiver LoRa/.github/ISSUE_TEMPLATE/idee_amelioration.yml
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
name: Fonctionalité
|
||||
description: Une nouvelle fonctionalité ou amélioration d'un élément du logiciel
|
||||
title: "amélioration: "
|
||||
labels: []
|
||||
body:
|
||||
- type: checkboxes
|
||||
id: needs
|
||||
attributes:
|
||||
label: Besoins de la fonctionalité
|
||||
description: Indiquez quelle sont les besoins pour la fonctionalité
|
||||
options:
|
||||
- label: Code
|
||||
- label: Design
|
||||
|
||||
- type: textarea
|
||||
id: detail
|
||||
attributes:
|
||||
label: Details
|
||||
description: Détaillez la fonctionnalité voulu
|
||||
validations:
|
||||
required: false
|
31
IOT/receiver LoRa/.github/ISSUE_TEMPLATE/rapport_de_bug.yml
vendored
Normal file
31
IOT/receiver LoRa/.github/ISSUE_TEMPLATE/rapport_de_bug.yml
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
name: Rapport de bug
|
||||
description: Un problème dans le logiciel
|
||||
title: "bug: "
|
||||
labels: [type/bug]
|
||||
body:
|
||||
- type: checkboxes
|
||||
id: needs
|
||||
attributes:
|
||||
label: Localisation du bug
|
||||
description: Dans quel environement le bug a été vu
|
||||
options:
|
||||
- label: Production
|
||||
- label: Développement
|
||||
- label: Figma/Design
|
||||
|
||||
- type: textarea
|
||||
id: detail
|
||||
attributes:
|
||||
label: Details
|
||||
description: Détaillez le bug qui a été vu
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: reproduce
|
||||
attributes:
|
||||
label: Reproduction
|
||||
description: Comment reproduire le bug
|
||||
placeholder: "1. démarrer l'application\n2. Cliquer ...\n3. Faire ..."
|
||||
validations:
|
||||
required: true
|
Reference in New Issue
Block a user