Skip to content

Commit eb22480

Browse files
committed
Add new tool issue template
1 parent a1253c5 commit eb22480

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/new-tool.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Data type | Value
2+
--------------------|-------
3+
**Tool name** | $TOOL_NAME$
4+
**Composer** | `$COMPOSER_PACKAGE$`
5+
**Repository** | $URL_TO_THE_REPOSITORY$
6+
**Website** | $URL_TO_THE_WEBSITE$
7+
**Xml Output** | $YES_OR_NO$
8+
**Cli return code** | $YES_OR_NO$
9+
**Cli Output** | $YES_OR_NO$
10+
11+
<<< Put here any information that can help to implement the tool >>>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ With:
6363

6464
## How to contribute
6565

66-
If you found a nice tool that you want to added, open a issue on GitHub.
66+
If you found a nice tool that you want to added, [open a issue on GitHub](https://github.com/MacFJA/phpqa-extensions/issues/new?template=new-tool.md).
6767

6868
You can also create Pull Request of a new tool.

0 commit comments

Comments
 (0)