-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feat-edito-popup
- Loading branch information
Showing
106 changed files
with
19,958 additions
and
15,421 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
name: 🐛 Signaler une anomalie | ||
description: Aidez nous à améliorer Cartes IGN en complétant ce rapport d'anomalie | ||
labels: [bug] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: | | ||
Une description claire et concise de l'anomalie rencontrée. | ||
Ajoutez si possible des copies d'écran si cela peut aider à expliquer le problème. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected-behaviour | ||
attributes: | ||
label: Comportement attendu | ||
description: Une description claire et concise du comportement que vous vous attendiez à rencontrer. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: how-to-reproduce | ||
attributes: | ||
label: Comment reproduire l'anomalie | ||
description: | | ||
Dans quelles conditions se produit l'anomalie : sur un ordinateur de bureau ou sur mobile ? Avec quel système d'exploitation ? Quel navigateur et version ? | ||
Etapes pour reproduire le comportement : | ||
1. Se rendre sur ... | ||
2. Cliquer sur ... | ||
3. Scroller jusqu'à ... | ||
4. Constater l'erreur ... | ||
Ajoutez des copies d'écran si nécessaire. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: possible-solution | ||
attributes: | ||
label: Solution possible | ||
description: | | ||
Optionnel : seulement si vous avez des suggestions pour corriger cette anomalie. | ||
N'hésitez pas à créer une Pull Request pour avoir un retour plus direct. | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: Complément de contexte | ||
description: | | ||
Optionnel : Ajoutez toute information qui vous semblerait utile pour nous aider à cerner cette anomalie. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
name: 🚀 Demander une évolution | ||
description: Suggérer une idée d'évolution ou de nouvelle fonctionnalité pour Cartes IGN | ||
labels: [enhancement] | ||
body: | ||
- type: textarea | ||
id: need-description | ||
attributes: | ||
label: Le besoin que vous rencontrez | ||
description: | | ||
Décrivez de façon claire et concise à quel besoin vous êtes confronté. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: possible-solution | ||
attributes: | ||
label: La solution que vous aimeriez | ||
description: | | ||
Décrivez précisément comment vous aimeriez que l'application ou la nouvelle fonctionnalité se comporte pour répondre à votre besoin. | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: Les alternatives que vous avez considéré | ||
description: Décrivez si possible les solutions alternatives que vous avez envisagé. Cela peut-être d'autres outils ou une fonctionnalité différente. | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: Autres éléments de contexte | ||
description: | | ||
N'hésitez pas à ajouter tout élément de contexte qui vous semble utile pour aider l'équipe à mieux comprendre votre demande : copie d'écran, jeux de données... |
18 changes: 18 additions & 0 deletions
18
.github/ISSUE_TEMPLATE/3-demander-ou-proposer-de-la-documentation.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: 📚 Demander ou proposer de la documentation | ||
description: Posez une question sur une étape à éclaircir, suggérez des modifications de la documentation | ||
labels: [documentation] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: | | ||
Posez une question ou proposez des modifications de la documentation. | ||
Détaillez votre besoin ou votre idée au maximum. | ||
Les ajouts ou modifications peuvent être : | ||
* des ajouts ou modifications d'aide contextuelle (aide accompagnant un champ de formulaire par exemple) | ||
* des ajouts dans les pages de documentation et tutoriels | ||
* à tout autre endroit où vous les trouveriez judicieux | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Contribuer | ||
|
||
Merci de contribuer à l'amélioration de l'application Cartes IGN ! | ||
|
||
À l'heure actuelle, nous n'acceptons que les suggestions via les [issues](https://github.com/IGNF/cartes-ign-app/issues) de ce dépôt, ou bien via le [formulaire de contact du site de l'IGN](https://www.ign.fr/institut/nous-ecrire). |
Oops, something went wrong.