Compare commits

...

3 Commits

Author SHA1 Message Date
filoghost 8206b2a542 Update README.md 2023-04-23 18:18:36 +02:00
filoghost 663967596c Update issue templates 2023-04-23 18:17:54 +02:00
filoghost 6ea1825e92 Set version to 4.0.5-SNAPSHOT 2023-04-23 18:16:51 +02:00
8 changed files with 6 additions and 80 deletions

View File

@ -1,16 +0,0 @@
name: 💡 Suggestion
description: "Suggest a new feature or an improvement."
labels:
- "Enhancement"
body:
- type: markdown
attributes:
value: |-
Please suggest changes that would benefit as many users as possible, not just specific situations. Thank you for contributing to the project.
- type: textarea
attributes:
label: "Description"
description: "Describe the new feature or improvement."
validations:
required: true

View File

@ -1,42 +0,0 @@
name: 📝 Help request
description: "Ask a question."
labels:
- "Help"
body:
- type: markdown
attributes:
value: |-
Please make sure you are using a recent version of the plugin.
- type: checkboxes
attributes:
label: "Confirmation"
description: "Please confirm to have done the following checks before opening a new issue."
options:
- label: "I have read the [documentation](https://filoghost.me/docs/chest-commands)."
required: true
- label: "I have read the [FAQ](https://filoghost.me/docs/chest-commands/faq)."
required: true
- type: textarea
attributes:
label: "Description"
description: "Describe your goal and what you have tried so far."
placeholder: "What are you trying to achieve? What have you tried so far?"
validations:
required: true
- type: input
attributes:
label: "Chest Commands version"
description: "Output of the command `/version ChestCommands`."
placeholder: "ChestCommands version 4.0.4-SNAPSHOT-b75"
validations:
required: true
- type: textarea
attributes:
label: Additional information
description: |-
Relevant attachments such as **screenshots**, **server logs**, **configurations files** or any other additional information that might be useful.
Text files can also be uploaded to [Pastebin](https://pastebin.com) and shared through the generated link.

View File

@ -1,16 +0,0 @@
name: 📚 Documentation improvement
description: "Suggest a change or report an error to improve the official documentation."
labels:
- "Documentation"
body:
- type: markdown
attributes:
value: |-
Suggest a change or report an error to improve the official documentation. Thank you for contributing to the project.
- type: textarea
attributes:
label: "Description"
description: "Describe what should be improved and, if possible, _how_."
validations:
required: true

View File

@ -17,7 +17,7 @@ API Javadoc for developers: https://ci.codemc.io/job/filoghost/job/ChestCommands
<dependency>
<groupId>me.filoghost.chestcommands</groupId>
<artifactId>chestcommands-api</artifactId>
<version>4.0.2</version>
<version>4.0.4</version>
<scope>provided</scope>
</dependency>
```

View File

@ -6,7 +6,7 @@
<parent>
<groupId>me.filoghost.chestcommands</groupId>
<artifactId>chestcommands-parent</artifactId>
<version>4.0.4</version>
<version>4.0.5-SNAPSHOT</version>
</parent>
<artifactId>chestcommands-api</artifactId>
@ -25,4 +25,4 @@
</dependency>
</dependencies>
</project>
</project>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>me.filoghost.chestcommands</groupId>
<artifactId>chestcommands-parent</artifactId>
<version>4.0.4</version>
<version>4.0.5-SNAPSHOT</version>
</parent>
<artifactId>chestcommands-plugin</artifactId>
@ -162,4 +162,4 @@
</plugins>
</build>
</project>
</project>

View File

@ -6,7 +6,7 @@
<groupId>me.filoghost.chestcommands</groupId>
<artifactId>chestcommands-parent</artifactId>
<name>ChestCommands Parent</name>
<version>4.0.4</version>
<version>4.0.5-SNAPSHOT</version>
<packaging>pom</packaging>
<url>https://dev.bukkit.org/projects/chest-commands</url>