Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
32258cfdd7 | ||
|
7c33a45ce7 |
@@ -2,12 +2,6 @@ context:
|
||||
name:
|
||||
help: "Module name (ie: sale_trinkets)"
|
||||
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:
|
||||
help: Short description of your module
|
||||
category:
|
||||
|
@@ -29,7 +29,7 @@ Credits
|
||||
Contributors
|
||||
------------
|
||||
|
||||
* `{{author}} <mailto:{{email}}>`
|
||||
* Clément Thomas - `Email<mailto:clement.thomas@elabore.coop>` - `Github<https://github.com/clementelabore>`
|
||||
|
||||
Funders
|
||||
-------
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# Copyright {{license_years}} {{author}} ({{company}})
|
||||
# Copyright {{license_years}} Clément Thomas ({{company}})
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
@@ -6,7 +6,7 @@
|
||||
"version": "{{version}}",
|
||||
"author": "Elabore",
|
||||
"website": "https://elabore.coop",
|
||||
"maintainer": "{{author}}",
|
||||
"maintainer": "Clément Thomas",
|
||||
"license": "AGPL-3",
|
||||
"category": "{{category}}",
|
||||
"summary": "{{summary}}",
|
||||
|
Reference in New Issue
Block a user