From 7e68d9c3d1e9313ef0e18f3e0ee8662e3db1cc42 Mon Sep 17 00:00:00 2001 From: "Mr. Beedell, Roke Julian Lockhart (RJLB)" Date: Sun, 23 Nov 2025 21:50:07 +0000 Subject: [PATCH] Make `webcompat-bug-report` semantic. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. The headings are, now, semantically so (for the sake of screen readers), rather than being poor CSS3 imitations (despite being colon-delimited, which is redundant). 2. Minor punctuation that was previously erroneously absent has been added, like a comma after “Desktop site”. 3. The `name` key of the YAML preamble is consistently title case. 4. The hyphen-minus after “domain name” is, now, an en dash, which is grammatically correct. 5. Placeholders are commented, so that naïve issue authors do not need to worry about whether they need to retain them, because they can't render regardless. 6. The headings are consistently titles, and therefore title case. --- .../ISSUE_TEMPLATE/webcompat-bug-report.md | 40 +++++++++++-------- 1 file changed, 24 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/webcompat-bug-report.md b/.github/ISSUE_TEMPLATE/webcompat-bug-report.md index fd66d29..290d02c 100644 --- a/.github/ISSUE_TEMPLATE/webcompat-bug-report.md +++ b/.github/ISSUE_TEMPLATE/webcompat-bug-report.md @@ -1,37 +1,45 @@ --- -name: Webcompat Bug report +name: Webcompat Bug Report about: Create a report to help us improve -title: domain name - very short summary +title: domain name – a very short summary labels: status-needsinfo-oana, status-needsinfo-sergiu, status-needsinfo-cipriansv assignees: '' - --- -**URL**: +#### URL + + + +#### Browser/Version + -**Browser/Version**: -**Operating System**: +#### Operating System -**What seems to be the trouble?(Required)** -- [ ] Desktop site instead of mobile site + + +#### What The Problem Is + +- [ ] Desktop site, instead of mobile site - [ ] Mobile site is not usable - [ ] Video doesn't play - [ ] Layout is messed up - [ ] Text is not visible -- [ ] Something else (Add details below) +- [ ] Something else + +#### Steps To Reproduce -**Steps to Reproduce** +1. + +2. -1. Navigate to: (*site url*) -2. *Any additional steps to be taken* +#### Expected Behavior -*__Expected Behavior:__* +#### Actual Behavior -*__Actual Behavior:__* +#### Screenshot -**Screenshot** + -![Add Screenshot](https://your/screenshot/url/here.png "Screenshot Descriptions")