Skip to content

Commit

Permalink
Add link titles
Browse files Browse the repository at this point in the history
  • Loading branch information
jonlabelle committed May 7, 2024
1 parent 140de03 commit b4a6fc7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ body:
id: js_prettier_version
attributes:
label: JsPrettier plug-in version
description: Located in the [package.json](https://github.com/jonlabelle/SublimeJsPrettier/blob/master/package.json#L3) file
description: Located in the [package.json](https://github.com/jonlabelle/SublimeJsPrettier/blob/master/package.json#L3 "Go to version in package.json") file
placeholder: 'x.x.x'
validations:
required: true
Expand Down 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) and open the [console](https://docs.sublimetext.io/guide/getting-started/basic-concepts.html#the-console) 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 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.
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) file or SublimeText [JsPrettier settings](https://github.com/jonlabelle/SublimeJsPrettier/blob/master/JsPrettier.sublime-settings)
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")
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/) 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 page") 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) a _minimal_ project required to reproduce the issue.
[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.
> [!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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body:
attributes:
label: Is your feature request related to a problem?
description: A clear and concise description of the problem
placeholder: "I'm always frustrated when..."
placeholder: I'm always frustrated when...
validations:
required: false

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body:
- type: textarea
id: question
attributes:
label: "What's your question?"
description: "If you're not exactly sure what to say, [here are some suggestions](https://stackoverflow.com/help/how-to-ask)"
label: What's your question?
description: If you're not exactly sure what to say, [here are some suggestions](https://stackoverflow.com/help/how-to-ask "Go to how to ask questions on Stack Overflow")
validations:
required: true

0 comments on commit b4a6fc7

Please sign in to comment.