From 52a7961f365bf3fb65e5ae097d8633703cfed2f3 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Tue, 28 Dec 2021 18:21:52 +0100 Subject: [PATCH] Add GH issue template `Lighthouse` --- .github/ISSUE_TEMPLATE/lighthouse.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/lighthouse.md diff --git a/.github/ISSUE_TEMPLATE/lighthouse.md b/.github/ISSUE_TEMPLATE/lighthouse.md new file mode 100644 index 0000000..94d831d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/lighthouse.md @@ -0,0 +1,13 @@ +--- +name: Lighthouse +about: Audit non-conformity (issue or fix) +title: "[Category]" +labels: lighthouse +assignees: '' + +--- + +> Replace with description + +Category|Score before fix|Score after fix +--|--|-- \ No newline at end of file