Skip to content

Commit

Permalink
tooling(issueform): replace dash by underscore to ensure Python compa…
Browse files Browse the repository at this point in the history
…tibility

Signed-off-by: Julien <[email protected]>
  • Loading branch information
Guts authored Apr 30, 2024
1 parent 53043d4 commit eef0ac6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/ISSUE_TEMPLATE/ARTICLE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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é ?
Expand All @@ -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)).
Expand All @@ -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)).
Expand All @@ -50,7 +50,7 @@ body:
required: true

- type: dropdown
id: dr-author-license
id: dr_author_license
attributes:
label: Licence
description: |
Expand All @@ -71,23 +71,23 @@ 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"
validations:
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 !"
validations:
required: true

- type: input
id: in-art-tags
id: in_art_tags
attributes:
label: Mots-clés
description: |
Expand All @@ -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: |
Expand All @@ -107,7 +107,7 @@ body:
required: true

- type: textarea
id: tx-art-content
id: tx_art_content
attributes:
label: Contenu de l'article
description: |
Expand All @@ -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 ?"

0 comments on commit eef0ac6

Please sign in to comment.