Skip to content

Commit

Permalink
Adjust titles
Browse files Browse the repository at this point in the history
  • Loading branch information
jonlabelle committed May 7, 2024
1 parent b4a6fc7 commit 52637fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ body:
id: prettier_cli
attributes:
label: Prettier command
description: Generated `prettier` command line arguments. [Enable debug mode](https://github.com/jonlabelle/SublimeJsPrettier/blob/master/JsPrettier.sublime-settings#L18 "Go to debug mode in JsPrettier.sublime-settings file") and open the [console](https://docs.sublimetext.io/guide/getting-started/basic-concepts.html#the-console "Go to about the SublimeText console page") to view.
description: Generated `prettier` command line arguments. [Enable debug mode](https://github.com/jonlabelle/SublimeJsPrettier/blob/master/JsPrettier.sublime-settings#L18 "Go to debug option in JsPrettier.sublime-settings") and open the [console](https://docs.sublimetext.io/guide/getting-started/basic-concepts.html#the-console "Read more about the SublimeText console") to view.
placeholder: prettier --config ./prettierrc --stdin-filepath messy.js
render: console
validations:
Expand All @@ -76,7 +76,7 @@ body:
id: config
attributes:
label: Prettier config
description: The contents of your [prettier config](https://prettier.io/docs/en/configuration.html "Go to Prettier configuration page") file or SublimeText [JsPrettier settings](https://github.com/jonlabelle/SublimeJsPrettier/blob/master/JsPrettier.sublime-settings "Go to JsPrettier.sublime-settings file")
description: The contents of your [prettier config](https://prettier.io/docs/en/configuration.html "Read more about Prettier configurations") file or SublimeText [JsPrettier settings](https://github.com/jonlabelle/SublimeJsPrettier/blob/master/JsPrettier.sublime-settings "Go to JsPrettier.sublime-settings")
placeholder: |
{
"printWidth": 80,
Expand Down Expand Up @@ -112,7 +112,7 @@ body:
id: prettier_directly
attributes:
label: Reproducible outside of SublimeText?
description: Is the same behavior observed when run against `prettier` directly, or outside of SublimeText? Optionally, use the [Playground](https://prettier.io/playground/ "Go to Prettier Playgroud page") to determine the differences between formatted output.
description: Is the same behavior observed when run against `prettier` directly, or outside of SublimeText? Optionally, use the [Playground](https://prettier.io/playground/ "Go to Prettier Playgroud") to determine the differences between formatted output.
multiple: false
options:
- 'No'
Expand All @@ -126,7 +126,7 @@ body:
attributes:
label: Attach a minimal project
description: |
[Attach](https://docs.github.com/get-started/writing-on-github/working-with-advanced-formatting/attaching-files "Go to how to attach files page") a _minimal_ project required to reproduce the issue.
[Attach](https://docs.github.com/get-started/writing-on-github/working-with-advanced-formatting/attaching-files "Learn how to attach files") a _minimal_ project required to reproduce the issue.
> [!IMPORTANT]
> Please attach the contents of your project into a single **zip** archive. DO NOT include your `node_modules` directory, or anything else deemed private, personal, or sensitive (e.g. phone numbers, or secrets in `.env` files).
Expand Down

0 comments on commit 52637fd

Please sign in to comment.