mirror of
https://github.com/Astatin3/meteorbot-old.git
synced 2026-06-09 00:28:06 -06:00
Initial commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
---
|
||||
name: Standard issue
|
||||
about: "Use this issue template for anything else than requesting binaries for a specific version"
|
||||
---
|
||||
@@ -0,0 +1,5 @@
|
||||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: Discord Server
|
||||
url: https://discord.gg/wECVsTbjA9
|
||||
about: Community Discord server for Botcraft and SniffCraft projects
|
||||
@@ -0,0 +1,47 @@
|
||||
name: Precompiled binaries version request
|
||||
description: Use this template to automatically trigger binaries compilation for a specific Minecraft version.
|
||||
title: "[Version request]"
|
||||
labels: ["version request"]
|
||||
|
||||
body:
|
||||
- type: dropdown
|
||||
id: version
|
||||
attributes:
|
||||
label: Minecraft version
|
||||
description: Which version of Minecraft do you want binaries for?
|
||||
options:
|
||||
- "1.12.2"
|
||||
- "1.13"
|
||||
- "1.13.1"
|
||||
- "1.13.2"
|
||||
- "1.14"
|
||||
- "1.14.1"
|
||||
- "1.14.2"
|
||||
- "1.14.3"
|
||||
- "1.14.4"
|
||||
- "1.15"
|
||||
- "1.15.1"
|
||||
- "1.15.2"
|
||||
- "1.16"
|
||||
- "1.16.1"
|
||||
- "1.16.2"
|
||||
- "1.16.3"
|
||||
- "1.16.4"
|
||||
- "1.16.5"
|
||||
- "1.17"
|
||||
- "1.17.1"
|
||||
- "1.18"
|
||||
- "1.18.1"
|
||||
- "1.18.2"
|
||||
- "1.19"
|
||||
- "1.19.1"
|
||||
- "1.19.2"
|
||||
- "1.19.3"
|
||||
- "1.19.4"
|
||||
- "1.20"
|
||||
- "1.20.1"
|
||||
- "1.20.2"
|
||||
- "1.20.3"
|
||||
- "1.20.4"
|
||||
validations:
|
||||
required: true
|
||||
Reference in New Issue
Block a user