From ad8394650c96c68b5c58e00af61989b15eb5c5e9 Mon Sep 17 00:00:00 2001 From: Theresa O'Connor Date: Thu, 30 Mar 2023 13:53:49 -0700 Subject: [PATCH 1/2] Use an issue form instead of an old-style issue template --- .../ISSUE_TEMPLATE/request-for-position.md | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/request-for-position.md diff --git a/.github/ISSUE_TEMPLATE/request-for-position.md b/.github/ISSUE_TEMPLATE/request-for-position.md new file mode 100644 index 0000000..c39d898 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/request-for-position.md @@ -0,0 +1,36 @@ +--- +name: Request for position +about: Solicit WebKit's position on an emerging web specification +title: '' +labels: '' +assignees: '' + +--- + +## Request for a WebKit position on an emerging web specification + +**(Please delete inapplicable rows.)** + +* WebKittens who can provide input: + +### Information about the specification or proposal + +* Title: +* URL: +* GitHub repository: +* Issue Tracker (if not the repository's issue tracker): +* Explainer (if not README.md in the repository): + +### Design reviews and vendor positions + +* TAG Design Review: +* Mozilla standards-positions issue: + +### Bugs tracking this feature + +* WebKit Bugzilla: +* Radar: + +### Anything else we need to know + +Brief summary of the issue or the subject of the specification. From 91e5983b4dd201213d32fd96c9ea08c814db9e1f Mon Sep 17 00:00:00 2001 From: Theresa O'Connor Date: Thu, 30 Mar 2023 13:54:38 -0700 Subject: [PATCH 2/2] Remove old issue template. --- ISSUE_TEMPLATE.md | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md deleted file mode 100644 index a64ecda..0000000 --- a/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,27 +0,0 @@ -## Request for position on an emerging web specification - -**(Please delete inapplicable rows.)** - -* WebKittens who can provide input: - -### Information about the specification - -* Title: -* URL: -* GitHub repository: -* Issue Tracker (if not the repository's issue tracker): -* Explainer (if not README.md in the repository): - -### Design reviews and vendor positions - -* TAG Design Review: -* Mozilla standards-positions issue: - -### Bugs tracking this feature - -* WebKit Bugzilla: -* Radar: - -### Anything else we need to know - -Brief summary of the issue or the subject of the specification.