Skip to content

Commit ae77133

Browse files
chore: disallow blank issues (#333)
* chore: disallow blank issues * update
1 parent 922d0e3 commit ae77133

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

.github/ISSUE_TEMPLATE/stop--file-a-report-or-feature-request-on-crbug-com.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ about: Bug reports regarding the type definitions of CDP
44
title: ''
55
labels: ''
66
assignees: ''
7-
87
---
98

10-
:warning:
11-
This repository is related to Chrome DevTools Protocol, but does not track issues regarding its definition or implementation.
12-
If you want to file an issue for the Chrome DevTools Protocol, please open an issue on https://crbug.com under [`component: Platform>DevTools>Platform`](https://bugs.chromium.org/p/chromium/issues/entry?components=Platform%3EDevTools%3EPlatform).
9+
> [!WARNING]
10+
> This repository is related to Chrome DevTools Protocol, but does not track issues regarding its definition or implementation.
11+
> If you want to file an issue for the Chrome DevTools Protocol, please open an issue on https://crbug.com under component: [ Chromium > Platform > DevTools](https://crbug.com/new?component=1457055).
1312
14-
This repository only hosts issues regarding the type definitions of CDP.
13+
This repository only hosts issues regarding the TypeScript type definitions of CDP.

0 commit comments

Comments
 (0)