From 5664d7d05cdadab02f70cec6cfafca9831dd97aa Mon Sep 17 00:00:00 2001 From: Ben Trengrove Date: Mon, 19 Sep 2022 19:35:45 +0100 Subject: [PATCH] Add a web issue template --- .github/ISSUE_TEMPLATE/web-bug-report.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/web-bug-report.md diff --git a/.github/ISSUE_TEMPLATE/web-bug-report.md b/.github/ISSUE_TEMPLATE/web-bug-report.md new file mode 100644 index 000000000..c56855460 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/web-bug-report.md @@ -0,0 +1,16 @@ +--- +name: WebView bug report +about: Create a report about WebView +title: "[WebView] " +labels: web +assignees: bentrengrove + +--- + +**Description** + +**Steps to reproduce** + +**Expected behavior** + +**Additional context**