Update bug_report.md

This commit is contained in:
LittleMaelstrom 2023-04-25 12:35:37 -05:00 committed by GitHub
parent 69aa6717bd
commit 630e0c1f50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,9 @@
---
name: Bug report
description: "File a bug/issue"
title: '[Bug]: '
labels: [bug]
description: File a bug/issue
title: "[Bug]: "
labels:
- bug
body:
- type: markdown
attributes:
@ -11,8 +12,7 @@ body:
id: Obsidian-Versions
attributes:
label: Obsidian Version
description: >-
Please check off to confirm the following. If you are not on these
description: Please check off to confirm the following. If you are not on these
versions, please upgrade first and try again.
options:
- label: Your Obsidian Installer Version is at least 1.1.9
@ -24,28 +24,25 @@ body:
attributes:
label: Describe the Bug
description: A clear and concise description of what the bug is
placeholder: >-
When I apply my custom class to a single wiki link, the color applies,
but the text-shadow does not apply.
placeholder: When I apply my custom class to a single wiki link, the color
applies, but the text-shadow does not apply.
validations:
required: true
- type: textarea
id: css-or-scss
attributes:
label: CSS
description: >-
Please paste the CSS (Or SCSS/SASS if applicable) you are trying to use
below.
placeholder: >-
```css .font-test { font-family: fantasy; font-size: 1.5em;
font-weight: 700; font-style: italic; text-decoration:
underline; text-transform: uppercase; text-align: center;
color: #ff0000; background-color: #00ff00; line-height: 1.5;
description: Please paste the CSS (Or SCSS/SASS if applicable) you are trying to
use below.
placeholder: "```css .font-test { font-family: fantasy; font-size:
1.5em; font-weight: 700; font-style: italic; text-decoration:
underline; text-transform: uppercase; text-align: center; color:
#ff0000; background-color: #00ff00; line-height: 1.5;
letter-spacing: 0.5em; word-spacing: 1em; text-indent: 1em;
text-shadow: 0.1em 0.1em 0.1em #000000; white-space: pre-wrap;
border: 1px solid #000000; border-radius: 1em; padding: 1em;
margin: 1em; width: 50%; height: 50%; overflow: auto;
box-shadow: 0.1em 0.1em 0.1em #000000; opacity: 0.5; }
box-shadow: 0.1em 0.1em 0.1em #000000; opacity: 0.5; }"
validations:
required: true
- type: textarea
@ -53,7 +50,7 @@ body:
attributes:
label: Markdown Input
description: What is the markdown input you are attempting to add a class to?
placeholder: '[[Link-me!]] { .link-me-my-friend}'
placeholder: "[[Link-me!]] { .link-me-my-friend}"
validations:
required: true
- type: textarea
@ -64,4 +61,5 @@ body:
placeholder: This helps us understand visually what is happening. :)
validations:
required: true
---