Skip to content

Commit b83348d

Browse files
committed
Fix extension name regex in issue template
1 parent 617431c commit b83348d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/petab-extensions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ assignees: ''
99
---
1010

1111
**Name of the Extension**
12-
Please make sure that the extension name matches the regular expression `^[a-zA-Z_]\w*$`.
12+
Please make sure that the extension name matches the regular expression `^[a-zA-Z_][\w-]*$`.
1313

1414
**Which problem would you like to address?**
1515
A clear and concise description of which use case you want to address and, if applicable, why the current specifications do not fulfill your requirements.
@@ -24,4 +24,4 @@ A clear and concise description in what way the proposed changes introduce featu
2424
A link to the website or github repository that accompanies the proposed extension.
2525

2626
**List the toolboxes that support the proposed standard**
27-
A link to the website or github repository that contains the software that implements support for the standard.
27+
A link to the website or github repository that contains the software that implements support for the standard.

0 commit comments

Comments
 (0)