Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
ef5115c68a | ||
|
bdd67141e8 |
@@ -2,12 +2,6 @@ context:
|
|||||||
name:
|
name:
|
||||||
help: "Module name (ie: sale_trinkets)"
|
help: "Module name (ie: sale_trinkets)"
|
||||||
regex: '[a-zA-Z0-9_]+'
|
regex: '[a-zA-Z0-9_]+'
|
||||||
author:
|
|
||||||
help: "Author Name (ie: John Doe)"
|
|
||||||
regex: '.+'
|
|
||||||
email:
|
|
||||||
help: "Author email (ie: john.doe@example.com)"
|
|
||||||
regex: '[a-zA-Z0-9_.]+@[a-zA-Z0-9_.-]+\.[a-zA-Z0-9_.-]+'
|
|
||||||
summary:
|
summary:
|
||||||
help: Short description of your module
|
help: Short description of your module
|
||||||
category:
|
category:
|
||||||
|
@@ -29,7 +29,7 @@ Credits
|
|||||||
Contributors
|
Contributors
|
||||||
------------
|
------------
|
||||||
|
|
||||||
* `{{author}} <mailto:{{email}}>`
|
* Laetitia Da Costa - `Email<mailto:laetitia.dacosta@elabore.coop>` - `Github<https://github.com/LaetitiaElabore>`
|
||||||
|
|
||||||
Funders
|
Funders
|
||||||
-------
|
-------
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
# Copyright {{license_years}} {{author}} ({{company}})
|
# Copyright {{license_years}} Laetitia Da Costa ({{company}})
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||||
|
|
||||||
{
|
{
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
"version": "{{version}}",
|
"version": "{{version}}",
|
||||||
"author": "Elabore",
|
"author": "Elabore",
|
||||||
"website": "https://elabore.coop",
|
"website": "https://elabore.coop",
|
||||||
"maintainer": "{{author}}",
|
"maintainer": "Laetitia Da Costa",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"category": "{{category}}",
|
"category": "{{category}}",
|
||||||
"summary": "{{summary}}",
|
"summary": "{{summary}}",
|
||||||
|
Reference in New Issue
Block a user