Skip to content

Commit

Permalink
Merge pull request #482 from una-auxme/372-feature-extend-the-issue-t…
Browse files Browse the repository at this point in the history
…emplates-2

added escape-character
  • Loading branch information
asamluka authored Nov 10, 2024
2 parents d1cf534 + 46451ef commit 40a3c36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/BUG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ body:
attributes:
label: Dependencies
description: List any dependent tasks or issues.
placeholder: Link dependencies here (e.g., #123).
placeholder: Link dependencies here (e.g., \#123).

- type: markdown
attributes:
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 @@ -38,7 +38,7 @@ body:
attributes:
label: Dependencies
description: List any dependencies on other issues.
placeholder: Link dependencies here (e.g., #456).
placeholder: Link dependencies here (e.g., \#456).

- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/ISSUE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ body:
attributes:
label: Dependencies
description: List dependencies, if any.
placeholder: Link dependencies here (e.g., the issue #789).
placeholder: Link dependencies here (e.g., the issue \#789).

- type: markdown
attributes:
Expand Down

0 comments on commit 40a3c36

Please sign in to comment.