Skip to content

Commit 5b1a1ab

Browse files
docs: simpler issue searches in templates (#72)
1 parent ef5533d commit 5b1a1ab

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/01-bug.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
required: true
1313
- label: I have pulled the latest `main` branch of the repository.
1414
required: true
15-
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues?q=is%3Aissue+label%3A%22type%3A+bug%22) and found none that matched my issue.
15+
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues?q=is%3Aissue) and found none that matched my issue.
1616
required: true
1717
type: checkboxes
1818
- attributes:

.github/ISSUE_TEMPLATE/02-documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body:
1010
options:
1111
- label: I have pulled the latest `main` branch of the repository.
1212
required: true
13-
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues?q=is%3Aissue+label%3A%22area%3A+documentation%22) and found none that matched my issue.
13+
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues?q=is%3Aissue) and found none that matched my issue.
1414
required: true
1515
type: checkboxes
1616
- attributes:

.github/ISSUE_TEMPLATE/03-feature.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
required: true
1313
- label: I have pulled the latest `main` branch of the repository.
1414
required: true
15-
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues?q=is%3Aissue+label%3A%22type%3A+feature%22) and found none that matched my issue.
15+
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues?q=is%3Aissue) and found none that matched my issue.
1616
required: true
1717
type: checkboxes
1818
- attributes:

.github/ISSUE_TEMPLATE/04-tooling.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
required: true
1313
- label: I have pulled the latest `main` branch of the repository.
1414
required: true
15-
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues?q=is%3Aissue+label%3A%22area%3A+tooling%22) and found none that matched my issue.
15+
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues?q=is%3Aissue) and found none that matched my issue.
1616
required: true
1717
type: checkboxes
1818
- attributes:

0 commit comments

Comments
 (0)