User: mysterious_dev Date: 19 Dec 22 01:26 Revision: d0bc41d69f417c5d3fe3306430ddf840e9ac48a1 Summary: Convert issue template to issue form (#1912) TeamCity URL: https://ci.mcdev.io/viewModification.html?tab=vcsModificationFiles&modId=8191&personal=false Index: .github/ISSUE_TEMPLATE/bug_report.md =================================================================== --- .github/ISSUE_TEMPLATE/bug_report.md (revision f974bdae4def633e541d1ce795888ffc941f1c14) +++ .github/ISSUE_TEMPLATE/bug_report.md (revision f974bdae4def633e541d1ce795888ffc941f1c14) @@ -1,20 +0,0 @@ ---- -name: Bug report -about: Create a bug report -title: '' -labels: 'status: unverified, type: bug' -assignees: '' - ---- - -DO NOT REQUEST SUPPORT FOR OLDER VERSIONS OF MINECRAFT. - -Please include the following information in all bug reports: - -* Minecraft Development for IntelliJ plugin version -* IntelliJ version -* Operating System (this has come up enough times to be worth noting) -* (optional) Target platform, if relevant - * E.g., Bukkit, Forge, Mixin, etc - -Always include a stack trace if there is one. Otherwise, the more information you can provide in terms of how to reproduce the problem, the more likely it'll be fixed. If there is something specific about your project, a link to the GitHub project can be very helpful. Index: .github/ISSUE_TEMPLATE/bug_report.yaml =================================================================== --- .github/ISSUE_TEMPLATE/bug_report.yaml (revision d0bc41d69f417c5d3fe3306430ddf840e9ac48a1) +++ .github/ISSUE_TEMPLATE/bug_report.yaml (revision d0bc41d69f417c5d3fe3306430ddf840e9ac48a1) @@ -0,0 +1,48 @@ +name: Bug report +description: Create a bug report +labels: ["status: unverified", "type: bug"] +body: + - type: markdown + attributes: + value: DO NOT REQUEST SUPPORT FOR OLDER VERSIONS OF MINECRAFT. + - type: input + id: plugin-version + attributes: + label: Minecraft Development for IntelliJ plugin version + validations: + required: true + - type: input + id: intellij-version + attributes: + label: IntelliJ version + validations: + required: true + - type: input + id: operating-system + attributes: + label: Operating System + validations: + required: true + - type: dropdown + id: target-platform + attributes: + label: Target platform + multiple: true + options: + - Bukkit + - Spigot + - Paper + - Sponge + - Architectury + - Minecraft Forge + - Fabric + - Lite Loader + - Velocity + - Mixins + - BungeeCord + - Waterfall + validations: + required: false + - type: markdown + attributes: + value: Always include a stack trace if there is one. Otherwise, the more information you can provide in terms of how to reproduce the problem, the more likely it'll be fixed. If there is something specific about your project, a link to the GitHub project can be very helpful. \ No newline at end of file Index: .github/ISSUE_TEMPLATE/feature_request.md =================================================================== --- .github/ISSUE_TEMPLATE/feature_request.md (revision f974bdae4def633e541d1ce795888ffc941f1c14) +++ .github/ISSUE_TEMPLATE/feature_request.md (revision f974bdae4def633e541d1ce795888ffc941f1c14) @@ -1,14 +0,0 @@ ---- -name: Feature request -about: Suggest a new feature -title: '' -labels: 'status: unverified, type: enhancement' -assignees: '' - ---- - -DO NOT REQUEST SUPPORT FOR OLDER VERSIONS OF MINECRAFT. - -Please try to avoid vague requests. The more details you can give regarding what the feature request is, how it should work, and why it would be useful, the easier it will be to implement. Feel free to be vague if you have a general idea that something might be cool, but these are less likely to be prioritized and may be denied more often. - -Please note as well that the developers working on this project don't use every platform it supports, at least not extensively. Different developers have differing knowledge about each platform. With this in mind, giving an in-depth explanation of a feature is targeting can be very helpful, as we may not know as much about what you're referring to as you do. Index: .github/ISSUE_TEMPLATE/feature_request.yaml =================================================================== --- .github/ISSUE_TEMPLATE/feature_request.yaml (revision d0bc41d69f417c5d3fe3306430ddf840e9ac48a1) +++ .github/ISSUE_TEMPLATE/feature_request.yaml (revision d0bc41d69f417c5d3fe3306430ddf840e9ac48a1) @@ -0,0 +1,21 @@ +name: Feature request +description: Suggest a new feature +labels: ["status: unverified", "type: enhancement"] +body: + - type: markdown + attributes: + value: DO NOT REQUEST SUPPORT FOR OLDER VERSIONS OF MINECRAFT. + - type: input + id: plugin-version + attributes: + label: Minecraft Development for IntelliJ plugin version + validations: + required: true + - type: textarea + id: description + attributes: + label: Description of the feature request + description: Please try to avoid vague requests. The more details you can give regarding what the feature request is, how it should work, and why it would be useful, the easier it will be to implement. Feel free to be vague if you have a general idea that something might be cool, but these are less likely to be prioritized and may be denied more often. + - type: markdown + attributes: + value: Please note as well that the developers working on this project don't use every platform it supports, at least not extensively. Different developers have differing knowledge about each platform. With this in mind, giving an in-depth explanation of a feature is targeting can be very helpful, as we may not know as much about what you're referring to as you do. \ No newline at end of file