Skip to content

Commit

Permalink
chore: add issue template to onboard third party software
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabio authored Jul 31, 2024
1 parent c1b528c commit a49fc62
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/add_new_software.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: Aggiungi un software al Catalogo
description: Per aggiungere un nuovo software open source di terze parti al Catalogo di Developers Italia
labels: []
body:
- type: checkboxes
attributes:
label: Il software è rilevante per la Pubblica Amministrazione italiana
description: |
I software open source di terze parti di potenziale interesse per il settore pubblico, possono essere inclusi nel catalogo di Developers Italia.
options:
- label: Confermo
required: true
- type: checkboxes
attributes:
label: Il software NON è di titolarita di una Pubblica Amministrazione
description: |
Con questa issue possono essere aggiunti solo software open source di terze. Se il software è di titolarita di una Pubblica Amministrazione usa [https://onboarding.developers.italia.it](https://onboarding.developers.italia.it)
options:
- label: Confermo
required: true
- type: checkboxes
attributes:
label: Il repository contiene un file publiccode.yml valido
description: |
Il repository deve contenere un file publiccode.yml valido per poter essere aggiunto nel Catalogo, vedi [https://yml.publiccode.tools](https://yml.publiccode.tools)
options:
- label: Confermo
required: true
- type: input
id: url
attributes:
label: URL
description: URL del repository del software
placeholder: es. https://github.com/myuser/mysoftware
validations:
required: true
- type: textarea
attributes:
label: Ulteriori informazioni
description: |
Eventuali informazioni aggiuntive, puoi spiegare qui il contesto del software e perché ritieni debba essere aggiunto al Catalogo
validations:
required: false

0 comments on commit a49fc62

Please sign in to comment.