[AB-197] moving templates from utility to their respective maven modules

This commit is contained in:
Sheldan
2021-03-12 17:53:46 +01:00
parent 1b645f58bd
commit cf03520397
190 changed files with 640 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<id>zip</id>
<includeBaseDirectory>false</includeBaseDirectory>
<formats>
<format>zip</format>
</formats>
<fileSets>
<fileSet>
<outputDirectory>.</outputDirectory>
<directory>${project.basedir}/src/main/resources</directory>
</fileSet>
</fileSets>
</assembly>

View File

@@ -0,0 +1 @@
Accepts the given suggestion.

View File

@@ -0,0 +1 @@
`accept 1 okay` in order to accept the suggestion `1` with the reason `okay`

View File

@@ -0,0 +1 @@
Accepts the given suggestion. Will post the suggestion again, with the given reason for acceptance, with the old text strike through and 'Accepted by' as a notice.

View File

@@ -0,0 +1 @@
The ID of the suggestion you want to accept.

View File

@@ -0,0 +1 @@
The text you want to provide in the notification when accepting a suggestion.

View File

@@ -0,0 +1 @@
Rejects the given suggestion.

View File

@@ -0,0 +1 @@
`deny 1 not okay` in order to reject the suggestion `1` with the reason `not okay`

View File

@@ -0,0 +1 @@
Rejects the given suggestion. Will post the suggestion again, with the given reason for rejection, with the old text strike through and 'Rejected by' as a notice.

View File

@@ -0,0 +1 @@
The ID of the suggestion you want to reject.

View File

@@ -0,0 +1 @@
The text you want to provide in the notification when rejecting a suggestion.

View File

@@ -0,0 +1 @@
Suggests the given text in the `suggestions` post target to be voted on.

View File

@@ -0,0 +1,2 @@
Suggests the given text in the `suggestions` post target to be voted on. Such a suggestion will have a globally unique id
and a suggestion can be accepted with `accept` or denied with `reject`.

View File

@@ -0,0 +1 @@
The text describing your suggestion.

View File

@@ -0,0 +1 @@
The channel where suggestions should be posted to. Currently: ${currentTarget}

View File

@@ -0,0 +1 @@
Suggestion ${suggestionId} does not exist.

View File

@@ -0,0 +1 @@
Failed to update suggestion.