1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-07-24 23:17:43 +00:00

Add Spacing to Issue Templates

This commit is contained in:
RGBCube 2022-06-21 18:43:32 +03:00
parent ad784f87cb
commit 3821f1bda3
2 changed files with 18 additions and 0 deletions

View file

@ -1,7 +1,10 @@
name: Bug Report name: Bug Report
description: Report broken or incorrect behaviour description: Report broken or incorrect behaviour
labels: labels:
- bug - bug
body: body:
- type: markdown - type: markdown
attributes: attributes:
@ -10,35 +13,41 @@ body:
If you want real-time support, consider joining our [Discord server](https://discord.gg/pTJfS4TkWe) instead. If you want real-time support, consider joining our [Discord server](https://discord.gg/pTJfS4TkWe) instead.
Please note that this form is for bugs only! Please note that this form is for bugs only!
- type: input - type: input
attributes: attributes:
label: Summary label: Summary
description: A simple summary of your bug report. description: A simple summary of your bug report.
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Reproduction Steps label: Reproduction Steps
description: What you do to make it happen? description: What you do to make it happen?
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Minimal Reproducible Code label: Minimal Reproducible Code
description: A short snippet of code that showcases the bug. description: A short snippet of code that showcases the bug.
render: Python render: Python
- type: textarea - type: textarea
attributes: attributes:
label: Expected Results label: Expected Results
description: What did you expect to happen? description: What did you expect to happen?
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Actual Results label: Actual Results
description: What actually happened? description: What actually happened?
validations: validations:
required: true required: true
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Checklist label: Checklist
@ -51,6 +60,7 @@ body:
required: true required: true
- label: I have removed my token from display, if visible. - label: I have removed my token from display, if visible.
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Additional Context label: Additional Context

View file

@ -1,7 +1,10 @@
name: Feature Request name: Feature Request
description: Suggest a feature for this library description: Suggest a feature for this library
labels: labels:
- enhancement - enhancement
body: body:
- type: input - type: input
attributes: attributes:
@ -9,6 +12,7 @@ body:
description: A short summary of what your feature request is. description: A short summary of what your feature request is.
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
attributes: attributes:
multiple: false multiple: false
@ -18,6 +22,7 @@ body:
- The documentation - The documentation
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: The Problem label: The Problem
@ -26,6 +31,7 @@ body:
What becomes easier or possible when this feature is implemented? What becomes easier or possible when this feature is implemented?
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: The Ideal Solution label: The Ideal Solution
@ -34,12 +40,14 @@ body:
What would you like this feature to do? What would you like this feature to do?
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: The Current Solution label: The Current Solution
description: What is the current solution to the problem, if any? description: What is the current solution to the problem, if any?
validations: validations:
required: false required: false
- type: textarea - type: textarea
attributes: attributes:
label: Additional Context label: Additional Context