From eef0ac67df1728be67a79708af1418d144e4c2b3 Mon Sep 17 00:00:00 2001 From: Julien Date: Tue, 30 Apr 2024 16:45:02 +0200 Subject: [PATCH] tooling(issueform): replace dash by underscore to ensure Python compatibility Signed-off-by: Julien --- .github/ISSUE_TEMPLATE/ARTICLE.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/ARTICLE.yml b/.github/ISSUE_TEMPLATE/ARTICLE.yml index eb73cd6855..fef3d845be 100644 --- a/.github/ISSUE_TEMPLATE/ARTICLE.yml +++ b/.github/ISSUE_TEMPLATE/ARTICLE.yml @@ -21,7 +21,7 @@ body: # Vous - type: checkboxes - id: cb-author-content-relationship + id: cb_author_content_relationship attributes: label: "Avez-vous un lien avec le contenu proposé ?" description: Mise en avant du travail d'un tiers ? Auto-promo ? Publicité ? @@ -32,7 +32,7 @@ body: required: true - type: input - id: in-author-name + id: in_author_name attributes: label: Votre nom description: Merci de nous indiquer le Prénom NOM (pseudonyme accepté) sous lequel vous signez l'article (voir [signer ses contributions](https://contribuer.geotribu.fr/guides/authoring/#signer-pour-quelquun-dautre)). @@ -41,7 +41,7 @@ body: required: true - type: input - id: in-author-mail + id: in_author_mail attributes: label: Votre adresse email description: Merci de nous indiquer votre adresse email afin de pouvoir vous signez l'article (voir [signer ses contributions](https://contribuer.geotribu.fr/guides/authoring/#signer-pour-quelquun-dautre)). @@ -50,7 +50,7 @@ body: required: true - type: dropdown - id: dr-author-license + id: dr_author_license attributes: label: Licence description: | @@ -71,7 +71,7 @@ body: # L'article - type: input - id: in-art-title + id: in_art_title attributes: label: Titre description: "Le titre de l'article. Longeur maximale indicative : 100/120 caractères" @@ -79,7 +79,7 @@ body: required: true - type: input - id: in-art-description + id: in_art_description attributes: label: Description courte description: "Description de 160 caractères maximum qui résume l'article et qui est présente dans le [flux RSS](https://geotribu.fr/feed_rss_created.xml), la [newsletter](https://us5.campaign-archive.com/home/?u=465e16ce303f65e4f490e8a71&id=6c4efaf092), les moteurs de recherche, en page d'accueil... Pensez en termes de SEO !" @@ -87,7 +87,7 @@ body: required: true - type: input - id: in-art-tags + id: in_art_tags attributes: label: Mots-clés description: | @@ -97,7 +97,7 @@ body: required: true - type: input - id: in-art-date + id: in_art_date attributes: label: Date de publication envisagée description: | @@ -107,7 +107,7 @@ body: required: true - type: textarea - id: tx-art-content + id: tx_art_content attributes: label: Contenu de l'article description: | @@ -122,7 +122,7 @@ body: ---- - type: textarea - id: tx-misc-comment + id: tx_misc_comment attributes: label: Message libre description: "Un commentaire ? Une précision à apporter ? Un message pour l'équipe ?"